Uploaded image for project: 'Xray for Jira'
  1. Xray for Jira
  2. XRAY-1052

As a machine, the REST API should return the Test Sets, Test Executions and Test Plans associated to a test

    XporterXMLWordPrintable

Details

    • Story
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • R2.0.0
    • Integration
    • None
    • R2.0.0 S7
    • UNCOVERED

    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"
         }
      ]
      

      Attachments

        Activity

          People

            ampr Andre Rodrigues [X] (Inactive)
            smsf Sergio Freire
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: