When a sub-task is unassigned in To Do and a user transitions it to In Progress, I would like the user to be automatically assigned to the sub-task.
I only want this to happen for sut-tasks which are unassigned.
Thank you,
Brittany
You can use Update on Transition plugin to achieve your requirement. You will need to add a post function from this plugin and mention the username which needs to be assigned to the subtask.
There are many more features which you can explore.
Check out the plugin at https://marketplace.atlassian.com/plugins/org.swift.jira.cw/server/overview
I'm trying to accomplish the same thing using "CLI Actions". I have set Condition 1 to %original_assignee% with a nil value (Exact). What is the syntax for Action to set the assignee to the current user? Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The best option is probably a post-function (maybe an automation function too, although I'm not sure it can do this. Or possibly a listener). It will need to read the assignee, and if blank, set whichever user you need in there.
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.