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?
Hello @Arijit Chatterjee ,
ITQATEST-55555) belongs to multiple Test Executions, it is still one issue, so JQL will list it only once.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.