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?
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.
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.