API URL : http://localhost:8080/rest/qmetry/latest/testcase

Method : POST

Request Header 

Request Body

{
"projectId": "10100",
"summary": "Test Case Summary"
}


Response

{
    "success": true,
    "result": {
        "issueId": 10201,
        "issueKey": "IC-18",
        "self": "http://localhost:8080/rest/api/2/issue/10201"
    }
}


Bad Request

{
    "error": {
        "errorMessage": "Given projectId is invalid.",
        "errorCode": 400
    },
    "success": false
}