create-issue-property
Add custom properties to issue types in Plane projects to track specific data fields like text, numbers, dates, or options, enhancing issue categorization and workflow management.
Instructions
Create a new custom property for an issue type
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| description | No | Description of the property | |
| display_name | Yes | Display name for the property | |
| is_multi | No | Whether multiple values are allowed (for OPTION type) | |
| is_required | No | Whether this property is required | |
| name | Yes | Internal name for the property | |
| project_id | Yes | ID of the project | |
| property_type | Yes | Type of property (TEXT, NUMBER, DATE, OPTION, etc.) | |
| type_id | Yes | ID of the issue type |