Results grouped by week

António Coelho Silva August 23, 2017

Hi,  I need a report to get the open and closed ıssues, grouped by week. Isıt possıble ın JIRA

1 comment

Comment

Log in or Sign up to comment
Nadine August 23, 2017

Hello António

I do not think that a standard gouping feature is included in JIRA's reporting so I suggest you set up filters like

  • createdDate >= startOfWeek(-1) AND createdDate <= endOfWeek(-1)
  • status = closed and status changed TO closed AFTER startofweek (-1) BEFORE endofweek (-1)

for all the weeks you want to report on.

Confluence is handy to display the data: you could set up a table with columns like Last week, Last week (-1) and rows for Open and Closed an include your according JIRA filters in the fields with Total issue count as display option. If you use the Chart macro you can even include a nice bar chart. 

Performance-wise though, this might not be the best solution if you want to report on many weeks, so you might want to look for an add-on.

TAGS
AUG Leaders

Atlassian Community Events