I have set up automation that if a version is released, all tickets with that fix version in state of resolved get marked as closed. i would like to add an additional condition that they don't also have a fix version that is unreleased.... so if a ticket is fixed in version 1.1 and 2.1 but only 1.1 is released, it stays in resolved, when 2.1 is released it would move to closed. Any help in writing that condition?
What I currently have is attached... I want to add for issues fixed in the version if they have any other fix versions that are not released then transition
Hello @Colleen Cosgrove
Welcome to the Atlassian community.
Whenever asking for help with an Automation rule, it will help us to help you if you provide screen images showing us the complete automation rule.
It should be as simple as adding this condition:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If you add the condition I showed as another condition in your branch that should address your need.
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.