I am trying to get the list of Test Executions in a given project which are Orphan in nature, i.e. Test Executions that are not associated or linked to any Test Plan. Can you please help me if there is a standard JQL that can be used for the same?
Okay, I tried to solve the corresponding question for Tests (instead of 'Test Plans').
Here is what I came up with:
1 auxiliary stored filter "All test plans", with sth. like
project = ABC AND issuetype = "Test Plan"
and then the actual query
project = ABC AND issuetype = "Test Execution" AND NOT issue in testPlanTestExecutions("All test plans")
(see also XRAY Docu/Enhanced querying with JQL )
Hi @Ashim Upadhyaya and welcome to the community,
I really tried all different places and sections in xray to figure this one out - unfortunately and really surprisingly (I was convinced this is possible) I wasn´t able to find a solution (at least not with jira inside possibilities --> I guess there are more advanced possibilities with advanced JQL, scriptrunner,...).
Please don´t hesitate to contact vendor support for detailed help.
I´m sorry I couldn´t solve the problem completly but I still hope that this was helpful.
Best
Stefan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you Stefan for taking the time to dig deep into this. I will contact the vendor support as per your suggestion, and come back to update this post if I get any solution. Fingers crossed. Have a good day!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.