Skip to content

Ticket export

Source: ExportAllTickets.java.

The export uses iterateTickets with perPage(200) and writes each item to CSV as it is read. This keeps memory bounded for large projects and lets the SDK follow server-provided pagination links.

For production exports, write to a temporary file and atomically rename on success, protect potentially sensitive ticket text, and record an export watermark outside Okatana if incremental processing is required.