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