Forum Discussion
Functions usually have the ability to accept criteria within the brackets, e.g. today(-1d) is yesterday. Have you tried entering the test cycle ID within the brackets, e.g. hasLinkedTestCycle(T1)
You can find more help information at this page: JQL Functions | Zephyr Scale Server Documentation (smartbear.com)
- MarcoDR10 months agoNew Contributor
Thanks MisterB - unfortunately it doesn't look this one can accept any argument
- MisterB10 months agoChampion Level 3
Yeah, that does seem to be the case. The only other JQL based option I can think of is to use another function: coveredByTestCasesHavingField() which enables you to bring in other test case fields. If your Test Case folder structure is the same as your Test Cycle folder structure then you might be able to achieve the same thing by referencing the folder, e.g. project = MGS and issue in coveredByTestCasesHavingField("folder", "/Orbiter/Cargo bay"). Other potential options are test case labels, components or custom fields.
But... thinking back to when I had the Server version of Scale, there were a set reports that you could run based on Issues. If those reports still exist you should be able to run those by Test Cycle, and that might do what you want, just in a different direction: Scale to Jira instead of Jira to Scale.
Related Content
- 3 years ago
- 5 months ago
- 5 years ago