Hi Community,
I am trying to configure a Filter for a dashboard where we want to see test cases related to a specific Test plan.
The Jira AI suggests a linkedissue JQL for the error as shown below as:
issue
in
testPlanTests("TestPlan-1234")
:
issue
in
linkedIssues("TestPlan-1234")
ORDER
BY
created
DESC
Unfortunately, since tests are not linked through the Linked Issue field this is not possible?
Do any of you have a suggestion for what JQL to use. I am using the standard issue types "Test plan" and "Test", and i want to show all Tests under the Test Plan in a filter.
Best Regards,
Sankar
since both Tests and TestPlan are standard issue, can you share a screenshot to show how Tests is included under TestPlan
Is "Test plan" and Test under one epic, if they are not linked with each other?
testPlanTests seems to be available if you have xray plugin,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No they aren't practically linked to any epic at the moment. But the Tests are already included under this specific TestPlan.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.