Ask a Question

Zephyr Scale REST API /rest/atm/1.0/testcase throws 500

SOLVED
karthick1027
Frequent Visitor

Zephyr Scale REST API /rest/atm/1.0/testcase throws 500

I'm trying to create a test case for few projects, the create test case API works for other projects but throws 500 Internal Server Error without error message

 

POST /rest/atm/1.0/testcase HTTP/1.1
Content-Type: application/json

{
"projectKey": "FWEW",
"folder": "/Subject/Test",
"name": "Test",
"labels": [
"MANUAL"
],
"objective": "Test objective"
}

 

 

2 REPLIES 2
abioneperhobby
Occasional Contributor

try to send the mininum body,

 

{
"projectKey": "XXX",
"name": "a test name"
}

sonya_m
SmartBear Alumni (Retired)

Thanks a lot @abioneperhobby !

 

@karthick1027 does the advice help?


Sonya Mihaljova
Community and Education Specialist

cancel
Showing results for 
Search instead for 
Did you mean: