I am calling the Jira cloud API to get an issue (actually want to transition an issue, but I'm doing a "get" first, since there are no URL parameters or body to send, to keep it simple). I am getting a 400 error saying "content_type text/html" but the input shows a JSON object:
Jmcvicker
400 Bad Request: content_type text/html
I am calling the Jira cloud API to get an issue (actually want to transition an issue, but I'm doing a "get" first, since there are no URL parameters or body to send, to keep it simple). I am getting a 400 error saying "content_type text/html" but the input shows a JSON object:
Any help would be greatly appreciated!