Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Done
-
Release 6.0.1
-
R6.2.0 Sprint 3
-
Description
Unable to export DateTime custom fields with dateformat.
Steps to reproduce:
- Create two custom fields with types Date and DateTime.
- Edit an issue and add value to these custom fields
- On the template use the following code:
${dateformat(“dd-MM-yyyy”):Date} ${dateformat(“dd-MM-yyyy HH:mm:ss”):DateTime}
- The DateTime is not exported (The mapping is not added to the data map. I believe it has something to do with the regex and the ":" on the dateformat string).