You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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.
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.