The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

What is the recommended method or Plugin to create complex conditional transitions?

Avi Ziv
May 26, 2014

We intent to use one workflow for several projects.

But, each Project has his own conditions and it seems default Jira conditions could not handle with several ifs (but only with a complex single if...then).

Which method or plugin(s) is recommended to cope with this requirement?

2 answers

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

1 vote
Answer accepted
Bob Swift
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 Champions.
May 26, 2014

Conditioned validator from Conditioned Workflow Functions for JIRA has powerful regex conditions. Or you can use groovy scripting with Script runner.

Avi Ziv
May 26, 2014

Bob,

Project could be defined as part of the Condition?.

I do not see it in the documentation.

Bob Swift
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 Champions.
May 26, 2014

Yes, any of the Substitution variables can be used in the conditions.

0 votes
Avi Ziv
May 26, 2014

Yes, I see. Thank you.