Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Filter returning multiple test executions , need all test cases including duplicates

Arijit Chatterjee
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
May 11, 2026

issuetype = Test
AND (
issue in testExecutionTests("ITQATEST-12345")
OR issue in testExecutionTests("ITQATEST-54321")
) --> here in both the test executions there is 1 test cases which is common say ITQATEST-55555. i want to show both these test cases in my result but right now with this query i am only getting 1 test case , is there possibility to get both the test cases , the original as well as the duplicate?

1 answer

1 accepted

1 vote
Answer accepted
Marcos Sanchez
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
May 13, 2026

Hello @Arijit Chatterjee ,

 

Jira JQL always returns unique issues. Even if a Test (e.g., ITQATEST-55555) belongs to multiple Test Executions, it is still one issue, so JQL will list it only once.
What you can do is take advantage of the Xray Reports (https://docs.getxray.app/space/XRAYCLOUD/44566291/Reports+&+Analysis). You have both Test Execution Report and Traceability Report that may be usefull for your case.
There you will see the Test in both Test Executions, as the Test exists in two different contexts.
Regards

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events