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:
| Filter | Values |
|---|---|
| Status | pending, processing, success, failed |
| Provider | github, gitlab, jira, discord, webhook |
| Search | Free-text search across report titles |
| Page / Page size | Paginated 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
| Status | Meaning |
|---|---|
pending | Export queued, not yet processed |
processing | Export in progress |
success | Successfully created in the external service |
failed | Export 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.