Done/completed epics are still visible on Kanban board
プラットフォームについて: Cloud のみ - この記事は クラウド プラットフォームのアトラシアン製品に適用されます。
要約
Done epic issues are still visible on the project Kanban board. The epics in Done status should get removed from the Kanban boards.
環境
.
Jira Cloud
診断
N/A
原因
Filter queries associated with the board.
ソリューション
There are a few solutions that can be referred to in order to make sure completed epics do not show up 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
最終更新日 2023 年 7 月 19 日
Powered by Confluence and Scroll Viewport.