create_issue_type
Create a new issue type in a Plane project. Provide a name, description, color, and icon to define a custom category for organizing and tracking issues.
Instructions
Create a new issue type.
Args: project_id: The UUID identifier of the project name: Name of the issue type description: Description of the issue type color: Color hex code for the issue type icon: Icon identifier for the issue type
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| icon | No | ||
| name | Yes | ||
| color | No | #000000 | |
| project_id | Yes | ||
| description | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |