Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×What do you mean by "status 'done' will not be optional"? What are you trying to do exactly?
My purpose is that issue status will be changed automatically when fix version being release from 'pending deployment' to 'done'
i have an automation who does that but its not the only case that status 'pending deployment' changed to done so i have to make sure that if fix version is exist-the transaction to 'done' will be allowed only if the version released.
hope that it clearer.
Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Got it.
For that, you'll need a third-party app such as JMWE or JSU.
With JMWE, you could create a Build-your-own Condition with this condition:
! issue.fixVersions || issue.fixVersions.length == 0 || issue.fixVersions.every(v => v.released)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @David Fischer ,
In an effort to maintain transparency in the Community, please be sure to clearly identify this as your company's application and state your affiliation with the company when responding to Community posts. Please have a good read-through of the other Atlassian Community online guidelines for Marketplace vendors and Solution Partners.
Thank you! Best, Max
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Max Foerster - K15t you are right, I forgot. I usually do but I also have our company name in my name in case I forget.
David
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.