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
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
Thanks for your help @Florian Bonniec
Maybe I'll ask XRAY for a solution when I get the chance.
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.