Zephyr Scale REST API /rest/atm/1.0/testcase throws 500
SOLVED- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2021
01:22 AM
08-20-2021
01:22 AM
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"
}
Solved! Go to Solution.
2 REPLIES 2
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2021
05:11 AM
08-24-2021
05:11 AM
try to send the mininum body,
{
"projectKey": "XXX",
"name": "a test name"
}
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2021
07:55 AM
08-26-2021
07:55 AM
Thanks a lot @abioneperhobby !
@karthick1027 does the advice help?
Sonya Mihaljova
Community and Education Specialist
