Hello! I want to search only for the issues in jira (issue type Test) that have zephyr test executions, and those executions to be created or updated within a certain timeframe (today, yesterday, last week, etc).
I know that by using ZQL I can get executions and I can use the startOfDay() method for the execution fields, but that only filters the executions and not the jira issues. I tried to use the same method in JQL with "created" or "updated" fields, but the main problem here is that if you do some test executions on a test ticket, it wont appear as updated today because you did not modify any jira fields, only the executions. So, thus far i cannot find a way to link those two and filter them as needed.