Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Done
-
Release 5.8.2
-
None
Description
Bug mapping data using JQLCount
Steps to reproduce
1 - Create a template with JQL Count that contains more than one mapping
See this example: Template_XpandIT.xlsx
Actual Result:
The values obtained are not correct and we see some results that contains code:
See this example:
Template
${jqlcount:project = DEMO AND 'Resolved' >= ${startdt} AND 'Created' <= ${enddt} AND project = DEMO} |
Result
7 AND project = DEMO |