Versions Compared

Key

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


Warning
titlePower Custom Fields PRO™ is becoming Power Custom Fields™


Power Custom Fields PRO™ is being upgraded to Power Custom Fields™. We are removing Power Custom Fields PRO™ from the market to focus resources on the combined app, Power Custom Fields™ which has all the features of PRO™ and more. Existing Power Custom Fields PRO™ users can get 65% off their new Power Custom Fields™ license by following the steps here.


Setting a default value for one custom field without autocomplete is very simple. All you have to do is to check/ select the desired necessary option(s). You can see this For instance, like in the picture below: 

Image Removed

 

Setting the values for the Image Added


For the select custom fields with autocomplete is not that easy, as the options are of type KPOption, so they you need to have defined define a label and an optionsoption as well, see KPOption details for reference.

You can use following configuration for such fieldas an example

Image RemovedImage Added

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

After the value is set to default, the configuration is updated according to the renderer. You can see example below:

...

Note

If you want to set multiple values to a field, the separate these values should be separated with a #|# separator.
Example: {"label":"","value":"10000"}#|#{"label":"","value":"10001"}

See also

...

KPOption