Done/completed epics are still visible on Kanban board
Platform Notice: Cloud Only - This article only applies to Atlassian products on the cloud platform.
Summary
Epic issues that are done are still visible on the project Kanban board. However, the epics in the done status should be removed from the Kanban boards.
Environment
Jira Cloud
Diagnosis
N/A
Cause
Filter queries associated with the board.
Solution
A few solutions can be referred to to ensure that completed epics do not appear on the project board.
We can add a resolutiondate parameter to the filter
For example: project=BBCR and (resolutiondate>-14d or resolutiondate is empty) ORDER BY Rank ASC That will clear from the board any issues that have a resolution date that is 14 days old or older and display only the issues that either are not resolved (have any resolution date) or have been resolved in the past 14 days.
If you would like to retain the same filter, then subfilters with the same parameter as outlined in Step 1 can be added on the board. For example a subfilter can be: resolutiondate>-14d or resolutiondate is empty
Was this helpful?