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
Don't forget brackets...
project = UXUI AND issuetype = Test AND ("Epic Link" = UXUI-184 OR "Epic Link" = uxui-60)
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.