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
Created test cycle using below json payload:
POST: https://api.zephyrscale.smartbear.com/v2/testcycles
{
"projectKey": "APT",
"name": "Test_cycle_1",
"description": "Regression test cycle 1 to ensure no breaking changes",
"plannedStartDate": "2018-05-19T13:15:13Z",
"plannedEndDate": "2018-05-20T13:15:13Z"
}
Then I am updating the test cycle using below json payload:
PUT: https://api.zephyrscale.smartbear.com/v2/testcycles/{TESTCYCLEKEY}
{
"id": 1,
"key": "APT-R810",
"projectKey": "APT",
"name": "AUTO_MAVEN_TEST_22",
"statusName": "Done",
"project": {
"id": 299791
},
"status": {
"id": 5414353
}
}
I am getting below response:
Presumably you have entered the required key into the URL, i.e.
https://api.zephyrscale.smartbear.com/v2/testcycles/APT-R810
You can get user community support from Zephyr Scale's own forum here: ZS Community
Welcome to the Atlassian Community!!
As you mentioned above we clearly saw the error is related to the Authentication.
please go through this link which is shared below for better understanding🤞
Also accept the answer if it helps you and for other who will be visiting this thread in future😊.
Regards,
Wasim
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Wasim ,
I successfully created the test cycle using the provided authentication bearer token. However, I am encountering an error specifically when attempting to update the test cycle using the same token.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.