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
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.