You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
Hi,
I setup status and custom field api that is working fine for me .
I am trying to create zephyr cycle using zephyr cloud API, but i am getting below error.
$apiPath = "/public/rest/api/1.0/cycle";
{"name":"Test Orch","description":"Test Orch new","projectId":"10003","versionId":"10000"}
Unirest\Response Object
(
[code] => 400
[raw_body] => {"error":"API not found."}
[body] => stdClass Object
(
[error] => API not found.
)
[headers] => Array
(
[0] => HTTP/1.1 400 Bad Request
[Date] => Mon, 11 Jul 2022 13:33:59 GMT
[Content-Type] => application/json;charset=utf-8
[Content-Length] => 26
[Connection] => keep-alive
[Server] => Apache-Coyote/1.1
)
)