How do I write a JQL to get individual Test Session status for an Epic

Ganga_Selvarajah September 1, 2014

I have an Epic, that has two test session.

Test Session 1 = In Progress

Test Session 2 = Created

How do I write a JQL to get the status for each test session?

Cheers

Ganga S

1 answer

0 votes
Diego Zarpelon
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
September 1, 2014

if you are using test session as a field you can use a jql like this:

testsession="in progrees" and "epic name"=name

If test session is not your filed name, you can just use that field name instead

hope this helps

Ganga_Selvarajah September 3, 2014

I would like to write a JQL to get a test session by testing status. Please see the attached.

Suggest an answer

Log in or Sign up to answer