| Name | Type | Description | Notes |
|---|---|---|---|
| name | String | The unique name for the issue type. The maximum length is 60 characters. | |
| description | String | The description of the issue type. | [optional] |
| type | TypeEnum | Whether the issue type is `subtype` or `standard`. Defaults to `standard`. | [optional] |
| Name | Value |
|---|---|
| SUBTASK | "subtask" |
| STANDARD | "standard" |