how to skip a transition when certain condition meets

Angela Hsu[許莞妮] August 11, 2017

Hi 

I have current flow as 

RD (creator) -> RD BOSS 1 -> RD BOSS 2 -> DBA->QA ->close 

What I want is if RD BOSS 1's level is greater than 4, skip RD BOSS 2 step. other else it will go to RD BOSS 2 to approve.  

 

I have 2 sil functions ready, one can find RD BOSS 1 level, one can find who is RD BOSS 1 or RD BOSS 2 , how do I work on it the JIRA flow to make my condition work ?

 

Thank you 

1 answer

0 votes
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
August 11, 2017

Create a transition from RD BOSS 1 to DBA.  Then use your script in a condition on the transition to say "if RD BOSS level > 4". Return false if it fails, then no-one below level 5 will see the transition.

Suggest an answer

Log in or Sign up to answer