Adding a custome filed in edit screen?

Suresh October 18, 2011

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

1 answer

1 accepted

0 votes
Answer accepted
NielsJ
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 20, 2011

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

Suggest an answer

Log in or Sign up to answer