I have to code like below in the .vm file of a plugin.
# $foo="$customfield.id"
# $val ="$!value"
<input type="text"
name ="$foo"
value ="$val"
/>
i am very new to plug in developement and i am not sure of syntax.
Is it possible to set values to a custom field from some variable.
Thanking you in advance
Ramani
as example: you have to add to you .vm
#if(($summary == '') && ($issue.getIssueTypeObject().getName() == 'xxxx')) #set ($summary = 'yyyyyyy') #end
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.