Hi!
I would like a dynamic number of tickets to be created based off of each entry I select for a multi-select list custom field. For each selection that I make when creating the Epic, I would like a Story ticket to be created for each. Does anyone know how to do this using Automation Rules?
I tried doing this using the add-on app "Create on Transition" but on the ticket that it created, it wouldn't set the custom field to only be the entry for each ticket, it set the custom field to every entry I had selected. It set the summary based off of the entry I had selected and created a ticket for each entry but I need the custom field on the Story ticket that it creates to only be the entry for that ticket and not all of the entires.
Any insight is appreciated. Thanks!
Hi @rneill19
You may do that with an advanced branch to iterate over the values in your multiple-select option field.
For example, the branch could iterate over {{issue.myCustomField.value}} to access the displayed values from the field.
Kind regards,
Bill
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.