curl --location --request PUT 'http://jira.local:8080/jira/rest//rest/api/3/priority/move' \
--header 'Content-Type: application/json' \
--data-raw '{
"after": "10003",
"ids": [
"10004",
"10005"
]
}'
null
position
isn't provided.after
isn't provided.