We have another software application that we currently link in with our JIRA server account.
We wish to move over to JIRA Cloud, but our ability to do so is dependant upon the differences of Server and Cloud versions.
What differences are there between the two APIs? For example, does the Cloud API support the creation/configuration of Jira Custom Fields?
Thanks for that @Nic Brough -Adaptavist-. I have received a full list of what functionality our software requires, would you be so kind as to have a quick look through and see if anything jumps out as being incompatible via cloud?
Please see attached for a list of SDK classes we use.
Also, there are additional requirements below:
- Create and manipulate custom fields and custom field metadata; Originally a blocker for working with the Atlassian Connect API, this may now be partially supported (creation, within certain constraints, is now supported, but doesn't appear to support on-the-fly manipulation of the field setup or the creation of new field types) as of March 2017
- Provide new types of custom fields beyond the basic set of field-types built in to Jira
- Read and write custom field values
- Inspect the configuration settings for individual Jira projects
- Manage the custom field settings for individual Jira projects
- Store and retrieve arbitrary/custom data (independently of Jira issues and fields)
- Make HTTP requests to an external webservice
- Receive HTTP requests from an external webservice
- Receive a notification whenever an issue is modified, and take various actions both inside of and externally to Jira
- Manipulate issue state, including status, comments, and a custom tab panel and its content
- View project workflow information, inspect previous transition information for an issue, programmatically trigger workflow transitions for issues
- Provide custom or extended interfaces for managing custom field values within the Jira UI
- Provide an admin configuration panel within the Jira Admin UI for managing plugin settings
The REST APIs for Cloud and Server are a little different in places, but it's at a detail level, where one has a function the other does not.
You should find that your application works fine with Cloud.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.