Forums

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

jql query: How to finde tests that contains more than "10" steps

Momen
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!
September 8, 2023

I'm trying to filter all tests that contain more than 10 steps. I use the following search for this.
project = XYZ AND issuetype = Test AND status = Done AND "Test Type" = Manual AND "Steps Count" >= 10 AND
Does anyone know why the search returns nothing when I select Testtype Cucumber?
project = XYZ AND issuetype = Test AND status = Done AND "Test Type" = Cucumber AND "Steps Count" >= 10 AND

1 answer

1 accepted

1 vote
Answer accepted
Florian Bonniec
Community Champion
September 8, 2023

Hi @Momen 

 

Base on the documentation it's supported for Manual test only.

Enhanced querying with JQL - Xray Server + DC - Xray (getxray.app)

 

In fact step field is only available for Manual tests type.

Regards

Momen
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!
September 10, 2023

Thanks for your help @Florian Bonniec 

Maybe I'll ask XRAY for a solution when I get the chance.

Suggest an answer

Log in or Sign up to answer