Forums

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

How to get tickets list of what the backlog was for our JIRA project at a given point in time

Lakshmi CH
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 26, 2023

Hi Team,

Is there a way to get a snapshot of what the backlog was for our JIRA project at a given point in time? We're hoping to write a query for this to get quarterly data points going back the last few years and trying to figure out if that's even possible/how we might go about doing this.

 

1 answer

1 accepted

0 votes
Answer accepted
John Funk
Community Champion
April 26, 2023

Hi Lakshmi

Try something like: project = ABC and status was "BACKLOG" on 2023-04-01

That should show you every issue on that project that was in the Backlog status on April 1, 2023. Change the dates and status as needed. 

Lakshmi CH
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 26, 2023

Hi @John Funk ,

It worked. Thank You.

Like John Funk likes this
John Funk
Community Champion
April 26, 2023

Great! Glad it worked for you. 

Suggest an answer

Log in or Sign up to answer