update_issue_type
Update an existing issue type's details, such as name, description, or active status, in a project by supplying the project ID, type ID, and updated fields.
Instructions
Update an existing issue type
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type_id | Yes | The uuid identifier of the issue type to update | |
| project_id | Yes | The uuid identifier of the project containing the issue type | |
| issue_type_data | Yes | The fields to update on the issue type |