Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Created vs resolved I only want to resolved to show resolution fixed issues help??

Marie Tennant January 19, 2019
I am using a custom filter in my created vs resolved chart. I only want the resolved line to show resolved bugs, change requests & stories with resolution fixed and with a certain reported. But the resolved line is picking up closed items with resolution empty, duplicate etc and it’s picking up sub tasks. The filter I’ve created is project in xxx AND reporter = xxx AND type = big OR type = change request OR type = story AND resolution = unresolved OR resolution = fixed AND status = closed. Can anyone help please???

2 answers

1 accepted

0 votes
Answer accepted
Mario Carabelli
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.
January 19, 2019

@Marie Tennant

Awesome that I could help. You can mark my answer as correct then. This way I get some virtual bonus points 😉

With kind regards

Mario

0 votes
Mario Carabelli
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.
January 19, 2019

Hi Marie,

It seems like you are missing appropriate parenthesis. Your current jql assumes following paranthesis:

(project in xxx AND reporter = xxx AND type = big) OR (type = change request) OR (type = story AND resolution = unresolved) OR (resolution = fixed AND status = closed)

It evaluates the AND statements first and that is why your results are skewed.

Following jql would be most likely what you want:

project in xxx AND reporter = xxx AND (type = big OR type = change request OR type = story) AND (resolution = unresolved OR resolution = fixed) AND status = closed

With kind regards

Mario

Marie Tennant January 19, 2019

Hi Mario, thank you for the help. I have updated the filter as you suggested but it still seems to pulling resolved ones with the resolution duplicate & withdrawn etc in the resolved count? 

Marie Tennant January 19, 2019

Scrap that it’s worked, my fault! Thank you so much really appreciate the help!!! 

Warm regards,

 

Marie.

Mario Carabelli
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.
January 19, 2019

My pleasure .

I actually never used custom jql in a predefined report. It is possible that it shows in this predefined report always all resolved issues (regardless of your custom filter).

You can test this by searching with the jql in the normal issue search. If the found issues are correct there thus is the case. Then you would have to create a new custom report with this jql for one graph. And a similar jqlfor the created issues. Unfortunately I cant access jira right now so i cant try it myself.

Best of luck anyway.

Kind regards

Mario

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events