Skip to contents

Add dropdown (custom field) option.

Usage

add_field_option(id, text, color = "none", position = "bottom", ...)

Arguments

id

Custom field ID (see get_board_fields())

text

Option text

color

Option color

position

Option position

...

Additional arguments passed to create_resource()

See also

Other functions to handle custom fields: add_field(), delete_field_option(), delete_field(), update_card_field(), update_field()