---
title: "Move resolutions"
method: PUT
path: "/rest/api/3/resolution/move"
tags: ["Issue resolutions"]
---

# Move resolutions

`PUT /rest/api/3/resolution/move`

Changes the order of issue resolutions.

**[Permissions](#permissions) required:** *Administer Jira* [global permission](https://confluence.atlassian.com/x/x4dKLg).

## Request body

- ReorderIssueResolutionsRequest — Change the order of issue resolutions.
  - `after` string — The ID of the resolution. Required if `position` isn't provided.
  - `ids` string[], required — The list of resolution IDs to be reordered. Cannot contain duplicates nor after ID.
  - `position` string — The position for issue resolutions to be moved to. Required if `after` isn't provided.

## Response `204`

Returned if the request is successful.

- unknown

## Other responses

- `400` — Returned if the request isn't valid.
- `401` — Returned if the authentication credentials are incorrect or missing.
- `403` — Returned if the user doesn't have the necessary permission.
- `404` — Returned if the issue resolution isn't found.

---

[API](https://skmtc.net/atlassian/apis/the-jira-cloud-platform-rest-api-2.md) · [All operations](https://skmtc.net/atlassian/apis/the-jira-cloud-platform-rest-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/atlassian/the-jira-cloud-platform-rest-api-2/versions/5a51740d7ab3/schema)
