We have the above automation, if we have 10 tickets merged to production then the same rule runs 10 times. How to make changes to make it run only once to update the version to release.
Hello @Shalini.Saravanan-extern ,
Add a second condition to check if no other issues are in the fixVersion then this is the last issue and continue. This means the action only runs after all issues meet the criteria
How to add condition to check if no other issues in the fix version?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
On adding If condition "Project" = "ACU" AND "Fix Version" = {{issue.fixVersions.first.name}} AND status != "Released" throwing above error
How to ensure the automation runs only once and not release for each tasks in release
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.