Issue stattistics report: selected statuses

alejandro caceres prado November 10, 2017

Hi guys!
So, i have my Issue statistics report by status

image.png

What i would like to do, is to generate the same report but filtering some statuses.
I need not to have UNPLANNED or TODO issues on the report, so i can do all the in progress / done issues

Can you help me?

Thanks!!!!!

 

3 answers

1 vote
Kirill Skuibida November 10, 2017

Hi,

1. Create a JQL filter excluding Unplanned and To Do.

project = Yourproject AND status not in ("Unplanned", "To Do")

2. Save filter

3. Use your saved filter at issue Statistics gadget instead of just specifying a project

0 votes
alejandro caceres prado November 13, 2017

Thanks a lot!

0 votes
Alexey Matveev
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.
November 10, 2017

Hello,

You should exclude all issues in statuses that you do not want to show on the dashboard from  your JQL filter which you attached to the gadget.

Suggest an answer

Log in or Sign up to answer