# \[REWST- TASK] ConnectWise PSA: Update Ticket

This ConnectWise PSA ticket update workflow helps MSPs streamline ticket management by handling different note types, updating statuses, and logging time automatically. It standardizes documentation, captures billable hours, supports automation from monitoring alerts, and keeps client communication clear while protecting internal discussions. The workflow checks inputs, pulls ticket data, applies configured updates, and ensures everything follows company policies—making it easy to integrate with other automations.

This workflow contains 26 tasks.

### Inputs

* **ticket\_id** - string
* **cwm\_tech\_id** - string
* **work\_minutes** - string
* **external\_note** - string
* **internal\_note** - string
* **resolution\_note** - string
* **complete\_workflow** - string
* **set\_ticket\_status** - string

### Outputs

* **automation\_log**: Standardized Rewst automation log

### Key tasks

* **format\_output**: Core integration: noop
* **check\_time\_entry\_org\_var**: Validation/verification
* **note\_type**: Core integration: noop
* **add\_internal\_resolution\_note**: ConnectWise PSA integration: Add Note to Service Ticket
* **add\_internal\_note**: ConnectWise PSA integration: Add Note to Service Ticket

### Jinja examples

#### Example 1

```jinja
{{ ORG.VARIABLES.time_entry_ticket_status | d }}
```

Used in transition condition

#### Example 2

```jinja
{{ CTX.internal_note|d }}
```

Used in transition condition


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.rewst.help/documentation/automations/subworkflows/rewst-task-connectwise-psa-update-ticket.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
