https://your-domain.atlassian.net/rest/api/3/version/{id}/moveModifies 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.
The ID of the version to be moved.
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}curl --request POST \
--url 'https://your-domain.atlassian.net/rest/api/3/version/{id}/move' \
--header 'accept: application/json' \
--header 'content-type: application/json'{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}https://your-domain.atlassian.net/rest/api/3/version/{id}/moveModifies 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.
The ID of the version to be moved.
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}curl --request POST \
--url 'https://your-domain.atlassian.net/rest/api/3/version/{id}/move' \
--header 'accept: application/json' \
--header 'content-type: application/json'{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}