I am doing following to call Zephyr for Jira(Cloud) REST API:
const string baseUrl = "https://prod-api.zephyr4jiracloud.com";
const string context = "/connect";
const string relativeUrl = "/public/rest/api/1.0/teststep";
const string QUERY_STRING = "issueID=11234&projectId=10000";
string canonicalPath = "GET&" + relativeUrl + "&"+ QUERY_STRING;
When I ran this , I am getting error messaage:
"My server response: {"error":"API not found."}"
Note: The core issue is I am passing the query string in correct format. Can anyone please me in regarding this.
Would be appreciate !!
Anyone have idea please suggest here. I stuck on creating Query String to get test case steps.
Thank you for asking your question on the Atlassian Community.
Please see the link below to have direct correspondence with our teams support staff. They will be able to answer any technical questions you may have.
https://www.getzephyr.com/support (submit a ticket)
Thank you and hope this helps,
Team Zephyr
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.