Update the duration of issues displayed in the Summary tab
プラットフォームについて: Cloud のみ - この記事は クラウド プラットフォームのアトラシアン製品に適用されます。
要約
The Summary tab that was earlier present in business projects only was recently introduced in Jira Software projects as well. It displays the issues created, updated or completed in the last 7 days, and the issues due in the next 7 days. This article provides with a workaround to get the list of issues for a different duration.
環境
Jira Cloud
ソリューション
We can follow the below steps to get the list of issues for a different duration.
- Go to the Summary tab from the left menu of the project.
- Click on the required card. For example, if you want to view the issues updated in the last 7 days, click the Updated card.
- This opens up the relevant issues in the List view where the URL of the page contains the modified duration. The format of the URL is:
https://<site name>/jira/software/c/projects/<project Key>/list?filter=updatedDate+%3E%3D+-1w
- The -1w at the end of the URL denotes the duration and refers to the past 1 week.
- Modify it from -1w (last one week) to the required duration. For example, -3d will return the issues updated in the last 3 days.
The modified duration isn't saved in the list view, that is, if the user returns to the project later and opens the list view, it will show the default list of issues. To save the list of issues with the modified duration, clear the existing filter from the list view, select the required filter options and save it as a new filter. The new filter will be available in the Filter drop-down in the list view.