curl--location--request POST 'http://jira.local:8080/jira/rest//rest/api/3/resolution' \
--header'Content-Type: application/json' \
--data-raw'{
"description": "My resolution description",
"name": "My new resolution"
}'
Response Response Example
201 - Success
{"id":"10001"}
Request
Body Params application/json
Examples
Responses
🟢201Returned if the request is successful.
application/json
Body
🟠400Returned if the request isn't valid.
🟠401Returned if the authentication credentials are incorrect or missing.
🟠403Returned if the user doesn't have the necessary permission.