Forums

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

Tutorial for Java-Rest-API 8

Alexander Kolesnik
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
August 19, 2020

Hello,

are there any tutorials on how to use the Java jira-api version 8?

We have included all? necessary artifacts in our maven project with 

<dependency>
 <groupId>com.atlassian.jira</groupId>
 <artifactId>jira-api</artifactId>
 <version>8.5.7</version>
 <type>jar</type>
</dependency>

but have no idea how to start.

 

In an earlier version of that library there was an AsynchronousJiraRestClientFactory which is missing now... where you could ask for several "RestClients" like getIssueClient(), getUserClient() etc which is missing as well.

 

But again just in general: Are there tutorials showing different aspects of how to migrate or use the new api in addition to the api docs https://docs.atlassian.com/software/jira/docs/api/8.11.1/

 

Thank you!

0 answers

Suggest an answer

Log in or Sign up to answer