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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.