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!
Online 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.