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

As system, I should be able to link and unlink existing defects to test run steps using the REST API

    XporterXMLWordPrintable

Details

    • Suggestion
    • Status: Gathering Interest
    • Resolution: Unresolved
    • None
    • None
    • REST_API
    • UNCOVERED

    Description

      As system, similarly to what is possible to do at the testrun level, it should also be possible to link and unlink existing defects to test run steps using the REST API.

      PUT api/testrun/

      {id}

      /step/

      {stepResultId}

      /

      {
          "defects": {
              "add": [
                  "CALC-1",
                  "CALC-2"
              ],
              "remove": [
                  "CALC-3"
              ]
         }
      }
      

      Attachments

        Activity

          People

            helder.ferreira Helder Ferreira
            smsf Sergio Freire
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: