I am just getting started with Jira Cloud and am wanting to migrate an application from the Jira Server software. In that environment I use jira-rest-java-client-api java library. Is there a similar tool available for Jira Cloud?
My application is simple. I am only creating Jira tickets using criteria from email messages. This is not a full blown application, just an interface to Jira.
Hi @Todd Stevenson ,
Here's what you maybe looking for:
https://developer.atlassian.com/cloud/jira/software/
Hope this helps.
Thank you. Now I need access to the Atlassian java repository to see what versions of the jars are available. How can I browse the Atlassian public repo?
Thank you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You welcome. There isn't a java library as accustomed to server.
See this article:
This some available solutions there.
Currently, the main methods are REST API calls or create an app on the Forge platform.
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.