Hello
I would like like to have a transition between workflow states that is dependent on another factor. Consider I have a custom field called FIELD1. FIELD1 is a checkbox so is either true or false.
When I am IN PROGRESS then if FIELD1 is selected then I want it to go to NEW_STATE. If it is not checked then I want it to go to RESOLVED.
Is this possible? I have checked this page and see VALIDATOR but I dont think this quite does what I want.
https://confluence.atlassian.com/display/JIRA/Advanced+workflow+configuration
Can I do this?
Thanks
The most simple approach is to have two transitions - one to "new" and the other to "resolved". You use a "condition" on both of these - one condition says "if field1 is set" and the other "if field1 is empty".
The conditions hide transitions unless their criteria are met, so with mutually exclusive conditions, you will only ever see one of the two transitions.
The other approach is to use the auto-transition tricks to bump from one status to another during/after the original transition, but that's a bit ugly.
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.