The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to import JIRA JAVA API locally and connect to JIRA instance to pull data?

Kiran Pamuru
August 18, 2020

Hello everyone,

Like the summary says, I want to import JIRA JAVA API packages to my local environment, so I could connect to JIRA and pull the data I want. Kindly let me know how I should achieve this?

Thank you in advance.

 

2 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

0 votes
Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
August 19, 2020

The Jira Java API packages are pretty much useless to you outside Jira.

To connect to Jira and "pull" data, you will want to be using the REST API, for which the Jira Java API packages are useless, they have nothing to say about what you'll get back from REST.

Could you explain what you are trying to do?  With the data that you can "pull"?

0 votes
Kiran Pamuru
August 19, 2020

@Jobin Kuruvilla [Adaptavist] Could you check?