Hi,
I am trying to run the curl command to update a summary of an issue but getting errors.
Curl command : curl -D- -u user:password -H "Content-Type:application/json" -k -D '{"update":{"summary":[{"set":"Big Block Chevy"}]}}' {jira-server url}/rest/api/2/issue/RIM-816
getting error :
Warning: Failed to open {"update":{"summary":[{"set":"Big Block Chevy"}]}}
curl: (23) Failed writing received data to disk/application
Kindly please advise on a workaround for this, all my tests run fine in postman but when using curl I get an error.
Regards,
Bongani