I need that in a workflow when moving from one step to another, automatically validate, for example if the "X" field is greater than the "Y" field, then go to step 1, otherwise step 2
is it possible to do this configuration?
have they had similar cases?
Beforehand thank you very much
Hi @Ignacio Downey ,
You can add a condition to the transitions. If the condition of first transtion (A > B) is met, you can't see the second transition (B > A) and you don't need to choose between them, always the transtion with True condition will show up on issue.
To do so you need to have Jira Misc Workflow Extensions (JMWE) add-on, to be able to compare field values. By adding a Scripted (Groovy) Condition, you can choose your fields.
Then add the opposite condition to the second transition.
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.