Hi,
I am trying to do a simple update to issue field such as summery.
I use PUT method and getting error 415.
when requesting data for the same issue with GET it is working
URL:
https://ies-valor-jira.ies.mentorg.com/rest/api/2/issue/SF-6831/
Method:
PUT
Body:
{ “fields”: {“summary”: “new summary”} }
would be great to know why I am getting this error.