Configure a filter subscription for issues created in the past week
Platform Notice: Cloud and Data Center - This article applies equally to both cloud and data center platforms.
Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.
*Except Fisheye and Crucible
Summary
Filter Subscription to display undone and done issues of the last week
Environment
Jira Cloud
Solution
Go to your instance and Click on the Filter.
Click on view all issues, and Switch to JQL.
Provide this JQL query in the search bar -project= project_name AND created >= -1w AND created<=-1d order by created DESC
Click onSave as and provide the filter name, ClickSave.
Click on Details, Go to New Subscription
Configure as shown in the below screenshot (configure time as per your requirement)and Click on Subscribe.

Was this helpful?