v4

latestOpenAPI 3.0.1Apache 2.02026-08-016169702.3 MB
Issue types

Update issue type

Updates the issue type.

Permissions required: Administer Jira global permission.

put/rest/api/3/issuetype/{id}

Path parameters

idstring required

The ID of the issue type.

Request body

avatarIdinteger

The ID of an issue type avatar. This can be obtained be obtained from the following endpoints:

descriptionstring

The description of the issue type.

namestring

The unique name for the issue type. The maximum length is 60 characters.

Response

Returned if the request is successful.

avatarIdinteger

The ID of the issue type's avatar.

descriptionstring

The description of the issue type.

entityIdstring uuid

Unique ID for next-gen projects.

hierarchyLevelinteger

Hierarchy level of the issue type.

iconUrlstring

The URL of the issue type's avatar.

idstring

The ID of the issue type.

namestring

The name of the issue type.

selfstring

The URL of these issue type details.

subtaskboolean

Whether this issue type is used to create subtasks.