Need JQL query to output Resolved, Closed and Dev Complete as Done
Hello @C-Robert.Gill ~ If I understand correctly, you want to use statusCategory:
statusCategory = Done
Hang on, I have multiple things happening in my query so I want see all New, In Progress, On Hold, Watch and was trying to keep the number of categories of what is ultimately Done, as done rather than have three more categories (Resolved, Closed, Dev Complete)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
project = [____] AND "Make and Model" = [_____] AND Type = Bug AND status not in (Cancelled) AND priority in ("Blocker/Emergency", "Critical/High", "Major/Medium") ORDER BY priority DESC, updated DESC
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ah. You can't combine those in the Issue Statistics gadget, nor can you use the statusCategory statistic. I checked the 2-dimensional gadget and that doesn't allow statusCategory either. I'm not aware of any OOB that do that but I do know that there are plugins that do. I use Custom Charts for Jira HTH
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.