Hello Community,
I'm currently working on an automation rule in our Jira Service Management (Data Center) instance and would appreciate your expertise.
The specific requirements for the automation are:
If an issue is created
And the issue has a specific label, e.g., TODO
Action: For every single member of a defined user group (e.g., team1), a sub-task should be created // if its possible also assigned to that respective user.
My Question: What is the most efficient way to implement the third step creating sub-tasks for an entire group?
Thanks in advance for your help and ideas!
Best regards!
@MidnightExe
Below is my suggesstion to follow
Reference KB article: https://support.atlassian.com/jira/kb/how-to-add-group-members-as-request-participants/
If you like the suggestion kindly accept the solution.
Thanks
Jayesh R
The original poster asked about Jira Data Center, which does not have advanced branching for automation rules, and thus your suggestion cannot work.
To learn more, please see the supported branch types for Jira Data Center and the suggestion to add the feature:
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.
Hi,
This should be possible, you will need to make a api call to get all users from a group :
Setup automation rule to get all the users added in a group and then create issues and assign them to each user | Automation | Atlassian Support
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hei,
so it's not possible with Scriptrunner or Project Automation? Would be alot easier, rather than the option you provided
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @MidnightExe
This would be easy if Jira Data Center's automation had advanced branching over smart values, which it does not yet: https://jira.atlassian.com/browse/JIRAAUTOSERVER-749
Possible workarounds depend upon your assumptions and the effort to solve this:
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.