I think system field references can be made this way - ${comment.Updated}, ${issue.project}, ${issue.key}. How do I reference a custom field in the similar way?
Hi Rajani,
Take a look at https://developer.atlassian.com/display/JIRADEV/Contents+of+the+Velocity+Context
$customFieldManager.getCustomFieldObject("xxx") is the key in your case.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.