Hi There,
I am trying to add some parameters to a custom field but I am unable to retrieve them in another program.The following is the code which I am using to add paramaters.
final CustomFieldParamsImpl cfParams=new CustomFieldParamsImpl(cf);
cfParams.addValue(cfName,string_list);
Map valuesHolder=null;
valuesHolder.put(cf_ID, cfParams);
log.info("Params Added");
Please post the way to add parameters to a custom field.
Thanks in advane....
Hi Narayana
https://answers.atlassian.com/questions/99518/add-configuration-parameters-for-custom-field
https://answers.atlassian.com/questions/240223/add-parameters-to-particular-customfield
https://developer.atlassian.com/display/JIRADEV/Custom+field+Velocity+context+unwrapped
I hope the above discussion and article will help you something out of it
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.