Is it possible to use the zephyr API without ZAPI?

slawert January 14, 2016

Hello,

 

I am trying to clone a cycle through the zephyr API sending the same request that it is created when you clone a cycle from jira. 

I am sending a POST request to https://myjirainstance/rest/zephyr/latest/cycle/ with the payload:

{

"clonedCycleId":"161",
"name":"CLONE 161:2016-01-14",
"startDate":"",
"endDate":"",
"build":"",
"description":"Autogenerated by Automated Tests",
"environment":"",
"versionId":"-1",
"projectId":"11203"

}

and with Content-Type:application/json.

I always get a 403 Forbidden status. I do not have any issue when I send GET requests.

Currently we do not have the ZAPI add-on. 

Am I missing anything? Isn't it possible to achieve without purchasing the add-on? 

Thanks a lot,

Roberto.

 

1 answer

0 votes
Daniel
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 14, 2016

Hi Roberto,

Correct, ZAPI is the only way to use the API with Zephyr for JIRA Server. Currently, ZAPI is also not available for Cloud but we are working on that. You can find the Marketplace page for our ZAPI product here:

https://marketplace.atlassian.com/plugins/com.thed.zephyr.zapi/server/overview

Regards,

Daniel

Suggest an answer

Log in or Sign up to answer