Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Filter for issues created in the last 7 days no lesss?

Evalaji Jones
Contributor
January 16, 2023

Hi, please can i have a filter that shows an issuetype that has been created in the last 7 days?

4 answers

4 accepted

2 votes
Answer accepted
Dirk Ronsmans
Community Champion
January 16, 2023

Hey @Evalaji Jones ,
I'm going to assume you mean "issues created in the last 7 days" right?

You should be able to do that with the following JQL

 

created >= -7d

0 votes
Answer accepted
Sushant Verma
Community Champion
January 16, 2023

Hi @Evalaji Jones 

Please try below JQL:

created >= -7d 

Regards,
Sushant Verma

0 votes
Answer accepted
Clark Everson
Community Champion
January 16, 2023

Hi @Evalaji Jones 

You can't search for new issue types via JQL. If a new issue type is made that doesn't indicate an issue has been created with it in the last 7 days. Via JQL you can only search for issues of a certain issue type being made in the last 7 days, but you would need to know the issue type you want to search off of


To search for Issue Types created in the backend, you would need to use the audit log: https://support.atlassian.com/jira-cloud-administration/docs/audit-activities-in-jira-applications/

 

If you wanted to have a filter like that the only way to save a filter like this to my knowledge would be to link your logs via the api to something like splunk and create the filter in splunk.

 

Best,
Clark

0 votes
Answer accepted
Alex Koxaras _Relational_
Community Champion
January 16, 2023

Hi @Evalaji Jones 

You can use any of the following:

  • created >= -7d (this will count the days from the current time)
  • created >= startOfDay(-7)

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events