{% extends "documentation/base.html" %} {% block doc_content %}
Document known issues, track followup work, and link backup problems to tickets for resolution.
BackupChecks provides two mechanisms for documenting and tracking backup issues:
Both tickets and remarks can be linked to specific job runs, making it easy to track which backups are affected by known issues.
To view and manage tickets and remarks:
A ticket represents an issue that requires tracking and followup. Tickets are used for:
Each ticket has the following properties:
| Property | Description |
|---|---|
| Ticket code | Unique identifier (e.g., T12345, CUST-456). Can reference an external PSA ticket number. |
| Description | Brief description of the issue |
| Active from date | Date when the ticket becomes active (usually the date the issue was first observed) |
| Start date | Timestamp when the ticket was created in BackupChecks |
| Resolved at | Timestamp when the ticket was marked as resolved (blank if still active) |
| Scopes | Which backup jobs, customers, or objects this ticket affects |
Tickets can be created from several locations in the application:
Tickets can also be created manually from the Tickets page (for issues not tied to a specific run).
A ticket can have multiple scopes defining what it affects:
Scopes are used to automatically show ticket indicators (🎫) on affected jobs in the Daily Jobs view.
When a ticket is resolved:
After creating a ticket, you can link it to additional job runs as they occur:
This creates an audit trail showing all job runs affected by the same ticket.
A remark is a lightweight note for documenting known issues that don't require formal ticket tracking. Remarks are used for:
| Property | Description |
|---|---|
| Body | Freeform text describing the remark (no length limit) |
| Start date | Timestamp when the remark was created |
| Resolved at | Timestamp when the remark was marked as resolved (blank if still active) |
| Scopes | Which backup jobs, customers, or objects this remark affects |
Remarks are created similarly to tickets:
The Tickets page provides filtering options:
Click Filter to apply the selected criteria, or Reset to clear all filters.
| Use Ticket When... | Use Remark When... |
|---|---|
| Issue requires external followup | Issue is internal or informational |
| You need to track in a PSA system | No PSA ticket is needed |
| Customer action is required | No action is required |
| Issue will take days/weeks to resolve | Issue is temporary (hours/days) |
| You need structured tracking (ticket code, formal resolution) | Quick notes or documentation are sufficient |
In the Daily Jobs view and Job History pages, active tickets and remarks are indicated with icons:
These indicators help you quickly identify jobs with known issues during daily review.
If Autotask integration is enabled, you can manually create tickets in Autotask PSA for backup failures. When creating a ticket from the Run Checks modal, BackupChecks can create a corresponding ticket in Autotask and maintain a link between the internal ticket record and the Autotask ticket ID.
BackupChecks monitors Autotask for ticket status changes and can automatically resolve internal tickets when the corresponding Autotask ticket is resolved or deleted.
See Autotask Integration for details on setup and PSA ticket synchronization.