Hi,
I am using Script Runner to send a custom email on transition. Please can some tell me if it is possbile to remove the time element from the DueDate field when included in the email?
So I have added: "Due Date: ${issue.DueDate}<br>" to the email template, and when I receive the email I get
Due Date: 2014-05-23 00:00:00.0
How do I truncate the timestamp?
Thanks
It's pretty ugly but you could use this:
<% out << new java.text.SimpleDateFormat("dd-MMM-yyyy").format(issue.dueDate.time) %>
Thanks for fast response. I tried it, but get the following error on the transition screen:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hrm... it worked fine for me in the preview screen. I think this is an issue with osworkflow. I changed my answer, please try that.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.