Priority schemes

Update priority scheme

Updates a priority scheme. This includes its details, the lists of priorities and projects in it

Permissions required: Administer Jira global permission.

put/rest/api/3/priorityscheme/{schemeId}

Path parameters

schemeIdinteger required

The ID of the priority scheme.

Request body

defaultPriorityIdinteger

The default priority of the scheme.

descriptionstring

The description of the priority scheme.

namestring

The name of the priority scheme. Must be unique.

Response

Returned if the request is accepted.

Changes

Changed in 2 of the 18 revisions of this API.11

    • added the new product_discovery enum value to the //////// response property for the response status

      response-property-enum-value-added

    • added the non-success response with the status

      response-non-success-status-added