Hi guys!
So, i have my Issue statistics report by status
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!!!!!
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
Thanks a lot!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.