Forums

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

How to know numbers of Issues existing in a particular day in past?

Dutta, Kunal April 21, 2022

Hello Team,

I am looking forward for JQL to figure out the number of  issues either in(Open, InProgress, Closed,Resolved) state on a particular day in past?

 

More to this, we are trying to find out number of bugs which were present during last year September and their respective state on a particular day (i.e. 04th September 2021),while we started our release cycle.

 

1 answer

0 votes
Sreenivasaraju P
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 21, 2022

Hi @Dutta, Kunal ,

 

Please try below query.

status was in (open,"in progress") DURING ("2022/01/01","2022/01/01")

 

more details @ https://support.atlassian.com/jira-software-cloud/docs/advanced-search-reference-jql-operators/

Dutta, Kunal April 21, 2022

Thanks @Sreenivasaraju P for reverting.
However here the ask is to get the exact number of bugs which were either in Open or InProgress state as on 04th September 2021.

Suggest an answer

Log in or Sign up to answer