I am trying to use this API to manage my automation test cases in Jira-Zephyr.
I am trying to get all the test cycle from my project, So as per the ZAPI technical doc I used http://localhost:8080/jira/rest/zapi/latest/cycle?projectId=10002&versionId=10100 But it is not working, It says that it is a dead link.
I googled for search all the issue from project, So I got the below one http://localhost:8080/rest/api/2/search?jql=project=10002 and it is working fine for me.
So as per this link I changed the above link
It is also not working.
How I can Find out all the test cycle present in the project?