Forums

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

jira client basic clarification required?

Tarun Kumar October 14, 2018

what is the difference between jira-rest-java-client-core and jira-rest-java-client & jira-rest-api?

which one is latest one jira-rest-java-client-core or  jira-rest-java-client? and which one is best?

is it necessary to use jira-rest-api with jira-rest-java-client-core or jira-rest-java-client ? 

what is the best and what to use if i'm getting started using with jira?

1 answer

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 Leaders.
October 15, 2018

The client programs are libraries trying to help you with connecting to Jira over the Jira REST api.

Latest or best don't make a lot of sense, you need to use the one that is compatible with the version of Jira you are working with.

You do not need to use the clients at all, the Jira REST API is something you can talk to with any REST call you want.

Suggest an answer

Log in or Sign up to answer