OTRS: Create Ticket
Description
OTRS: Create Ticket plugin step creates a ticket in OTRS.
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. |
User Name | Click 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 |
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. |
OUTPUT TAB: | Output fields |
Ticket Number | Provide the ticket number of the created ticket. The default value is TicketNumber. |
Ticket ID | Provide the ID of the created ticket. The default value is TicketID. |