Versions Compared

Key

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

...

You can see this in the picture below: 

Image RemovedImage Added

 

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

You can use following configuration for such field: 

Image RemovedImage Added

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

...