Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to have two way transitions?

Rory Carson November 1, 2011

I want to be able to return to the state transitioned from without having to go through the entire workflow again to get to that step but also only have this option show up under this specific transition. Something along the lines of

A-->B-->C-->D-->E
^           |  
|-----------|

Then after transitioning from D to A getting this
A-->D-->E

It needs to also be able to distinguish which of the two way transitions it's working with since there are three seperate states that will function this way when sent back to state A.

2 answers

1 accepted

1 vote
Answer accepted
Dieter
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 2, 2011
i'd add a text. custom field nextstate that contains the next Reachable state from A and thus should have the default value B. In state A you add also transitions to C and D. The transitions from A to B,C,D get these conditions each: nextstate == 'B' ( From A to B), nextstate == 'C' (from A to C), and nextstate == 'D' ( from A to D) This equal conditions can be defined with the Jira Suite Utilities Plugin (JSU) in the transitions back from B to A, C to A and D to A one just sets nextstate := 'B' ( from B to A), nextstate := 'C' (from C to A) and nextstate := 'D' (from D to A). Setting a custom field value can also be done using JSU
0 votes
Faruk August 23, 2020

I do that in up-to-date Jira by creating a transition between same states in the opposite direction using different input/output points, then moving those points to the first transitions' starting points by drag&drop

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events