Hi,
I am trying to display a formatted time in JIRA as a result of a custom field. But for some reason all I get is the velocity syntax, rather than the actual time.
This is what I have in my JAVA file:
updateValue(field, mu, new Timestamp(date.getTime())); map.put("UTC", new Timestamp(date.getTime()));
This in my velocity file:
$dateFieldFormat.format($!value)
If I put ``$!value'' alone in the velocity file, it does show the timestamp, but not in the right format (it is not consitent with the other time definitions displayed in the issue, created, updated, etc)
When I use this velocit, I get a date but not in the right format:
$outlookdate.formatIso8601($!value)
Is there a way to change this behaviour?
Cheers,
Hendri
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.