Forums

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

What's the difference between jira-rest-java-client-core and jira-api?

Deleted user August 13, 2019

Hello there.

Can anyone tell me what is the difference between two dependencies jira-rest-java-client-core and jira-api and which one should I use?

Thanks!

2 answers

1 accepted

0 votes
Answer accepted
Alexey Matveev
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 Leaders.
August 13, 2019

Hello,

jira-rest-java-client is dependency for using Jira Rest Api.

Jira-api to use Jira Java API

Deleted user August 13, 2019

Okay, but what does "to use Jira Java API" mean? Can I retrieve data from my jira server via jira-api?

Alexey Matveev
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 Leaders.
August 13, 2019

You can retrieve data from Jira server via jira-api, if you make your application as an app for Jira (your app must be installed into Jira).

Deleted user August 13, 2019 edited

So jira-api dependency is for jira applications?

Alexey Matveev
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 Leaders.
August 13, 2019

Yes, it is for Jira applications.

Deleted user August 13, 2019

That's what I need, thank you!

0 votes
Muhammad Ramzan(Atlassian Certified Master)
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 Leaders.
August 13, 2019

jira-rest-java-client is dependency for using Jira Rest Api. You need a  rest client to fetch data from jira using rest services

 

Jira-api is to use Jira Java API

You  can use java docs to understand the core api classes and can also get the data or perform any action using it.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events