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

As a GraphQL user, I must be able to retrieve Test Step statuses with the corresponding mapping Test Status

    XporterXMLWordPrintable

Details

    • New Feature
    • Status: Shipped
    • Resolution: Fixed
    • None
    • 2.002.000
    • GraphQL
    • None
    • OK

    Description

       

      {
          getStepStatus( name: "PASSED") {
              name
              description
              color
              testStatus
          }
      }
      

       

      where testStatus is a projection for the mapped TestStatus object:

       

      type StepStatus { 
         (...) 
         testStatus: TestStatus
      }
      
      

       

      Attachments

        Activity

          People

            sdcv Sergio Vieira
            bmpc Bruno Conde
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: