Crumbs is being retired on 31 December 2024. Read the announcement here

Crumbs is an Atlassian Connect app for Jira Cloud. 

Atlassian Connect is a framework for building apps for Atlassian Cloud products. Apps can extend the product's user interface, access the APIs, and respond to events.

Data storage

End-user data

All customer data is stored locally with the Jira cloud tenant (i.e. within the infrastructure that runs your Atlassian site). For more information on where and how data is stored in Jira, please refer to Atlassian's Trust centre.

Crumbs makes use of two mechanisms to store data:

  1. Issue properties - to facilitate synchronization with Jira Service Management, Crumbs uses an issue property to store linked organization IDs. An issue property is a type of entity property which allows apps to add key/value stores to Jira issues.

  2. Assets - Crumbs primarily stores customer information in assets using Atlassian's Asset Platform. This makes it possible to store and view asset information in Jira Cloud.

Atlassian's Assets API allows authenticated users to create, update, delete and find assets stored in the Assets Platform. This means that it is possible for developers to store, view, and edit information about customers in Crumbs using this API.

Application lifecycle data

Application lifecycle data is stored within New Verve's AWS infrastructure in Ireland (EU West).

Specifically, we utilise Amazon DynamoDBa fully managed non-relational database service that provides fast and predictable performance with seamless scalability. Crumbs' database table(s) store the following information:

Data processing

When a Crumbs end-user adds, updates, or deletes data using the Crumbs user interface, the data is processed by New Verve's AWS infrastructure in Ireland (EU West). 

Specifically, we utilise the following services:

Security

As an Atlassian Connect app, Crumbs connects uses HTTPS and JSON Web Tokens (JWT) authentication to secure communication between it, Jira Cloud, and the end-user.

All customer data in Crumbs is encrypted at rest and in transit within Jira Cloud. Refer to Atlassian's Trust centre for more details on Jira Cloud security.