Problem with a query in Jira

Rory Murphy September 25, 2014

Hi,

I'm trying to create a query to return all tests linked to a set of user stories which in turn are linked to a set of epics

I tried the following but it's returning User Stories even though I have issuetype = Test 

project = UXUI AND issuetype = Test AND "Epic Link" = UXUI-184 AND issuetype = Test OR "Epic Link" = uxui-60

 

Any help would be greatly appreciated.

Thanks

Rory

1 answer

1 accepted

2 votes
Answer accepted
Henning Tietgens
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.
September 25, 2014

Don't forget brackets...

project = UXUI AND issuetype = Test AND ("Epic Link" = UXUI-184 OR "Epic Link" = uxui-60)
Rory Murphy September 25, 2014

Brilliant thanks so much

 

Rory

Suggest an answer

Log in or Sign up to answer