GithubHelp home page GithubHelp logo

camptix's Introduction

=== CampTix Event Ticketing ===
Contributors:      automattic, kovshenin, andreamiddleton, iandunn, coreymckrill
Tags:              ticketing, event ticketing
Requires at least: 3.5
Tested up to:      5.0
Stable tag:        1.7.0
Donate link:       http://wordpressfoundation.org/donate/
License:           GPLv2 or later
License URI:       http://www.gnu.org/licenses/gpl-2.0.html

Simple and Flexible ticketing brought to you by WordCamp.org

== Description ==

CampTix is an easy to use and flexible event ticketing plugin created by WordCamp.org. Allow visitors to purchase tickets to your online or offline event, directly from your WordPress website.

* Multiple tickets and attendees forms
* Coupon codes for discounts
* Mass e-mail attendees
* Export attendees data into CSV or XML
* Public attendees list
* Revenue reports and summaries
* Refund purchased tickets
* and much more!

Feel free to post your feature requests, issues and pull requests to [CampTix on GitHub](https://github.com/automattic/camptix "CampTix on GitHub").

To contribute or update a translation, visit [the translation project](https://translate.wordpress.org/projects/wp-plugins/camptix "CampTix translation project").

== Installation ==

1. Download and extract CampTix in your `wp-content/plugins` directory
1. Activate the plugin through the Plugins menu in WordPress
1. Go to Tickets - Setup to configure your event settings and payment methods
1. Create a ticket or two, place the `[camptix]` shortcode on a Page
1. Start selling!

For more information, visit the [Getting Started](https://github.com/automattic/camptix/wiki "Getting Started") guide on CampTix Wiki.

== Screenshots ==

1. Ticket sales table
2. Attendee registration form
3. Attendee admin view
4. Summarize by ticket type
5. Summarize by purchase day of week
6. Revenue report
7. Mass e-mail attendees

== Changelog ==

= 1.7.0 (2018-07-09) =
* [NEW] Added support for Stripe as a payment method.
* [NEW] Added support for many new currencies, including INR, PKR, and ZAR. The Stripe payment method must be enabled in order to use them.
* [NEW] Added support for WordPress Core's personal data export and erasure tools.
* [NEW] Added data handling details for WordPress Core's privacy policy tool.
* [NEW] Allowed sanitized HTML in ticket title and excerpt.
* [NEW] Added the `camptix_shortcode_contents` filter hook to support modifying camptix shortcode output.
* [NEW] Added the `camptix_attendee_form_before_questions` and `camptix_attendee_form_after_questions` action hooks, which can be used to insert additional form elements.
* [NEW] Added the `camptix_form_attendee_info_errors` action hook for adding custom error messages on the Attendee Info form.
* [FIX] Added a workaround for systems (such as Windows) where the `money_format()` function is not available.
* [FIX] The `logged_out_message` parameter in the `camptix_private` shortcode was not functional.
* [FIX] The `camptix_attendees` shortcode did not handle array values. Now it converts the array to a comma separated string on render.
* [Full changelog](https://github.com/Automattic/camptix/compare/69dc5368bd0df25d4a41b7bde7217f0c8c809c9a...343e2f31d35cd9bcb467f59fd43dbc5481a3f71b)

= 1.6.0 (2017-03-10) =
* [NEW] Enabled compatibility with language packs. [See status of translation locales](https://translate.wordpress.org/projects/wp-plugins/camptix).
* [NEW] Addon to collect and track tshirt sizes for attendees, plus a shortcode to display aggregated tshirt size data.
* [NEW] Enhanced the [camptix_attendees] shortcode to lazy-load attendee gravatars.
* [Full changelog](https://github.com/Automattic/camptix/compare/0855047c86ef30ae8f72094899a412d2f7d27a7d...2ec1ec005d490dc627b3b0df2b1dd33491962d84)

= 1.5.1 (2016-10-11) =
* [SECURITY] Fixed 3 CSV injection bypasses reported in [#160500-h1](https://hackerone.com/reports/160500), [#160520-h1](https://hackerone.com/reports/160520), and [#160674-h1](https://hackerone.com/reports/160674). Props to [white_walker](https://hackerone.com/white_walker), [lalka](https://hackerone.com/lalka), and [grande](https://hackerone.com/grande) for discovery and coordinated disclosure.
* [SECURITY] Fixed an XSS vulnerability reported in [#164793-h1](https://hackerone.com/reports/164793). Props to [grande](https://hackerone.com/grande) for discovery and coordinated disclosure.

= 1.5 (2016-08-10) =
* [SECURITY] Fixed [CSV injection vulnerability](https://hackerone.com/reports/151516) with CVSS score of [8.3](https://www.first.org/cvss/calculator/3.0#CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H). Props to [Zawad Bin Hafiz](https://hackerone.com/thezawad) for discovery and coordinated disclosure.
* [SECURITY] Fixed [XSS vulnerability](https://hackerone.com/reports/152958) with CVSS score of [4.8](https://www.first.org/cvss/calculator/3.0#CVSS:3.0/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N). Props to [Zawad Bin Hafiz](https://hackerone.com/thezawad) for discovery and coordinated disclosure.
* [NEW] Added ability to send Notify emails to segments of attendees.
* [NEW] Added a built-in Ticket Question for attendee's country.
* [NEW] Added partial support for HTML emails (requires custom template).
* [NEW] Added `payment method` field to Attendee Information meta box and CSV export.
* [FIX] Improved currency formatting in non-English locales.
* [FIX] Fixed bug where PayPal transactions would sometimes be rejected in multibyte languages.
* [FIX] Fixed bug where not all attendees were displayed in the Attendees shortcode.
* [Full changelog](https://github.com/Automattic/camptix/compare/30b2d16...294552c41f88704c85dd126d17d89df2523b7cb4)

= 1.4.2 =
* Added a nonce check for privacy and attendance toggles for better security
* Various small i18n fixes and language updates
* Various new actions and filters for more flexibility
* New addon that allows admins to track attendance
* New addon that allows admins to require users to be logged in to purchase a ticket
* Removed pending attendees from revenue reports
* [Full changelog](https://github.com/Automattic/camptix/compare/80b2d7997272aea68fa0cfb509d3d72f15cec18a...a9487f954f3013e698e7991c8f12e86ae85234ae)

= 1.4.1 =
* Updated PayPal module to use HTTP 1.1 now that PayPal requires it. Fixes "A payment error has occurred" errors.
* Added support for Eastern name ordering.
* Updated Japanese and French translations.
* Add Slovak translation.
* Fixes E_STRICT notices in PHP 5.4.
* Adds [camptix_stats] shortcode.
* [Full changelog](https://github.com/Automattic/camptix/compare/6c2ff5413d6294b0fca6abc0ebd9124a6b9399f8...e71760abbfb025f4184e329e4c029c694a4d3a01)

= 1.4 =
* Attendees can automatically refund their tickets
* More e-mail templates are customizable
* Added translations for Swedish (Jonathan De Jong), German (Raphael Michel), Japanese (Naoko Takano), Russian (Konstantin Kovshenin), and Portuguese (Rafael Funchal)
* New actions and filters for customization
* Fixed a bug where the [camptix] shortcode would break when used on the homepage
* Reintroduced the Refund All Tickets feature
* Handles duplicate requests from PayPal more gracefully, so attendees aren't set to a failed status
* Added a checkbox to toggle the Attendee privacy feature
* Added an upgrade command for WP-CLI
* [Full changelog](https://github.com/Automattic/camptix/compare/826cc2b...a53af6d)

= 1.3.1 =
* Better escaping and sanitization
* Better error messages during failed payments
* Fixed a bug where the shortcode would display in plain text
* Other minor bug fixes and clean ups

= 1.3 =
* Added the ability to edit confirmation e-mails
* Reworked ticket questions, both under the hood and UI
* Added support to edit new and existing questions
* Added a bunch of currencies for PayPal
* Few bug fixes and minor enhancements

= 1.2.1 =
* Numerous bugs fixed
* RTL stylesheets
* Predefined PayPal credentials with a filter
* French and Hebrew translations: props xibe and maor
* New currency: ILS

= 1.2 =
* Added and API for payment methods
* Enhanced logging around payments
* UI cleanup in ticket questions
* Invalidate attendees list shortcode when an attendee is changed
* Improved admin columns in attendees, tickets and coupons
* Added GBP currency to PayPal
* Enabled meta logging addon by default
* Added textarea and radio question types
* Added column attribute to the [camptix_attendees] shortcode
* Added a couple of language packs
* Minor cleanups and bugfixes

= 1.1 =
* Added JPY currency
* Added l10n functions
* Removing closure functions to support php 5.2
* Questions v2 now a public feature
* Minor cleanups, bugfixes and enhancements

= 1.0 =
* First version

camptix's People

Contributors

bsubei avatar claudiosanches avatar coreymckrill avatar danielbachhuber avatar eliw avatar evansolomon avatar fxbenard avatar iandunn avatar imath avatar johnnypea avatar juanfra avatar julienmelissas avatar kovshenin avatar maevelander avatar maor avatar mattonomics avatar naokomc avatar nb avatar nukaga avatar pathawks avatar rafaelfunchal avatar raphaelm avatar samholford avatar soulseekah avatar thomasplevy avatar valeriosouza avatar vedanshujain avatar xibe avatar zodiac1978 avatar zzap avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

camptix's Issues

Customising default form field labels and registration form title

It seems to me that customising the contents of these fields requires changing the camptix.php code (e.g. line 4560) or inserting an EN translation file, both of which aren't upgrade compatible.

The html is returned from form_attendee_info(), but I can't find any already existing filter before it is output. Would it be suitable to add one before the output return?

Is there a filter or other upgrade-compatible method I'm unaware of?

Thanks

Patial refund causing trouble

Someone booked 3 tickets and wanted to return 1. I send a PayPal refund for the amount of the 1 ticket, but all three are now showing in Camptix as 'pending' rather than 'publish'.

VIP compat: Make update_user_option() filterable

On WordPress.com, we use a user_attributes table to avoid making the standard user meta memcache bucket too big. Use of update_user_option() should be filterable so we can instead plug in update_user_meta(). Similarly on get too.

Activation Error

After installation, when I attempt to activate the plugin, I receive this error message:

Plugin could not be activated because it triggered a fatal error.
Parse error: syntax error, unexpected T_FUNCTION in /homepages/21/d427003199/htdocs/wp-content/plugins/camptix/camptix.php on line 349

I'm on 1&1 Shared Hosting.

Thanks for this plugin!

I'm loving this plugin! I will translate it to pt_BR.

I hope this plugins keep simple as possible, no full editor, Google Maps etc by default, thoug the bellow I think woudl be great:

  • Categories for events
  • More options in shortcode such display events filtering by categories etc (though thi can lead to thousand filtering options asks)
  • Can view atendees by event on backend and also export it etc
  • Option to display or not the sold out events, future/past events etc

Change input type from text to URL / email

Stanard question are first name, last name and email, but email is input type="text" and not input="email", which would be much better for smartphone and tablet user, because they get the right keyboard for this.

The same is for Websites. If you use "URL (puplic)" in CampTix th einput type is text and not url. Again it would be much better for smartphone and tablet user, because they get the right keyboard.

Payment Error

I installed the camptix plugin and setup a ticket. When trying to process a payment I get the error: A payment error has occurred, looks like chosen payment method is not responding. Please try again later.

I installed the Core Control plugin and ran the logger which told me I had a problem with the SSL certificate: http_request_failed SSL certificate problem, verify that the CA cert is OK. Details: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed.

Turns out I didn't have a certificate installed. So I installed a certificate, deleted the plugin and reinstalled it. But when I tried to register I got the same message: A payment error has occurred, looks like chosen payment method is not responding. Please try again later.

so I am still stuck. Please guide me on to the next steps to take.Thanks.

Request: attendees by ticket type

Love the plugin, I would like to be able to have a user click on an event and get a pop-up or page for the ticket type that showed the attendees for only that ticket type, not all attendees.

If possible, great!

Email confirmations not being sent

Bookings seem to be going through fine, but people have not received their receipts. This used to work fine but all of a sudden stopped.

Feature/Question Show Tickets

By default when a ticket isn't set to show (via date) then it doesn't show on the front end. Is there a filter where it can show but say "Not Started" yet..

Also is there another instance for future events since this really only covers one event.

Localisations

Any chance of adding GPB as a currency. Thanks Pete (new to GitHub and non tech)

Stripe?

I'd love to see how to integrate this with Stripe so we could completely sell tickets on our site without having users go anywhere. Is there any documentation for that?

Format of Questionaire and Payment methods

I have 2 questions.

  1. I want to implement a payment method called "by Cheque" and dont know where to put that code. I see the blackhole payment method in the code but it does not show up as a method in payment setup, or on a ticket . I'm probably missing something simple but need a basic " how to " for setting up another payment method.

  2. If a buyer wants to buy 4 tickets, they are presented with 4 questionaires to fill out. Is there a way to consolidate this into 1 questionaire ?
    Thanks
    Nice plugin

Phone numbers when exporting to csv

When exported to Excel, phone numbers are shown without the leading 0.
Other numbers are displayed in standard form e.g. 4.41E+11
Could this be fixed by putting an ' before the number when exporting?

Error when Quantity is set to 3

Trouble with camptix and paypal when the quantity of tickets is set to '3'. Sends a error that says "Unexpected Total"... is there anybody else that has experienced this issue?

Are you ready for CampTix 1.3?

Hey y'all, hope you had some good time off during the holidays!

First of all, thanks for all your code contributions, translations, bug reports and feature requests. Together, we've been able to make yet another step towards version 1.3. The main features are:

  • A new approach at questions, which are now actual custom post types
  • Improved questions interface including the ability to edit existing questions
  • E-mail templates in Setup, allows you to customize the wording of the e-mails sent out to buyers
  • Added more currencies supported by PayPal and other minor things

If you have translated CampTix into your own language, please take a few minutes to refresh your translation to be up to speed with 1.3, where some wording has changed. Other than that, tests and bug reports are always welcome.

We're planning to push 1.3 out in a day or two.

Cheers and have a good day!

PayPal moving to 2048-bit certificates for APIs

I've received this email from PayPal. Will this affect Camptix?

In keeping with industry standards set by the Certification Authority/Browser (CA/B) Forum, PayPal will discontinue supporting 1024-bit key length certificates and will migrate to 2048-bit certificates before the end of 2013.

We have completed the installation of 2048-bit certificates for all API endpoints in our PayPal Sandbox and Payflow Pilot environments, and we will be doing the same for our production environments starting on 6 August 2013.

We strongly encourage merchants to thoroughly test any existing integration(s) in the PayPal Sandbox and/or Payflow Pilot environments to ensure this migration will not cause any unforeseen issues.

Please have the team or person responsible for your integration refer to the following:

If you need to import the new PayPal Sandbox and/or Payflow Pilot server certificates to your application or system truststore, you can download production and Sandbox certificates from https://ppmts.custhelp.com/app/answers/detail/a_id/952.

If you don't typically import the server certificates to your truststore, you can proceed with testing with no other action required.

If you have any questions, please contact PayPal Merchant Technical Services by filing a ticket; refer to PP-LIVE-3503. You may also visit our Live Site Status blog.

[Feature request] Assigned seating?

Would be great to be able to have assigned seating from Camptix; even if it was done with a simple dropdown (with an option removed each time someone purchases)

Thanks for considering

Question: Editing payment status

Hi there,

I've written my own payment method for wire transfer and upon completing the "order" it sets the payment status to "Pending". I would however need the option to be able to edit the payment status from the admin backend after the treasurer has confirmed the money have been wired to the account. From what I can see, there is currently no support for this. Any ideas as for how to fix it?

Micropaiment

Hello, I want to add a new payment method, micro payment (starspass)
How can you do it?

cordially

The revenue total does not match with the transactions total.

Error message on revenue page: "Woah! The revenue total does not match with the transactions total. The actual total is: £1,712.00. Something somewhere has gone wrong, please report this."

I did change 2 bookings by cancelling their PayPal booking and entering the replacement booking with a 100% off coupon. This might be the cause of the problem.

capture
capture2

Keep getting an error when registering

I have installed CampTix into loadedupllc.com to process class registrations. However after entering the first name, last name, and email and selecting PayPal for payment and hitting "register", I get an error every time that says, "A payment error has occurred, looks like chosen payment method is not responding. Please try again later."

I have verified with PayPal that the API credentials work. I have uninstalled the plugin and reinstalled it. I can't figure out what else to try. Any help you can provide in trouble shooting this would be great. The page to register is http://loadedupllc.com/schedule/. I made sure that IPN was enabled as well and entered the url http://loadedupllc.com.

If quantity equals "999" in backend, change to "Unlimited" in frontend

I'm having trouble implementing this feature into the camptix.php.

When entering the amount of tickets available in the backend, I'd love for it to say "Unlimited" on the [camptix] page in the "Remaining" column - no matter how many tickets will be purchased.

I'm sure it's just a quick if-statement, but I've no clue on how/where to write it into the code.

Thanks in advance!

'Book Now' shortcode for Posts and Pages

I'm using [camptix] to display all the available tickets but can I use some shortcode to display just one 'Book Now' button for one specific event?
I'd like to use it on the Posts and Pages that mention every event.
Kind regards,

Jose

Suggestion: choose person to send email confirmations to, not just email address

If you are booking more than one ticket, you are asked to choose which email address to send the receipt to.

However, if person A books for himself and person B (who does not have an email address), it will ask him to choose which email address to use. This is okay, but if he selects the 'wrong' one, the email confirmation will have person B's name on it.

So, I would suggest something like the following example:

◦ Joe Bloggs ([email protected])
◦ Fred Bloggs ([email protected])
◦ Susan Bloggs ([email protected])

Set Campix and try to check out and I'm shown a PayPal error

Comes up with this message when I click register:

Error Detected
Error Message

Some required information is missing or incomplete. Please correct your entries and try again.
Some required information is missing or incomplete. Please correct your entries and try again.
errordetected

Delete existing ticket questions

I added some custom questions for tickets but they are now not needed but still show up as columns on csv export etc. Can I delete them?

Capture

Thanks

Small HTML formatting issues

Hi Konstantin,

I wanted to draw your attention towards an issue that I have spotted on the "Attendees" editing screen on the dashboard.

http://i.imgur.com/dNQnv.png

As you can see, classes are being populated with the name of the field, which is currently drawn from the localization functions. This is not a very good idea since classes should not contain non English characters, as that causes problems. Another thing is that as a result there are some rows that their text should be bold because they are titles. In the current state, the CSS rules cannot apply since the class attribute is malformed (classname--%d7%98%d7%9c%d7%a4%d7%95%d7%9f for instance)

This also happens on the front-end (on some fields, not all)

http://i.imgur.com/t1z8Q.png

I wonder if there is a different way to format the "class" attribute's value. Like maybe trying to number the fields, thus avoiding the need to set their name as-is.

Obviously this doesn't stop the plugin from working, but it just makes it harder to explicitly style some elements (maybe there are some more disadvantages). Note that same problem happens in other languages. I tried to test it in Russian, this is what I got (not so great) http://i.imgur.com/cECp7.png

Hope that helps!
Maor

Adding RTL support

Hi Konstantin,

I am currently working on organizing the upcoming WordCamp in Jerusalem, Israel with my fellow coworkers at illuminea. So basically since most WordCamp Jerusalem attendees speak Hebrew, we will have to adapt the wordcamp.org site to support Hebrew (which means we'll need to RTL everything).

So I thought I could help with supplying a RTL stylesheet, which can also be a great benefit for other users that might need RTL support in their projects. Also, a Hebrew l10n file will come right after.

Do you mind if I go ahead and help with that?
Cheers,
Maor

Edit token and other data missing when adding attendees manually

When adding attendees manually, (/wp-admin/post-new.php?post_type=tix_attendee), the edit token doesn't seem to be written (along with other data) to the post, making it impossible to edit the attendee further. The post title is also lost. I've tried deactivating other plugins, so assume it's a camptix issue in both the current master and v1.2.1.

Two different prices for one ticket

I've had a look and can't see this issue coming up before.

Can we have different prices (e.g. adult/child) for a single ticket with a single maximum number of tickets across both prices?

Thanks

WP.org notifications pick up camptix serialised post data

I got a mildly puzzling email from the WP.org notifications service when I bought my Summit ticket this morning. Apparently I'd been mentioned in a post which contained serialized PHP data… basically the tix_attendee post created to record my ticket has a term (simonwheatley) which triggers a notification to me.

I'm fairly savvy, so I worked out what was going on… but if Camptix is going to be used by regular folks for WordCamp ticketing, it might become an issue?

Perhaps the notification service could allow some post types to opt out of notications? Or perhaps the serialised data could be stored in a post meta field?

"An error has occurred."

Hi there, kudos on what looks like a fantastic plugin... Sadly, I haven't been able to make use of it due to this error I'm receiving.

Everything looks peachy on the back end, credentials inputted fine and tickets created with ease. However, the [camptix] short code simply outputs this to the front end:

An error has occurred.

Using latest WP version (3.4.2), on a server running PHP 5.2.17. Tried multiple themes, killed any other plugins, and on a page and post, and multiple PayPal accounts with API creds – same result all around.

Any idea what could be triggering this error? I'm lost on what could be the culprit.

Can't use CampTix on home page?

I'm hoping to use CampTix on a landing page that I'm developing, but I'm having an issue getting it to work.

I've got it all set up, plugged in my Sandbox API information, created a few demo tickets, and put the shortcode on the home page, just how I want it. When I try to test it, the tickets all show up perfectly, so I select a few random tickets and click the "Register" button, but it gives me a "No Posts to Display" error.

Right now, I'm just using the Twenty Twelve theme, and there are (literally) no other active plugins on the site - what's going on?

* I saw this post, and I thought it might be related...?*

See what I'm working on here: http://tests.sobecreation.com/builds/pneu/retro/

Thanks!

Returned messages are scrolled out of the view

Whenever there is a success or error message generated, camptix scrolls to where div #tix starts. The problem is that the actual success/error message is before the div. On long pages this causes scrolling to go past the returned message and hide the message.

Maybe success/error/warning messages can be moved inside the div?

Sandbox not working

I've enabled sandbox and entered in my developer credentials, but upon testing purchases I get the following error:

"A payment error has occurred, looks like chosen payment method is not responding. Please try again later."

This is on site: wildnoise.org/register

Better error messaging far sandbox mode

When in PayPal sandbox mode, if the sandbox credentials are incorrect, during a ticket purchase it just shows the non-parsed [camptix] shortcode with no error message and no clue of what has gone wrong.

To reproduce this, try to switch to sandbox mode while leaving real-world API credentials for PayPal.

Customise quantity of each ticket that can be sold

Tickets can be sold in multiples of 1 - 10.

I'd like to customise this and have the value different for each type of ticket.

If this is possible, I can't see anything in tools/setup or under individual ticket details.

Thanks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.