I am attempting to display the correct date/time when the issue was created.
Currently using this
"Created: {{ now | date('dddd, MMMM Do YYYY, h:mm:ss a') }}"
Works with current date, but it displays our time 4 hours ahead.We would also like to get rid of the URL field at the bottom if possible. Or at least be able to edit those fields.
Thank you
Hi Jeff,
We do something similar, but send an email using Automation For Jira (which is now free to use). For the date and time in our example, we use:
{{issue.customField_17038.convertToTimeZone("America/Chicago").longDateTime}}..
But you could use the Now() function in Automation For Jira to capture the exact time of execution instead of the custom field.
Thank you John.
I think we will change over to Automation for Jira!
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.