Hi,
I am trying to figure out how to get out accurate test run status when doing a JQL search on a specific test execution key. It is a very simple JQL and I get different test run status compared to if I use the Test Run Gadget/Report instead.
I am using this JQL:
project = "our project" AND issue in testExecutionTests('our test execution key')
When executing the JQL i get the TestRunStatus "Not used- todo" for all tests in the test execution.
But when using the Test Run Gadget/Report with the same test execution key, I get the status Pass for all test (which is right)