Exports

Every time a bug report is exported to an external service (GitHub, GitLab, Jira, Discord, Webhook), an export record is created. The Exports page lets you monitor status, retry failures, and sync updates.

Export list

Navigate to Exports to see all export records. You can filter by:

FilterValues
Statuspending, processing, success, failed
Providergithub, gitlab, jira, discord, webhook
SearchFree-text search across report titles
Page / Page sizePaginated results (default 50 per page, max 100)

Each export shows:

  • Provider and status
  • Report title and link
  • External URL — link to the created issue (GitHub, GitLab, Jira) or message
  • Attempt count — how many times the export was tried
  • Last attempt — timestamp of the most recent attempt
  • Error message — if the export failed, the error details

Export detail

Click an export to see full details including:

  • Request payload — the exact data sent to the external service
  • Response payload — the response received (for debugging)
  • External issue ID — the ID in the external system
  • Timestamps — created, updated, last attempted

Export statuses

StatusMeaning
pendingExport queued, not yet processed
processingExport in progress
successSuccessfully created in the external service
failedExport failed — check the error message

Actions

Retry

If an export failed (e.g. due to a network issue or invalid credentials), click Retry to re-attempt the export. The attempt count increments and the status resets to pending.

Sync

For exports that succeeded, click Sync to pull the latest state from the external service (e.g. check if the GitHub Issue was closed).

Delete

Remove an export record. This does not affect the external issue — it only removes the tracking record from Forge Logger.

Automatic exports

When an integration is set to automatic upload mode, every new bug report triggers an export automatically. The export appears in the list with status pending and is processed asynchronously.

Manual exports

From any report detail page, click Export and select a provider. This creates a new export record and queues the export for processing.