I tried a lot of different options to update a Jira (Server) issue but it still isn't working. Can someone post an example?
Current url I am using: https://MYURL/rest/api/2/issue/MYISSUEKEY
I am looking for the right values for:
Payload type: Json? Raw?
Data? what to put where in which format
Wrap request?
Headers? I now use Content-Type application/json
The call now if being authenticated but complains about “fields” or “update” required, but I am sending it with the request. Maybe I have to put I somewhere else…?