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.
I have multiple boards and different statuses but have moved the Done status to the right most column.
All boards have a done status with 1 or 2 additional statuses.
After sprints, the done tasks still appear in the backlog and new sprints.
Hi @Ronnie Legaspi do the issues have a resolution? Jira doesn't consider an issue resolved unless there's a value in there. The status does not drive that.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Do a jql in search for issues.
status = Done and resolution is EMPTY
What you need to do to ensure this happens is add a post function to the done transition in the workflow to set the resolution.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you! I've set to add a post-function now.
Is there a way to resolve these issues in bulk?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If you had scriptrunner it would be.
Do you have a reOpen transition?
I know it sounds a bit wonky but ... you cannot edit the resolution in Bulk. But if you had a reOpen you could bulk transition then Bulk send to the Done transition with the new post function... again a bit wonky but that'll do it.
Also, a side note here. Using the Resolution within the workflow to show information will lead down a bad road, only set the resolution when the issue is resolved. This is where the strike through on issues happens.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
psst also means if you do implement a reOpen you'll need to clear the resolution in that transition
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.
You're welcome.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Ronnie Legaspi In our workflows, we generally have two "terminal statuses":
As @Craig Nodwell has noted, you need to clear the Resolution when leaving a "terminal status". This can be very tedious if your workflows include "from all" transitions.
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.