Monitoring Backbone Issue Sync
If you want to monitor the status of Backbone, e.g. with the monitoring tool of your choice, this information will help you find the corresponding information. The base bath for all rest endpoints is <JIRA_BASE_URL>/plugins/servlet/backbone-issue-sync/api/1/.
REST endpoints
Please note that this REST API may be extended/changed any time although we give our best to not introduce any breaking changes.
Important Folders
Backbone generates change messages for every update of an issue in JIRA. This change message is then transferred to the other project (which could be another server in a distributed configuration) and will then be applied in the target JIRA. The Backbone folder structure is defined as you can see here. It is placed in the folder JIRA_HOME/data/backbone-issue-sync.
Folder Name | Description |
---|---|
| |
| All data about one integration is inside the folder with the key of the integration which you can get via the "Get all integrations" endpoint or from the address bar of your browser when viewing the details of an integration. |
| This folder corresponds to the project which is integrated. The question mark will be a number which makes this project key unique. For centralized configurations there should be two folders, for distributed only one. |
| Contains all the received messages. New messages from the other project will arrive in this folder and moved to the corresponding subfolder after analyzing/processing it. |
| Contains all successfully processed messages. It is safe to delete all messages in this folder. |
| Contains a folder for every issue which has messages in error, e.g. a change has been received but cannot be written since a field is not on the edit screen. |
| Contains a folder for every issue which is missing. In this folder all messages will be placed which need this issue so that they can get applied, e.g. a message for a subtask and the parent task is not yet synched. As soon as the missing issue has been created, these messages will be processed. |
| Contains all messages which will not be processed yet because a previous message for this issue has not been processed. As soon as the missing message arrived, these messages will be processed. |
| Contains messages if the JIRA of this project is offline and the messages could not be applied. As soon as the JIRA is online again, these messages will be processed. |
| All files which are no "bac" files and which are placed into the RECEIVE folder will be moved to here. |
| All messages which have older message sequence ids (e.g. due to a resync message) will be moved here. |
| All messages in the send folder will be send out with Backbone. |
| If a message failed to be sent, it will be stored in this folder. |