- How to set assignee field to unassigned on a workflow transition?
- How to set the status to deferred and resolution to deferred?
Three questions there...
1. Set the assignee to "none" using the standard "set issue field" post-function in the workflow
2. Set the resolution in the same way
3. The status is PART of the workflow, so to make the status go to deferred, you just make the transition go to the deferred step.
Removing Assignee can be done using a post function that clears the values : http://confluence.atlassian.com/display/JIRA/Configuring+Workflow#ConfiguringWorkflow-AddingaPostFunction
Changing resolution can also be done using post functions but changing status needs the workflow to be modified. The above link (Configuring Workflow) should have all the details that you need.
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.