Can I create multiple tickets dynamically based on user entered number value on the screen?
Example: User enters a value of '5' for a custom field on the UI (during transition). Can I make the add on create 5 JIRA issues instead of 1 JIRA ticket with the custom field value of '5'?
Yes, use the substitution variable function list(startNumber, endNumber) in the multiple issues field - see Substitution variables. It simply produces a list of numbers. In your case it would be something like
%function_list(1, %my custom field name%)%
I tried this out and the number of tickets seems to exponentially increase (depending on the counter of the ticket #).
***************************************
For example:
1.The original ticket # was TEST-143. With the value of '1' -> 143 tickets were additional tickets were created.
2. When the original ticket # was TEST-30, with the value of '2' -> 60 tickets additional were created.
Wondering if there is an indexing issue..
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I got it to work. Was an indexing issue. Thanks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Bob Swift [Bob Swift Atlassian Add-ons]: this one is for you .
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.