Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Definition:

$ {Requirement Status}

Xporter 5.8.0 improvements

With Xporter 5.8.0+ combined with Xray 3.3.0+, we made some major performance improvements.

With these versions, it is now possible to access Test Execution information by iterating over tests and its Test Runs.

Code Block
titleExpand to see the example on sample code
collapsetrue
#{for tests}
	${Tests[n].Key}
	#{for c=Tests[n].TestRunsCount}
		${Tests[n].TestRuns[c].Executed By}
		${Tests[n].TestRuns[c].PreCondition.Key}


		${Tests[n].TestRuns[c].TestExecution.Key}
		${Tests[n].TestRuns[c].TestExecution.Summary}
		${Tests[n].TestRuns[c].TestExecution.Description}
		.......
	#{end}
#{end}


Compatibility Matrix

Xporter for Jira VersionXray Version
3.3.0, 3.3.1, 3.3.21.8.0 - 1.9.0
3.4.0 - 4.3.51.9.1 - 1.12.x
4.3.71.9.1+
5.0.X2.0.1 - 2.1.2
5.1

2.0.1 - 2.2.0

5.4.0 - 5.6.53.0.0 - 3.1.5
5.7.0 - 5.753.1.7 - 3.2.3
5.8.0 - 6.2.93.3.0-3.3.6
6.3.0+3.4.0+

...