Details
-
Story
-
Status: Closed
-
Major
-
Resolution: Done
-
None
Description
As system, the REST API should provide a new endpoint for exporting Pre-Conditions associated with a Test, including the rank information.
GET /rest/raven/1.0/api/test/{key}/preconditions
Example of expected response:
[
{
"id":13602,
"rank":1,
"key":"CALC-33",
self: "http://jiraserver/rest/api/2/issue/10401",
"reporter":"admin",
"assignee":"admin",
"type":"Automated[Cucumber]",
"condition":"Condition example".
},
{
"id":13600,
"rank":2,
"key":"CALC-42",
self: "http://jiraserver/rest/api/2/issue/10402",
"reporter":"admin",
"assignee":"admin",
"type":"Manual",
"condition":"Condition example".
}
]