Hi!
We are trying to get a list of all Test Executions within a Test Plan. By using the JQL
project = "XX" AND issuetype = "Test Execution" AND issue in testPlanTestExecutions(XX-XXXX)
, we can add that filter into "Test Runs List" gadget. However, when I try to edit the gadget by only showing Test Run Status = TODO, I get no hits (even though I know there should be hits).
Can someone help me with this? I want to, either by using JQL or in the gadget, show all the text executions in a Test Plan and filter it by status and also the test run assignees.