The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to filter Zephyr test cases by "Expected Result" in Jira?

Nikita Illarionov
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
August 17, 2020

Hi Community,

I'm wondering if the test case steps can be searched through in Jira.  E.g. I want to find all test cases, where a test step contains a speiciffc "expected result".

Thanks.

BR

Nikita

2 answers

2 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

0 votes
Answer accepted
jagadeesh madhura
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 Champions.
August 18, 2020

@Nikita Illarionov As of now you can't search with test step fields in view issue page/Search test execution page, as a work around you can create cycle/folder in cycle summary>> add all the test to the cycle >> export to csv >> and filter in excel sheet based on the steps

Note: You can search the individual test case test steps in Test execution page

We have already feature request present for searching test steps and it will be implemented in future release as part of our roadmap

0 votes
Answer accepted
Thomas Magny-Garcia
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 Champions.
August 17, 2020

Hello @Nikita Illarionov ,

I don't think it is possible. JQL, or ZQL for Zephyr, only allows to find issues.
Moreover according to the ZQL Documentation (https://zephyrdocs.atlassian.net/wiki/spaces/ZFJCLOUD/pages/217645095/ZQL+Reference ), it seems that the only reachable fields are :  

assignee

component

creationDate

cycleName

executedBy

execution

executionDate

executionDefectKey

executionStatus

fixVersion

folderName

issue

label

priority

project

 

Hope it helps!