Forum Discussion
vpelizza
Staff
5 years agoHi Bozda,
Zephyr Scale Server has capabilities for using their custom JQL functions. Please find more information on this page: https://support.smartbear.com/zephyr-scale-server/docs/jql-functions.html
Specifically for Test Cycles, you can write JQLs like these:
project = MGS and issue in hasLinkedTestCycle()
project = MGS and issue in hasAllLinkedTestCyclesWithAllLastTestResults("Pass")
Unfortunately, there are no functions for querying Test Plans though. Also, Zephyr Scale Cloud doesn't have such capabilities.
I hope that helps!