Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
Xray DC - v.7.10.4
-
None
-
Jira Server
Description
Description: JQL function requirementsWithStatusByTestPlan() when used in Document Generator template, is not working in 7.10.4, while it works in earlier versions of Xray
Pre-conditions: Have a Test Plan with a version and the Requirements with the same versions added to the Tests inside the Test Plan.
How to reproduce
- Open a Test Plan and export the Requirements with JQL requirementsWithStatusByTestPlan in the Template.
For eg: the following Template condition in the Template.
#{for n=JQLIssuesCount|clause= (fixVersion in ("%{'${FixVersionsList}'.replace(/,\s/g,"\", \"")}") AND project = ${Project.Key} AND issue in ProjectParentRequirements(${Project.Key}) AND issue in requirementsWithStatusByTestPlan("OK",${Key},"","true","",${Project.Key},""))} ${JQLIssues[n].Key} ${JQLIssues[n].Summary} #{end}
- Perform this export in Xray - 7.10.4 and earlier versions.
Actual result/Attachments:
The export fails in 7.10.4. However, the export works in older versions of Xray and exports the Requirement with OK status.
Expected result:
The Document Generator export should export the Requirements.
Version
- 7.10.4
Workaround
Attachments
Issue Links
- is implemented by
-
XRAY-10679 JQL requirementTests isn't working when it is used on DocGen
-
- Closed
-