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

Santhoshkumar Sekar 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 Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
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