Forums

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

Looking for JQL help with endOfDay

Jason Arseneau
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!
September 27, 2018

Is it possible to track how many tickets that are not in a Closed or Resolved status at the end of each business day across multiple days

1 answer

1 vote
Irfan Mazli Mazuki
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
October 1, 2018

Hey Jason, maybe this JQL can help. It will essentially show the tickets created in last 1 day that are not in the Closed or Resolved status:
{code}
created >= -1d and status not in (Resolved, Closed)
{code}

Alternatively, you may use this JQL to see tickets that were created last 1 week that are not in the Closed or Resolved status:
{code}
created >= -1w and status not in (Resolved, Closed)
{code}

You may refer to Advanced searching - functions reference to know more in details of the JQL functions.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events