I need a well-structured payload for making a POST request via the REST API to create a service request in Jira Service Management (JSM) Cloud using Groovy script.
When I try to send, I always get 415 as response. Here is my payload
Hi @Jayanth
Looking at you payload and the API documentation you need to use { and } not [ and ]
@Jayanth ,
HTTP 415 is unsupported media type. When you post your request do you also set your content type?
That should be application/json
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.