Can you filter on Jira field within a Zephyr search filter?

Dean Pullen March 25, 2014

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

2 answers

1 accepted

0 votes
Answer accepted
Mehmet Kazgan
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 26, 2014

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'

1 vote
Emily Schneider
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 25, 2014

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

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events