Hi,
I am trying to generate a filter in which I want the issues to be reported in the past 365 days.
I don't want to keep changing the time/dates on the filter.
Hi @chhatwal_simran -- Welcome to the Atlassian Community!
Do you mean the items completed/resolved in the last 365 days? If so, this would do that, after you substitute in your project name:
project = myProjectName AND resolved >= -365d ORDER BY resolved ASC
To learn more about creating JQL searches and to see examples, please look here: https://support.atlassian.com/jira-software-cloud/docs/use-advanced-search-with-jira-query-language-jql/
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Heya @chhatwal_simran ,
So you'd want to do something like this JQL:
project = XXX AND created <= 365d
I hope this helps! :)
Kind Regards,
Ashley Hudson
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.