From 89f4c65e3e06fd791ad5f7d407c5d980dafc1ca3 Mon Sep 17 00:00:00 2001 From: Ivo Oskamp Date: Sun, 8 Feb 2026 20:34:46 +0100 Subject: [PATCH] Remove non-existent automatic ticket creation from Remarks & Tickets Removed entire "Integration with Autotask" section that incorrectly described automatic ticket creation for backup failures. This feature does not exist and is not planned. Changes: - Removed section explaining automatic ticket creation in Autotask - Removed link to Autotask Integration from Next Steps - Updated changelog with removal Co-Authored-By: Claude Sonnet 4.5 --- .../documentation/backup-review/remarks-tickets.html | 7 ------- docs/changelog-claude.md | 3 +++ 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/containers/backupchecks/src/templates/documentation/backup-review/remarks-tickets.html b/containers/backupchecks/src/templates/documentation/backup-review/remarks-tickets.html index 7ee77a8..f5b6fcc 100644 --- a/containers/backupchecks/src/templates/documentation/backup-review/remarks-tickets.html +++ b/containers/backupchecks/src/templates/documentation/backup-review/remarks-tickets.html @@ -378,12 +378,6 @@
  • Use remarks for documentation: If you investigate an alert and determine it's not an issue, add a remark explaining why
  • -

    Integration with Autotask

    - -

    If Autotask integration is enabled, tickets can be automatically created in Autotask when backup failures occur. BackupChecks maintains internal ticket records linked to the Autotask ticket ID.

    - -

    See Autotask Integration for details on PSA ticket synchronization.

    -

    Troubleshooting

    Ticket Indicator Not Showing on Job

    @@ -421,7 +415,6 @@
  • Daily Jobs View - See how ticket and remark indicators appear in daily monitoring
  • Run Checks Modal - Create tickets and remarks while reviewing job runs
  • Overrides & Exceptions - Handle known issues with automated rules
  • -
  • Autotask Integration - Learn about PSA ticket synchronization
  • {% endblock %} diff --git a/docs/changelog-claude.md b/docs/changelog-claude.md index d573c98..6939e8d 100644 --- a/docs/changelog-claude.md +++ b/docs/changelog-claude.md @@ -4,6 +4,9 @@ This file documents all changes made to this project via Claude Code. ## [2026-02-08] +### Removed +- **Remarks & Tickets page**: Removed entire "Integration with Autotask" section describing automatic ticket creation for backup failures (this feature does not exist and is not planned), removed link to Autotask Integration from Next Steps section + ### Changed - Fixed critical inaccuracies in Backup Review documentation based on user feedback: - **Approving Backups page**: Corrected Stage 6 to emphasize ALL runs must be marked as reviewed regardless of action taken (override/ticket/remark created), added warning callout that failing to mark as reviewed leaves runs visible with wrong status next day, corrected Stage 7 to clarify successful runs MUST also be reviewed (goal is empty Run Checks page), added bulk review functionality for efficiency, completely rewrote Complete Workflow Example to focus on Run Checks page (primary daily tool) instead of Daily Jobs, updated best practices and role-based workflows to prioritize Run Checks over Daily Jobs, added performance tips for bulk review, corrected bulk review section from "select multiple run checkboxes" to "select multiple job checkboxes" to reflect per-job review mechanism