Hi,
I have got two variables:
1.) Freepackagers - contains the list of userids taken from the asset list using lookupobjects.
2.) Applications - contains key list of issues. this list is created using lookupissues query taken from a particular stage in my workflow.
My objective is to iterate through all the users in freepackagers list and assign the applications one by one. How can i iterate through the applications or users to achieve this?
can anyone help me on how can i implement this in an automation rule.
Have you already solved this question? If not...
What version of Jira are you using: Cloud, Server, or Data Center? That impacts the features available for automation rules.
For example, with Jira Cloud there is an Advanced Branch feature which supports iterating over a smart value list, such as the user variable list you describe. Although it is unclear how you would decide to which issue those should be assigned.
For Jira Server / Data Center, only branching over issues is possible, although the values in the user list could be used for the assignments.
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.