Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

Method : POST

Request Header 

  • Content-Type : application/json

Request Body

Code Block
{
 
  "projectId": "10100",
    "summary": "Scenario 55",

    "reporter": "rpt1Mohit.Bajaj",

   "duedate": "duedate",
    "description": "descriptionExample of testTest caseScenario",
   
"assignee": "Assignee_IdMohit",
    "priority": "priority_Id2",
   
"versions": [

       "ver_4.0.2 version",
        "5.0.3"
    ],
 
  "labels": [
     
  "Label1",
        "Label2"
    ],
   
"components": [

       "component1",
        "component2"]
}



Response

Code Block
{
    "success": true,
    "result": {
        "issueId": 10209,
        "issueKey": "IC-26",
        "self": "http://localhost:8080/rest/api/2/issue/10209"
    }
}

...