JQL query, to keep point in time query

paul carr
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!
July 25, 2024

Hi,

I am doing graphs on the status of tickets at the start of every month and saving them to their own page. For a graph around the count of open tickets, and let's say I have a tab for issues open in Jan/2024, any issues fixed today, will still reflect in the Jan/2024 graph, meaning they will become less and less and not a true reflection of the issue open then regardless of what has changed after. 

 

As an example, this is what I am using for tickets open at the end of June 2024

project = X AND status in ("Awaiting Action", "In Progress", Reopened) AND created <= 2024-06-30

3 answers

0 votes
John Funk
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
July 25, 2024

Hi Paul - Welcome to the Atlassian Community!

I think this is what you are looing for:

project = X AND status was in ("Awaiting Action", "In Progress", Reopened) ON 2024-06-30

 

0 votes
Mohamed Benziane
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
July 25, 2024

Hi,

You can use "created <= endOfMonth()"

0 votes
Cristian0791
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.
July 25, 2024

Hi Paul,

Please try:

project = X AND status in ("Awaiting Action", "In Progress", Reopened) AND and created >= startOfMonth()

 

This should bring you the tickets created in the current month.
Each month it will bring you new created tickets.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events