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...
- vpelizza4 years agoStaff
I see...
What exactly is the question you need answering? Is it "give me the bugs not yet closed and linked to test cycle XYZ"?
- Bozda4 years agoNew Contributor
Yes exactly, but even better - give me the bugs not yet closed and linked to test plan XYZ...
- vpelizza4 years agoStaff
Gotcha, yes that makes sense!
If this function hasLinkedTestCycle() could accept parameters (or if there was a similar function for test plans with parameters) then you could filter by:
issueType = Bug AND status != closed AND issue in hasLinkedTestCycle(ABC-C123)
Unfortunately, it doesn't seem to be possible at the moment, but perhaps this is a good one for the ideas portal?
Related Content
- 3 years ago
- 2 years ago
Recent Discussions
- 8 days ago