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!
Hello,
jira-rest-java-client is dependency for using Jira Rest Api.
Jira-api to use Jira Java API
Okay, but what does "to use Jira Java API" mean? Can I retrieve data from my jira server via jira-api?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
So jira-api dependency is for jira applications?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, it is for Jira applications.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That's what I need, thank you!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Join the largest European gathering of the Atlassian Community and reimagine what’s possible when great teams and transformative technology come together. Plus, grab your Super Fan ticket now and save over €1,000 on your pass before prices rise on 3 June.
Register nowOnline forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.