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
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.