Forum Discussion
Hi 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!
hasLinked queries are good only for identifying which issues are connected with some cycle or not, but this is not for exactly defined which the key of cycle is linked...so this query is almost unusable... 😞
Thats a pity...
I know about option to via TMFJ report -
Issues reported during testing (list) - but i am not able to specify filtr for example only for Not closed defects/issues...