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.