Forums

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

How do I generate a status report over a period of time

Douglas Ruby
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!
October 18, 2019

I would like to create a summary report of the status of stories over a period of time in the past.  For example:  Assume it is October and I want to go back and see what stories were actively worked on (added, updated or closed) in the system, from June 1st to June 30th. How would I do that?  

1 answer

0 votes
Avinash Bhagawati _Appfire_
Community Champion
October 18, 2019

Hi @Douglas Ruby

WIth help of JQL filters and dashboard gadget you will be able to know the data for created, updated or resolved issue for particular duration. 

For Example, for issue created in September month 

JQL Query:

Project = ABC AND Created >= "2019/09/01" AND Created <= "2019/09/30"

Please refer below documentation on advance JQL search and dashboards & gadgets.

https://confluence.atlassian.com/jirasoftwareserver/advanced-searching-939938733.html

https://confluence.atlassian.com/adminjiraserver/using-dashboard-gadgets-938846990.html

Thanks, 

Avinash

Suggest an answer

Log in or Sign up to answer