Hello,
in our project, same test case is executed in different test execution cycles. how do i know the status of a test which is executed in specific test execution cycle.
for ex:
Test case id - TC1 is assigned to test execution cycles PR-1 and PR-2. and test case is executed in PR-2 and not executed in PR-1.
i want to know the test execution status of TC1 in test cycle PR-1,I have used query like below
project = "sample AND issuetype = Test AND issue in testExecutionTests("PR-1", " ", user1)
Actual result: since test case is not executed in PR-1, it is showing result from PR-2 which is not correct for me to report.
Kindly help me if there is a way to use jql to get actual test status in this case