The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

Issue Statistics per Week

PavanKumar Nerella
July 26, 2021

On every Monday, I need to submit the weekly report of the type of issues, and the number of issues, and their current status of the last 1 week. I would also need that data to be presented on a dashboard automatically every Monday along with previous weeks' data. (Eg: If we are in Week 31 as of now, I need the data of the last 8 weeks data).

 

I tried the below filter for the last 1 week data

createdDate >= startOfWeek(-1) AND createdDate <= endOfWeek(-1)

 

How to get the same data for all the weeks periodically?

 

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Answer accepted
John Funk
Community Champion
July 26, 2021

Hi @PavanKumar Nerella  - Welcome to the Atlassian Community!

You can create 8 filters like that and just change the -1 to -2 for the second one, -3 for the third one and so on. 

PavanKumar Nerella
July 26, 2021

Hello @John Funk 

 

Thanks for your response. I agree with your response but curious to know if we have the inbuilt keyword or functions in JQL to achieve this?