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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.