Solved
Forum Discussion
jfelix
Alumni
5 years agoHi, RobertoM! Thanks for your question.
I'm afraid Zephyr Scale does not provide an official way to do this.
If you're using the Server version of the app, you can get that data using a query like query=projectKey = "XYZ" AND folder IN("/A", "/A/B", "/A/B/C"). Please note that you have to provide the full path when querying a subfolder.
If you're using the Cloud version, you can write a script that queries the folder data via GET /folders and use the response to get the test cases that belong to a specific folder ID, via GET /testcases?projectKey={{projectKey}}&folderId={{folderId}}.
If this solution does not meet your needs, please create a new entry in the Ideas Portal, describing your needs:
- For Server/DC: https://zephyr-scale-server-dc.ideas.aha.io
- For Cloud: https://zephyr-scale-cloud.ideas.aha.io/ideas
Cheers!