i need a workflow post-function which creates a subtask for each user of a jira-group (given by a usergroup-customfield) and assign it to him/her.
I found a (not working) answer:
This solution does not work with jira 7.X and i need your help to change it to a working version ;-)
Hi Dennis,
I found a related thread on this topic over in https://community.atlassian.com/t5/Jira-questions/Scripted-Post-Function-to-create-a-subtask-for-each-member-of/qaq-p/234312
While this script looks to be for Jira 6.3, there are other comments below the accepted solution that indicate you can update this script to work in Jira 7.x with a few changes. I believe this would require the use of scriptrunner to make this work, but it looks like other users have been able to take that script and tweak it to make it work with Jira 7.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.