Hello
My issue have a current Assignee
With a transition (through the "Script Post-Function" " Create a sub-task") the current user (who is not the assignee of the issue) can create a subtask.
Can I have the exact script to paste in "Additional issue actions" to assign this sub task to the current user who created the sub task
Thank you
Hey @Marc Berthier ,
You should be able to set the Assignee of your new sub-task to the current user with the below script:-
issue.assignee = currentUser
Hope this helps.
Regards.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.