You can no longer publish Connect apps on the Atlassian Marketplace. All new extensibility features will be delivered only on Forge.
Refer to this blog post for our timeline to end Connect support.
Have an existing Connect app? You can incrementally migrate it to Forge.
Apps can store data in the form of entity properties in the host application. Entity properties are key-value pairs where the key is a string used to identify the property in all operations, and the value is a JSON blob. Each host application allows properties to be stored on entities such as Jira issues or Confluence pages, or on your app itself. Your app will need to request the right scopes to perform operations on entity properties.
Hosted data storage is useful to Atlassian Connect developers for the following reasons:
Users can access entity and app properties using the REST APIs. For this reason, never store user personal data, any sensitive data or configuration information using entity properties or app properties.
For more information, read Entity properties.
Rate this page: