Move Version

POST {{baseUrl}}/rest/api/3/version/:id/move

Modifies the version's sequence within the project, which affects the display order of the versions in Jira.

This operation can be accessed anonymously.

Permissions required: Browse projects project permission for the project that contains the version.

Request Body

{"after"=>"<uri>", "position"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: OK

{&quot;self&quot;:&quot;https://your-domain.atlassian.net/rest/api/3/version/10000&quot;,&quot;id&quot;:&quot;10000&quot;,&quot;description&quot;:&quot;An excellent version&quot;,&quot;name&quot;:&quot;New Version 1&quot;,&quot;archived&quot;:false,&quot;released&quot;:true,&quot;releaseDate&quot;:&quot;2010-07-06&quot;,&quot;overdue&quot;:true,&quot;userReleaseDate&quot;:&quot;6/Jul/2010&quot;,&quot;projectId&quot;:10000}