Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Setting a default value for one custom field without autocomplete (checkbox, radio buttons, single or multi select)  is very simple. All you have to do is to check/select the desired option(s).

Example:

Image RemovedYou can see this in the picture below: 

Image Added

 

Setting the values for the select custom fields with autocomplete is not that easy, since as the options are of type KPOption, so they need to have defined a label and an options.

The You can use following configuration for such a field would be like follows

Image RemovedImage Added

In the example above, custom field is rendered as an issue picker and the value is the id of the issue I you want to select.

After the value will  be is set to default, the configuration will be is updated by itself according to the renderer. In our case, it becameYou can see example below:

Code Block
{"option":{"label":"","value":"10000"},"meta":{"longLabel":"TST-1 - update the documentation","tooltip":"update the documentation","shortLabel":"TST-1","iconUrl":"/secure/viewavatar?size=xsmall&avatarId=10310&avatarType=issuetype","href":"http://localhost:8070/browse/TST-1","labelOverride":"TST-1"}}

...