name
or accountId
is set to:"-1"
, the issue is assigned to the default assignee for the project.null
, the issue is set to unassigned.curl --location --request PUT 'http://jira.local:8080/jira/rest//rest/api/3/issue//assignee' \
--header 'Content-Type: application/json' \
--data-raw '{
"accountId": "5b10ac8d82e05b22cc7d4ef5"
}'
null