Forums

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

How to get defect list of a month. E.g want to get defect logged in the Month of May 2022.

Varun Kumar K
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 9, 2022

How to get defect list of a month. E.g want to get defect logged in the Month of May 2022.

1 answer

0 votes
Robert Wen_Cprime_
Community Champion
June 9, 2022

Hello @Varun Kumar K ! Welcome to the Atlassian Community!

You're going to want to set up filters based on Jira Query Language (JQL).

The query you want will look like the following:

type = Bug AND (created >= StartOfMonth() AND created <=EndOfMonth())

That's going to give you the list of bugs for all projects within the current month.  For a specific month, put in dates instead of StartOfMonth() and EndOfMonth().

Here's some references to JQL:

https://support.atlassian.com/jira-software-cloud/docs/what-is-advanced-searching-in-jira-cloud/

 

Hope this helps! 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events