I cannot find anywhere the documentation on how to use the jira-rest-java-client-api
(https://maven.artifacts.atlassian.com/com/atlassian/jira/jira-rest-java-client-api/7.0.1/)
I have tried to generate the client myself using swagger codegen but there are a lot of problems and compilation errors, so I am trying to use the client generated by Atlassian.
Any help is very appreciated.
Welcome to the community.
Within Jira cloud there is no JAVA API
The Java API is only for Server/DC
I managed to generate the java client using atlassian specifications file at https://developer.atlassian.com/cloud/jira/platform/swagger-v3.v3.json (after some tweaking as stated here: https://community.atlassian.com/forums/Jira-articles/Generating-a-REST-client-for-Jira-Cloud/ba-p/1307133
Now I am looking for documentation on how to use this client but is nowhere to be found, that's why I tried to use the jar I mentioned earlier, but there is no documentation for it.
thanks in advance.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The rest java api you found is a server/DC one. This own't work with Cloud.
For more info on the swagger, see the developer community
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Francesco Raccuglia Welcome to the community.
Can you also post on the developer community, hope you can get help there.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.