update-issue-type
Modify existing issue types in Plane projects by updating their name or description to reflect changes in project management workflows.
Instructions
Update an existing issue type
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ID of the project containing the issue type | |
| type_id | Yes | ID of the issue type to update | |
| name | No | Updated name of the issue type (optional) | |
| description | No | Updated description (optional) |