Hello,
I have a question about a condition in a workflow (which is specific to issuetype QWERTY) but I can not build the condition, I give you the info:
Trigger: transition of a QWERTY ticket with version 01 from status B to status C.
Condition: all tickets with the same issuetype (type QWERTY) and the same version (version 01) must be in status B or later (status B / C / D...).
Got any ideas?
Conditions only work for the specific issue that you want to transition.
To achieve the condition explained above, you would need to match a JQL. There is an open feature request for that: [JRACLOUD-67451] Add "matches JQL" workflow conditions and validators - Create and track feature requests for Atlassian products.
A workaround could be to set up an Automation rule that triggers on transition. If the JQL/condition is met, it's all good. Otherwise you can comment the issue and transition it back.
Not pretty but didn't see another suggested workaround in the feature request.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.