Add Parameters to Particular Customfield

Narayana Ega December 4, 2013

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

1 answer

0 votes
darylchuah
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
December 4, 2013

Suggest an answer

Log in or Sign up to answer