Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Release 5.1.3
-
None
Description
From Xporter version 5.1.3 the user isn't available to get the value associated to the JQLIssueCount on the second cycle.
For example:
#{for s=JQLIssuesCount|clause=project= Xporter} #{for x=JQLIssuesCount|clause=project = Xporter and issuetype = Sub-task} #{if (%{'${x}'>0})} ________________________________________ @{title=${JQLIssues[x].Key}|href=${BaseURL}/browse/${JQLIssues[x].Key}} #{end} #{end} #{end}
On the example above, the value ${x} on the second cycle is empty on the second iteration.