Forums

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

JQL to show Tests linked to a Test Plan with status inprogress

Santhoshkumar Sekar
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!
May 27, 2021

I am trying to configure a Filter for a teams dashboard where they are tracking test cases related to a specific Test plan. I could use "issue in testPlanTests("MLPQA-20989")"

But also I need something like list of test cases that are linked to a testplan with the test plan status = Inprogress.

Here the situation is so extract all the test cases from all test plans that is currently in progress.

Is that possible? 

 

1 answer

0 votes
Hana Kučerová
Community Champion
September 5, 2021

Hi @Santhoshkumar Sekar ,

welcome to the Atlassian Community!

Please see here the documentation and testPlanTests section.

Instead of test plan issue key you should be able to use filter for test plans.

The filter JQL could be something like: 

issuetype = "Test Plan" AND status = "In Progress"

Suggest an answer

Log in or Sign up to answer