Hello Folks,
I am trying to create a Subtask for each user in a multi-user picker using script-runner post functions and assigned to them respectively.
Appreciate any idea on how to get there?
Dear Naresh, hi!
At first try to have a look at this plugin: https://marketplace.atlassian.com/apps/1210972/quick-subtasks-for-jira?hosting=server&tab=overview
If you want to use script runner, I am lazy to write all code, but can help you with idea.
1) get list of user from multy-user picker
2) for each user create a subtask. Use IssueInputParameters to set initial values
3) Reindex parent and subtask issues.
Best regards,
Vasiliy
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.