The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question