update_issue_type
Update an existing issue type by changing its name, description, color, or icon. Provide project and issue type IDs to apply changes.
Instructions
Update an existing issue type.
Args: project_id: The UUID identifier of the project issue_type_id: The UUID identifier of the issue type name: New name for the issue type description: New description for the issue type color: New color hex code for the issue type icon: New icon identifier for the issue type
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| icon | No | ||
| name | No | ||
| color | No | ||
| project_id | Yes | ||
| description | No | ||
| issue_type_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |