we have a Java based application which is integrated with JIRA for authentication purpose. Via JAva application we export data from JIRA also.
Java application was running on SSL
JIRA was running with out SSL
Now am trying to install SSL for JIRA and trying to integrate both again. but it doesn't seem to work?
Can someone explain what kind of API's can be used for integration these two apps with SSL?
SSL is a cryptographic protocol that provide communications security over a computer network. This protocol only protects your traffic from being read by a user who is not supposed to read it. It does not integrate systems. Could you tell more details about integration? What do you try to achieve?
well let me put it this way. i wanted to integrate one of our java based applications with JIRA(for authentication purpose and exporting data from JIRA )
we have required code changes functionalities are working as expected . but it works when our java application(runs on https) and JIRA(runs on htpp).
now i wanted to make below changes.
Enable Https for JIRA
Implement the same functionalities mentioned above again(USe JIRA for authentication from java application and export data using java application.
could you please tell me how to call JIRA web based application from a inbuilt java application? @Alexey Matveev
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
if you want to call Jira from an external appication you should use Jira REST API. There is no difference in REST calls between http and https. You can find more info about Jira REST API here:
https://developer.atlassian.com/server/jira/platform/rest-apis/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Spend the day sharpening your skills in Atlassian Cloud Organization Admin or Jira Administration, then take the exam onsite. Already ready? Take one - or more - of 12 different certification exams while you’re in Anaheim at Team' 25.
Learn more
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.