-
Notifications
You must be signed in to change notification settings - Fork 5
Description
From what I've observed, the current Zephyr Scale Server API doesn't have an Endpoint for Iterations: https://support.smartbear.com/zephyr-scale-server/api-docs/v1/
Looking at their interface, it seems like they are using a different API endpoint for generating / listing iterations:
https://jira.project.com/rest/tests/1.0/ vs https://jira.project.com/rest/atm/1.0/
So, for example, to get the iterations for a specific project, using the undocumented API, you can just do:
https://jira.project.com/rest/tests/1.0/iteration?projectId=11101
Without enabling the support for these APIs, the things you can do in Zephyr Scale with this module will remain limited. That being said, shouldn't the architecture be modified a bit so that both endpoints are supported?