Description
The TestRun status is not correctly reflecting on the dashboard of the JIRA when I use the below 2 JQL.
1 JQL) project = "Project name" AND issuetype = "Test Execution" AND fixVersion = fixversion.
I save this JQL as a filter called "R32TestExecutions". This filter shows the testexecution status correctly.
2. JQL) issuetype = 10501 AND issue in testExecutionTests(R32TestExecutions). When I fire this JQL I am not able to get the correct TestRun status.It always shows the TODO even though we have executed the test cases in any of the test execution cycle and in a fix version.
Thanks,
Neeraj