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 @[deleted] ,
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.