Reputation: 35
Hi I building an application in JAVA to grab information from JIRA by performing several rest requests, but i'm running into trouble with one where authentication is needed. From the JIRA web page i have found this https://developer.atlassian.com/display/JIRADEV/JIRA+REST+API+Example+-+Basic+Authentication. But i'm running into problems figuring out how to do this in java, and if there is another way that would be great.
Upvotes: 0
Views: 3396
Reputation: 13222
Use the Jira REST Java Client Library, here is a tutorial to get you started.
Upvotes: 1