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
Tag: jira
Turn off ssl certificate validation for JiraRestClient
I’m trying to connect to my Jira via the atlassian rest api java framework: JiraRestClientFactory factory = new AsynchronousJiraRestClientFactory(); JiraRestClient client = factory….
Promise through JSONException
I have the following code with which I’m trying to get all my versions from jira with a jira API: This code thow me an exception that I don’t understand: And if you follow the line where is showing me the reason, is returning me the JSONArray that I need to get in order to achieve my goal. So, the