Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Done
-
Release 5.8.0
-
None
-
R6.1.0 Sprint 2, R6.1.0 Sprint 3, R6.1.0 Sprint 4
-
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
- is duplicated by
-
XPORTER-1770 As a user I can Iterate over all Test Runs of a given Test
- Closed
- Wiki Page
-
Wiki Page Loading...