Handling Syncs for Deleted Items

When working across different platforms or systems, it’s essential to understand the limitations related to data synchronization. One critical area where limitations exist is the synchronization of deleted items. In this article, we’ll explore the current limitation regarding deletion sync and provide a recommended workaround.

Current Limitation

The issue arises when an item (such as an issue, task, or record) is deleted on one platform. Unfortunately, this deletion does not automatically trigger a corresponding deletion on the other platform. In other words, if you delete an issue in Platform A, it won’t be automatically removed from Platform B.

To address this limitation, consider implementing the following workaround:

  1. Create a “Deleted” Status or Label:

    • Go to your app instance and create a custom status or label specifically for deleted items in your workflow.

    • Apply this status or label to any item you want to mark as deleted.

Label created to identify Deleted issues. We’re using a Jira instance as an example
Custom status created for Deleted issues

If you want an in-depth guide on how to create custom fields, please visit our article here: How to create a custom field.

  1. Manual Cleanup:

    • Regularly review items with the Deleted status or label.

    • Manually erase these items from the other platform as needed.

Please note that syncing deleted items is not supported, and there are no current plans to implement it. While this workaround adds an extra step, it helps mitigate the limitation effectively.

Last updated