OTRS: Update Ticket
Description
This step updates an existing ticket in OTRS. You provide the ticket ID and the fields to change, such as state, priority, queue, or owner. You can also add a new article to the ticket. Use this step in workflows that close resolved tickets, escalate issues, reassign tickets, or add notes and updates to ticket history.
Reference
Configurations
| Field name | Description |
|---|---|
| Step Name | Specify a unique step name. |
| CONNECTION | |
| Server Address | Specify the address of the OTRS server. For example, http://13.41.4.56. This field is mandatory. |
| UserName | Click the button to select the user name of the agent. This field is mandatory. |
| Password | Specify the password for the agent. This field is mandatory. |
| Test Connection | Verifies whether the connection is established or not. Note: Test Connection button does not work for previous step fields. Test Connection button only works with static values and environment variables. |
| INPUT TAB: | Input fields |
| Ticket ID | Specify the ID of the ticket in which you want to operate. The data type is string. This field is mandatory. |
| Accept Value of JSON | Select the checkbox, to use the JSON field as an input to build JSON. If it is not selected then, use table input to build the JSON. The checkbox is not selected, by default. |
| JSON | Provide JSON in a valid format to create a ticket. The data type is String. This field is optional. Sample JSON:
|
| Table Fields | In case ‘Accept Value As JSON’ is not selected then give input using the table fields. |
| Variable Field Name | Specify values from an environment variable or from a previous field or hardcoded name of the property you want to provide. |
| Static Field Name | Select the name of the field from the dropdown. |
| Field Value | Provide the value for the respective field name. |