update-issue-property
Modify issue properties like name, description, or requirements in Plane project management to align with evolving workflow needs.
Instructions
Update an existing issue property
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ID of the project | |
| type_id | Yes | ID of the issue type | |
| property_id | Yes | ID of the property to update | |
| name | No | Internal name for the property | |
| display_name | No | Display name for the property | |
| description | No | Description of the property | |
| is_required | No | Whether this property is required | |
| is_multi | No | Whether multiple values are allowed |