ServiceDesk provides email interface to create tickets, multiple variables can be entered in the body of an email to update the fields of the ticket. One of the variables is %DESCRIPTION, if this variable is incorrectly used it causes other variables to be ignored by maileater. The solution provides the correct usage of the %DESCRIPTION variable.
Release: Service Desk Manager all versions
The description on a ticket can be updated via maileater in two ways.
Given below are the correct and incorrect examples of using %DESCRIPTION.
Correct Examples:
Cannot ping machine XYZ from the mainframe.
%CATEGORY=Networks
%PRIORITY=1
%TYPE=I
%CATEGORY=Networks
%PRIORITY=1
%TYPE=I
%DESCRIPTION=Cannot ping machine XYZ from the mainframe.
Incorrect Examples:
%CATEGORY=Networks
%PRIORITY=1
%TYPE=I
Cannot ping machine XYZ from the mainframe.
%DESCRIPTION=Cannot ping machine XYZ from the mainframe.
%CATEGORY=Networks
%PRIORITY=1
%TYPE=I
%CATEGORY=Networks
Cannot ping machine XYZ from the mainframe.
%PRIORITY=1
%TYPE=I
%CATEGORY=Networks
%PRIORITY=1
%DESCRIPTION=Cannot ping machine XYZ from the mainframe.
%TYPE=I