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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.