How to search for issues in a test session

Grant Donovan April 13, 2015

I want to be able to list all issues in a test session using wildcard approach, I can't even get an exact search to work, for example

"Raised During" = "ns test session 1" ORDER BY created DESC

Should this work?

Thanks

 

1 answer

0 votes
Grant Donovan April 14, 2015

Looks like you have to use the ID, like this

project = "MP" AND "Raised During" = 10170 ORDER BY created DESC

https://jira.atlassian.com/browse/BON-2129

This really doesn't make sense, or help.

So, my question is slightly different.  How can you get a list of all the issues in a test session.  I will be naming my test sessions linked to user cases that have IDs, so my test session could be named TS1, so I would want to list all the issues that are part of the test session TS1

Suggest an answer

Log in or Sign up to answer