Description
When mapping From and To from HistoryEntries.ChangedItems of an Issue, the format of the export is different:
-for From it prints only the name
-for To it prints the name with the ID in brackets
How to reproduce
- export the following report:
#{for historyEntries} ${fullname:HistoryEntries[n].Author} made changes ${dateformat("dd-MM-yyyy HH:mm:ss"):HistoryEntries[n].Created} #{for ch=HistoryEntries[n].ChangedItemsCount} Old Value: ${HistoryEntries[n].ChangedItems[ch].From} New Value: ${HistoryEntries[n].ChangedItems[ch].To} #{end} #{end}
Actual result/Attachments
Expected result
Same export formatting on the two fields