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.
Are you still working on this automation rule?
If so, please post images of the complete rule and audit log details, and explain what is not working as expected.
If you have already solved this need, I recommend posting your solution as a separate answer and accepting it as "answered". This will help others in the community know you have resolved the question.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.