Details
-
Story
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
*strong text*The REST API should provide endpoints to list all Test Sets, Test Executions and Test Plans associated to a Test.
GET /rest/raven/1.0/api/test/{key}/testsets
GET /rest/raven/1.0/api/test/{key}/testexecutions
GET /rest/raven/1.0/api/test/{key}/testplans
Example of answer:
[
{
"id":13602,
"key":"CALC-50",
"summary":"Regression tests",
"self":"http://JIRASERVER/testJira/rest/api/2/issue/CALC-50"
},
{
"id":13600,
"key":"CALC-51",
"summary":"New features of v2.0",
"self":"http://JIRASERVER/testJira/rest/api/2/issue/CALC-51"
}
]