Is it possible to create multiple subtasks on a transition using a multi-user list while assigning each user to different subtasks?
JWT gave me the answer - https://apps.decadis.net/display/JWT/Create+a+sub-task+for+each+user+selected+in+a+Multi-User+Picker
Or: https://apps.decadis.net/display/JWTSDC/Create+a+sub-task+for+every+user+in+a+field+and+assign+them in case you are working on a newer version of JWT ;-)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
We also have a Cloud version of this use case for Jira Cloud users! - https://apps.decadis.net/display/JWTCLOUD/Create+a+sub-task+for+each+user+selected+in+a+User+Picker+field
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There's a script which covers the basics of creating a sub-task here: https://library.adaptavist.com/entity/create-a-sub-task-and-link-to-parent-issue-in-jira
You can wrap the bit that does the sub-task create into an iterator that loops over all the people in your multi-user list.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Nic - JWT sorted me out - https://apps.decadis.net/display/JWT/Create+a+sub-task+for+each+user+selected+in+a+Multi-User+Picker
Thanks
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.