Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
4.3.8, 4.3.8-j6
-
None
-
R5.0.0 Sprint 5
-
Description
When there is a clause with in is not resolving on Excel. I am going to explain how to reproduce the bug.
- Open an Excel document
- Put this clause
#{for n=JQLIssuesCount|clause=project = <Name of your project> and issuetype in (Bug, Story)} ${set(count,%{${count}+${JQLIssues[n].Business Value}})}${JQLIssues[n].Key} ${JQLIssues[n].Business Value} ${count} #{end}
- When exporting the template with the iteration above, the clause is not resolved
However, on docx document is working properly.