Pipeline stages have some kind of numeric ordering, or category

Calum
Member Posts: 16 VERIFIED MEMBER




Lots of my automations are like AND stage is ="Pending" AND stage is "Draft" AND stage is "xyz"
If we had the option like available in Jira we could categories stages and then I could simply do If stage_category is "pre-signature" then it would be a catch all for multiple stages.
Or if pipeline stages were ordered I could do if Stage is < 2 then apply action.
Or alternativity allow we to use IN so my logic becomes stage is in "Pending, Draft, xyz"
Tagged:
2