I want to use the compare condition over 2 workflow statuses in order to execute the rule.
For example if the trigger issue is moved to A or B status then execute the rule.
Can I do the following statement?
Hi Sebastian,
You should be able to do this with a regular expression. So instead of 'Equals' select 'Matches' and then use a regular expression like this:
(A|B)
Or you could use the JQL condition instead of the Compare condition and use this JQL as well:
status in (A, B)
Cheers,
Andreas
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.