My task is to establish a connection to JIRA in java using RESTAPI. I’m facing an error with the SSL security certificate. I have tried many times and looked on google, but I didn’t find any solution to my problem. Can anyone help me to fix this error? APOD.java JavaHttpURLConnectionDemo.java Error Answer HttpsURLConnection is using by default the JDK trusted
Tag: jira-rest-api
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. Below is my code, I have implemented same code as provided in the documentation, still I am getting an error. The output which I am printing here, is genuine json and if I put post request in