Uploaded image for project: 'Xray for Jira Cloud'
  1. Xray for Jira Cloud
  2. XRAYCLOUD-8526

updateTestRunExampleStatus Graphql mutation fails with error.

    XporterXMLWordPrintable

Details

    • Bug
    • Status: Open
    • Medium
    • Resolution: Unresolved
    • Xray Cloud 4.12.4
    • None
    • GraphQL
    • None
    • postman, Jira Cloud

    • UNCOVERED

    Description

      Description

      The updateTestRunExampleStatus Graphql mutation fails with error 

       

      Error retrieving Test Run Example. 

       

      Pre-conditions: Having a Test Run for a Cucumber Test with examples

      How to reproduce

      1. Use the following Graphql mutation body to updateTestRunExampleStatus
      2. mutation {
            updateTestRunExampleStatus(
                exampleId: "5bbd8ab0a3fe1b6fcdc3c737",
                status: "PASSED"
            ) {
                warnings
            }
        } 

      Actual result/Attachments:

      Error appears:

      "errors": [
              {
                  "message": "Error retrieving Test Run Example.",
            
            }      ], 

      Expected result:

      The update mutation should work and update the given Status

      Version

      • Xray - 4.12.4

       

      Attachments

        Issue Links

          Activity

            People

              joana.fonseca Joana Fonseca
              jayanthi.murthi Jayanthi Murthi
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated: