update-issue-property-option
Modify dropdown or select field options for issue properties in Plane projects. Change option names, descriptions, sort order, or set default values to customize project management workflows.
Instructions
Update an option for a dropdown/select issue property
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ID of the project | |
| property_id | Yes | ID of the property | |
| option_id | Yes | ID of the option to update | |
| name | No | Name of the option | |
| description | No | Description of the option | |
| sort_order | No | Sort order for the option | |
| is_default | No | Whether this is the default option |