Skip to content
  • There are no suggestions because the search field is empty.

Workflow Ticket | Automatically close resolved tickets after 36 hours

Use the Automatically close resolved tickets after 36 hours workflow

Goal

Automatically close tickets when:

  • Ticket status = Resolved

  • No customer reply occurs after resolution within 36 hours

If a reply is received after resolution, the ticket remains open.


Workflow Configuration

Enrollment Triggers

Ticket-based workflow
Conditions:

  • Ticket status is Resolved (Support Pipeline)

Re-enrollment

Enable:

  • Ticket status

Reason:
Each time a ticket moves back to Resolved (reopen → resolve), the workflow should run again.


Delay Logic

Grace Period

  • Delay for 36 hours

Purpose:
Allow time for customer follow-up replies before auto-closing.


Reply Check

Branch Criteria

Reply received after resolution:

  • Last customer reply date is known

  • Last customer reply date is after Date entered "Resolved (Support Pipeline)"

If true:

  • End (leave ticket open)

If none met:

  • Set Ticket status to Closed


Behavior

  • No reply → ticket closes

  • Reply before resolution only → ticket closes

  • Reply after resolution → ticket stays open

  • Reopen and resolve again → workflow runs again


Notes

  • Uses date comparison ("is after"), not "was updated after"