I am using Jira w/x-ray working on a kanban which contains a backlog of all text executions known/in queue for a large multi-pod team.
We have testing occuring in phases called "Pre-cert", "Program Cert" and "Release Cert"
(Which are really Sprint/Feature test, System, and Integration)
Test executions have no phase value, so I want to do a query which takes the test execution, finds the test plan linked to it, gets the phase from the test plan and then applies the desired phase as a filter to which executions to display (I'm trying to make a filter button so its a combined backlog then hitting the filter button would restrict to the chosen phase).
I am not having any luck finding an advanced query or a combination of simple queries which returns "TestPlan" from "TestExecution".
So, I'm looking for the inverse lookup to testExecutionTests
If I were naming this function, I'd call it testExecutionTestPlans.
Anyone have any ideas on how to do this?