[REWST- TASK] Halo PSA: Update Ticket

This workflow serves as a fundamental building block that enables the programmatic updating of tickets within Halo PSA, allowing MSPs to incorporate ticket modifications into larger automation sequences without manual intervention. It's particularly valuable for scenarios requiring consistent ticket documentation during automated remediation workflows, standardizing ticket quality control processes, and maintaining detailed audit trails when multiple systems interact with a single ticket. Technically, the workflow accepts a ticket ID and update parameters, adds private notes to document automated actions, performs the requested ticket updates with quality control checks, and verifies time tracking compliance – streamlining what would otherwise be time-consuming manual documentation tasks in the PSA.

This workflow contains 8 tasks.

Inputs

  • ticket_id - string

  • work_minutes - string

  • external_note - string

  • internal_note - string

  • complete_workflow - string

  • set_ticket_status - string

Outputs

  • automation_log: Standardized Rewst automation log

Key tasks

  • failed: Core integration: noop

  • complete_workflow: Core integration: noop

  • add_private_note: HaloPSA integration: Add or Update Actions

  • update_ticket_qc: Data modification

  • check_time: Validation/verification

Jinja examples

Example 1

{{- CTX.halo_psa_ticket.id | d(None) -}}

Used in publishing 'ticket_number'

Example 2

{{- CTX.halo_psa_ticket | d(None) -}}

Used in publishing 'ticket_data'

Last updated

Was this helpful?