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!
Earning the Mindful Member badge proves you know how to lead with kindness, plus it enters you into a giveaway for exclusive Atlassian swag. Take the quiz, grab the badge, and comment on our announcement article to spread the good vibes!
Start here