Hi,
I'm using "Create sub-task" post function when creating issues. Unfortunately the script always sets the assignee of the subtasks to the parent's assignee.
I want to set it to a "hard-coded" specific user (no role member etc.).
My sub-task is using an own workflow, but "Update field value" / Assignee = <User> is not working although it's located after "Create issue" post function.
Any ideas how to do it?
Community moderators have prevented the ability to post new answers.
Use the following in additional issue actions box
issue.assigneeId = "username"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This was simply the easiest way to do this. Thanks @Kostas Tsolakos. I was hope less in finding the easier way.
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.