Skip to content
Advertisement

Error in parsing Json Object node while creating an issue of Jira using REST API of atlassian in Java

I am trying to create an issue using Jira REST API in java. But I am getting below Runtime Exception in my console.

JavaScript

Below is my code, I have implemented same code as provided in the documentation, still I am getting an error.

JavaScript

The output which I am printing here, is genuine json and if I put post request in Postman using that output, it is working fine. So I think error is lying in my code somewhere, but I don’t know where. Can anyone help with this?

Advertisement

Answer

JavaScript
User contributions licensed under: CC BY-SA
5 People found this is helpful
Advertisement