Forums

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

Project Reports

Rolondo Talbott January 11, 2019

I am looking for a report, that can tell me which Projects have active issues and what those issues are, according to a date range. For example, for Project A, B, C, I want to see what Active Issues there are between 1/1/2019 - 2/1/2019.

3 answers

0 votes
Zoryana Bohutska _SaaSJet_
Atlassian Partner
May 3, 2019

Hi @Rolondo Talbott 

Now is available add-on which automatically saves all history of issues changes, ordered by the date. It's Issue History for Jira Cloud.

Plug-in allows:
- Use filters to select issues list.
- Set columns to show different fields on the report grid.
- Apply custom date range to filter results.

At the Atlassian Marketplace you can get more information about the add-on and try the trial version of it.

If you have any question, please contact me directly zoryana@saasjet.com.2019-03-26_21-39-10.png

0 votes
John Funk
Community Champion
January 14, 2019

Hi Rolondo - Ollie's query will work for the most part, but it depends on what Statuses you have mapped to "Active". The statuses in your workflow will determine which ones should be used. At the very least, it should not include Backlog and Done and those are not Active statuses. 

Rolondo Talbott January 15, 2019

Hi John,

Yes, these would be Active Issues (not including the Backlog). So would I still use the JQL?

John Funk
Community Champion
January 15, 2019

Yes, you would still use JQL to create the Filter. 

Rolondo Talbott January 15, 2019

Thanks, are you aware of a listing of commonly uses JQL queries?

John Funk
Community Champion
January 15, 2019

The query will need to be specific to the statues you use in your workflow. If you are on a ticket and click on the View Workflow, it will show you all of the statuses. Then you can write a query something like, project = xyz and status in ("In Progress", Testing, Deploy) where the statuses are what are in your workflow (minus backlog and done).

Does that help?

0 votes
Ollie Guan
Community Champion
January 11, 2019

Hi @Rolondo Talbott,

You can query these Issues through JQL. If you need further analysis, exporting Excel and doing data analysis is an optional way.

project in (A,B,C) and updated <=2019-02-01 and updated >=2019-01-01

Suggest an answer

Log in or Sign up to answer