Forums

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

exclude issue types in release version

Aleks
Contributor
May 3, 2017

Hi Guys

We are using Xray for our Testmanagement. I set a version in the field fix version for the issue types test plan and test executions. Now the issues of these types are being displayed in the release version (and release notes). 

Is there a possibility to change the filter for the releases, that issue types for test plan, test executioen, do not appear in the releases?

Kind Regards

Aleks

2 answers

1 accepted

4 votes
Answer accepted
Michael Partyka
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.
March 25, 2016

Hi Allen,

 

you use 2 times status field. Please try this jql:

issuetype in ("Convert Logo","logo") AND assignee = currentUser() AND status in (Open, "In Progress", Reopened) ORDER BY summary ASC

it should automatically exclude issues in Complete status

Allen Issac
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
March 25, 2016

That worked! Thank you.

I had originally used:

issuetype = "Convert Logo" OR issuetype = logo AND assignee = currentUser() AND status in (Open, "In Progress", Reopened) ORDER BY summary ASC

...with no success. That's when I tried explicitly telling to not include Complete.

1 vote
Udo Brand
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.
March 25, 2016

Well, the error in your original query wasn't to use twice the status field but not putting the "OR" expression in brackets.

(issuetype = "Convert Logo" OR issuetype = logo) AND assignee = currentUser() AND status in (Open, "In Progress", Reopened) AND status not in (Complete) ORDER BY summary ASC

However, Michal query looks much nicer still smile

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events