create-issue-property-option
Add a new dropdown option to issue properties in Plane projects to customize project management workflows.
Instructions
Create a new 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 to add option to | |
| name | Yes | 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 |