Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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

Method : POST

Request Header 

  • Content-Type : application/json

Request Body

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


Response

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


Bad Request

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


  • No labels