Issue resolutions

Move resolutions

Changes the order of issue resolutions.

Permissions required: Administer Jira global permission.

put/rest/api/3/resolution/move

Request body

afterstring

The ID of the resolution. Required if position isn't provided.

idsstring[] required

The list of resolution IDs to be reordered. Cannot contain duplicates nor after ID.

positionstring

The position for issue resolutions to be moved to. Required if after isn't provided.

Response

Returned if the request is successful.

{"stackTrail":"paths:/rest/api/3/resolution/move:put:responses:204:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes

No recorded changes to this endpoint across all 14 revisions of this API.