I feel like I am going crazy here, but since Jira introduced the updated Boards I can no longer remove Done issues from the Board.
Are we now doomed forever to have Done issues piling up?
This is madness!
It sounds like you’re running into a common point of frustration with how Jira handles "Done" items, especially with the recent UI updates. Depending on your board type, there are two main reasons why those issues are "piling up":
Kanban boards have a specific setting to auto-hide completed items, but it has a "gotcha": the timer is based on the Updated date, not the Resolution date.
The Setting: Go to Board settings > General and look for "Hide completed issues older than..." (usually set to 1, 2, or 4 weeks).
The Problem: If anyone adds a comment, changes a field, or even moves a "Done" issue, the "Updated" timer resets. This makes the issue stay on your board for another 2 weeks from the moment of that edit.
The Fix: If the built-in setting isn't aggressive enough, you can force them off by editing your Board Filter JQL to include:AND (resolved >= -2w OR resolved is EMPTY)
This ensures that once an issue has been resolved for 2 weeks, it disappears regardless of any recent comments or edits.
Scrum boards do not have a "Hide completed" toggle because they are designed to be cleared by the Sprint cycle.
The Behavior: Issues will stay in the "Done" column for as long as the Sprint is active.
The Fix: You must Complete the Sprint (using the button at the top right) to clear those issues off the board. Once the sprint is closed, the completed items move to the archive/reports, and the board starts fresh for the next sprint.
If you are using a Team-managed project, the setting has moved. You won't find it in the "Configure Board" menu. Instead:
Click View Settings at the top right of your board.
Look for the Hide completed issues toggle there.
If you've checked these and they still won't budge, it’s worth verifying that your "Done" column is actually mapped to a status in the "Done" Category (Green) in your board's Column settings. If the status is accidentally mapped to an "In Progress" (Blue) category, Jira won't know the work is finished!
Verified Sources:
Hello @eaigner
Can you share with us the type of Space you are working with? Click the ellipsis button next to the space name in the navigation panel on the left and let us know what the last two lines of the pop-up say. It will be something like:
Software space
Team-managed
Also can you confirm for us that this is a Kanban board, if you are working with a Software space?
If you are working with a Team-managed Software space Kanban board, that UI has been affected by recent changes listed here:
In particular the option to clear the done column has been removed, and items are not hidden by being included in a Released version. Items in the done column can be hidden only by using the Hide Done Items After time frames from the View Settings.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Its "Software space, Team-managed".
"In particular the option to clear the done column has been removed": I don't understand. Who thought this would be a good idea? Now all Done issues are polluting my issue list in backlog and I have no way of removing them - except waiting for 7+ days. This is nuts!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I recommend that you provide that feedback directly to Atlassian.
At the bottom of the article link I provided there are options for providing feedback about the changes.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @eaigner
I wanted to add that on the updated board, the View settings at the top right let each person toggle them for their own view, so one teammate can still see Done issues even if you have hidden them. Right, @Alexandre Pezzini
You can also check whether the issues are truly resolved when using some JQL to filter. Sometimes your workflow sets the status but not the resolution.
Also, I found that my team-managed software board shows the "Remove done items..." directly on the done column and not in the view settings.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You still seem to have the old boards. Atlassian migrated me to the new boards that no longer have this "..." button option. The new Done column only has those 3 options:
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.