Skip to main content

Export Deleted Issues

The Export feature lets you download a deleted issue snapshot as a structured file. Use it for compliance reporting, external audits, integration with BI tools, or simply to have a permanent record outside of the app.


Export formats

JSON — best for full data export, API integrations, and BI pipelines Complete snapshot including all fields, description, comments, restore history, and metadata.

CSV — best for compliance reports, spreadsheets, and quick analysis Flat view with key, summary, issue type, status, priority, project, deleted by, deletion date, and custom fields.


How to export

  1. Open the deleted issue record from the Deleted Issues list.
  2. Click Export in the detail view header.
  3. Select the format — JSON or CSV.
  4. The file downloads to your browser immediately.
Export dropdown in the detail view header showing JSON and CSV format options

Export is logged

Every export is recorded in two places:

  1. Export History in the record's detail view — shows who exported, when, in which format, and the filename.
  2. Audit Trail — a permanent, immutable EXPORT_ISSUE entry with full actor and timestamp information.
Export History section in the detail view showing a logged export entry with actor, date, format, and filename

This means exports are traceable — useful for demonstrating to auditors that specific data was reviewed or preserved.


Use cases

Compliance and audit evidence Export the snapshot before its retention period expires to preserve the data permanently outside the app. JSON format provides the most complete record.

Handover after restore After restoring an issue, export the original snapshot as a reference document — useful if the restored issue needs manual review or enrichment.

BI and analytics Export multiple records as CSV and import them into your analytics tool for custom reporting on deletion patterns, issue types, or team activity.

Legal hold For issues under investigation or legal hold, export the snapshot immediately to preserve the data independently of the app's retention policy.


What's next?