Hi,
I am trying to connect to a secured JIRA URL over https .I have already downloaded the certificates for connecting over SSL and added to the keystore.
I am using JIRA Rest Client api and jira issue client to get the issues details for a particular issue key.I get connected to the API instance but on trying to get issue details for a issue key getting "Unknown Host Exception " error.
Below is my code:
Can anyone please help out here
URI jiraServerUri = new URI("XXXX");
JiraRestClient restClient = new AsynchronousJiraRestClientFactory().createWithBasicHttpAuthentication(jiraServerUri, "XXX", "XXXX");
restClient.getIssueClient().getIssue("XXXXX").claim();
//String issuePromise = restClient.getIssueClient().getIssue("XXXX").claim().toString();
//System.out.println("Issue "+ issuePromise);
My aim is to update pass/fail status for a particular issuekey.
Hi Jobin ,I am able to ping the JIRA browser url .
Do you want me to ping any other IP??
Also my task is to update pass Fail status in JIRA using it's API.
This particular JIRA instance is using X-ray plugin.
Can you please help out here and suggest necessary steps to follow
i
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What do you mean by pinging browser url? You mean the host in the base url?
None of the other ips should matter for JIRA.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Any firewall issues? Are you able to ping the host from where your code is deployed?
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.