Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×Hi all,
I have developed a calculated custome filed i have assinged to view as below
<resourcetype="velocity"name="view"location="templates/view-date.vm"
#if ($value)
#if ($customField.customFieldType.isUseNow($value))
Current date will be used
#else
$outlookdate.formatDMY($value)
#end
#end
I am getting the value of release date through view.vm by my calculated custromefiled
simmilarly same code i have wrote in the edit.vm and I am getting just vm code as below
$outlookdate.formatDMY($value) it is not displaying the release date.
How to get release date in the workflows
Hi Suresh,
first you have to create the new custom Field in JIRA. During the creation process you can add this new field to several screens - choose your view and edit screens. If you want to adjust these visibilities later you can modify them in the Screens or Field Configurations.
Regards, Niels
Atlassian Government Cloud has achieved FedRAMP Authorization at the Moderate level! Join our webinar to learn how you can accelerate mission success and move work forward faster in cloud, all while ensuring your critical data is secure.
Register Now
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.