v4

latestOpenAPI 3.0.1Apache 2.02026-08-016169702.3 MB
Priority schemes

Create priority scheme

Creates a new priority scheme.

Permissions required: Administer Jira global permission.

post/rest/api/3/priorityscheme

Request body

defaultPriorityIdinteger required

The ID of the default priority for the priority scheme.

descriptionstring

The description of the priority scheme.

namestring required

The name of the priority scheme. Must be unique.

priorityIdsinteger[] required

The IDs of priorities in the scheme.

projectIdsinteger[]

The IDs of projects that will use the priority scheme.

Response

Returned if the request is completed.

idstring

The ID of the priority scheme.