Uploaded image for project: 'Xporter for Jira'
  1. Xporter for Jira
  2. XPORTER-2284

As a user, I must be able to export TestRuns from a Test no matter the current context

    XporterXMLWordPrintable

Details

    • R6.1.0 Sprint 2, R6.1.0 Sprint 3, R6.1.0 Sprint 4
    • OK

    Description

      As a user, I must be able to export TestRuns from a Test no matter the current context.

      We are able to export the TestRuns from a Test only if we are exporting a TestPlan and we do:

      #{for tests}
      ${Tests[n].Key}
      #{for r=Tests[n].TestRunsCount}
      ${Tests[n].TestRuns[r].Key}
      #{end}
      #{end}
      

      If we are exporting using a JQLIssues we're not able to get the TestRuns information.

      #{for n=JQLIssuesCount|clause=issuetype=Test}
      ${JQLIssues[n].Key}
      #{for r=JQLIssues[n].TestRunsCount}
      ${JQLIssues[n].TestRuns[r].Key}
      #{end}
      #{end}
      

      Attachments

        Issue Links

          Activity

            People

              tfsi Tiago Silva [X] (Inactive)
              hjfr Hugo Rodrigues [X] (Inactive)
              Votes:
              2 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0 minutes
                  0m
                  Logged:
                  Time Spent - 3 days, 4 hours, 30 minutes
                  3d 4h 30m