Hi all,
Can you filter on Jira field within a Zephyr search filter? i.e. filtering by resolution or status etc of the parent Jira issue?
Cheers,
Dean
If you want to use DB (SQL) as a workaround you can do that via query:
SELECT AO_7DEABF_STEP_DEFECT.DEFECT_ID
FROM AO_7DEABF_STEP_DEFECT, jiraissue
WHERE jiraissue.ID = DEFECT_ID
AND jiraissue.resolution = 'your resolution id'
AND jiraissue.issuestatus = 'your status id'
Hi Dean,
You can only use ZQL in the Zephyr Search Test Executions navigator and you can only use JQL with Atlassians Issue navigator. It is not possible to mix ZQL and JQL. Thus you will not be able to half search for something in Zephyr and then search the rest in JIRA.
Kind Regards,
Emily
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.