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.
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/
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.
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.