Completed issues missing from Advanced Roadmap plans
プラットフォームについて: Data Center - この記事は、Data Center プラットフォームのアトラシアン製品に適用されます。
このナレッジベース記事は製品の Data Center バージョン用に作成されています。Data Center 固有ではない機能の Data Center ナレッジベースは、製品のサーバー バージョンでも動作する可能性はありますが、テストは行われていません。サーバー*製品のサポートは 2024 年 2 月 15 日に終了しました。サーバー製品を利用している場合は、アトラシアンのサーバー製品のサポート終了のお知らせページにて移行オプションをご確認ください。
*Fisheye および Crucible は除く
要約
When using Jira with Advanced Roadmaps (previously known as Portfolio), some issues that are in a completed status are missing from the issue source and the scope, regardless of filters. Moving these issues to another status and refreshing the plan displays the issue.
環境
All Jira and Advanced Roadmap versions
原因
By default, Advanced Roadmaps checks the resolution date in the issue as validation that an issue is in a status that is mapped to the done category. See Working with Plans for more information. If the affected issue type in the issue source has a non-standard workflow that doesn't add a resolution when the issue is moved to the status that is mapped as done. Advanced Road Maps will not display the issue.
We do have an existing suggestion to fix this: JSWSERVER-25116 - Plan should use Issue Resolution rather than Issue Status Category to determine when to remove issues
回避策
Workaround 1:
Add a post-function to the workflow that updates the resolution field, if deemed appropriate.
Workaround 2:
As of version 2.22+, it's possible to view issues in statuses that are marked done without resolutions by enabling a dark feature:
- Navigate to the URL
<JIRA_BASE_URL>/secure/SiteDarkFeatures!default.jspa(you must be a Jira administrator). Enable the following dark feature flag:
com.atlassian.portfolio.issueloading.includeUnresolvedCompleted
NOTE : This will not override the setting concerning Completed Issues in the settings of the plan ( Plan >> Configure >> Issue Sources )
