how to group issues by project

Michael Barnes October 19, 2016

We are trying to get  a filtered task list by project that is grouped by project. 

Example -

Project A

                    Summary    Description     Assignee   Priority      Status       Due      Resolved

We would like to filter our issues done beyond a time frame... last 6 months or so.

Any ideas?

Thank you

Mike

1 answer

1 vote
Vasiliy Zverev
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 20, 2016

Try add this for JQL to get all resolved issues for last 6 months: "resolutiondate >= startOfDay(-6M)"

Michael Barnes October 20, 2016

Thank you for that.  It has helped weed out the older done projects.  Any thoughts on how to Group the tasks by Project?   We have an executive that would love to have a 1000 foot view that looks like a spreadsheet or as close as we can get.

Thank you

Mike

 

 

Vasiliy Zverev
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 20, 2016

It is not a spreadshhet, but for large number of issues we usually use cross-table diagramm. You can use project for one of axis. Then tou can dril down to requared issues.

Suggest an answer

Log in or Sign up to answer