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

Douglas Ruby 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 Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
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