Configure actions for standard ticket page

  • Release version: Australia
  • Updated March 12, 2026
  • 1 minute to read
  • You can configure specific actions to be directly available on the standard ticket page. Requesters are able to initiate these actions. Scriptable APIs can also trigger these actions.

    Before you begin

    Role required: admin and sp_admin

    Procedure

    1. Navigate to All > Standard Ticket > Standard Ticket Configuration.
    2. On the Ticket Configuration form, select the Standard Ticket actions related list.
    3. Select New.
    4. On the form, fill in the fields.
      Table 1. Standard Ticket actions form
      Field Description
      Name Name the action you want to be on the page. For example, Resolve.
      Application Application associated with the ticket configuration.
      Short description Describe the action in detail. For example, for the Resolve action, you can specify “Marks the incident as resolved.”
      Ticket configuration Reference to the standard ticket configuration record. For example, incident.
      Active Select the check box if you want this action to be active.
      Table Name of the associated table. For example, Incident [incident].
      Order Order in which the action should be displayed in the actions section.
      Advanced Option to enable adding a script for the action visibility. By default, this check box is cleared.
      Applicability script
      Script for the action visibility.
      • If the script returns true, the action is visible on the standard ticket page.
      • If the script returns false, the action isn’t visible on the standard ticket page.
      Note:
      This field appears only when the Advanced check box is selected.
      Action script Action script performs the specified action. For example, when the Resolve action is selected, actions script determines the next action.
      Applicability condition Conditions for the action visibility. This isn’t displayed if the Advanced check box is selected.
      User input Option to enable adding text input by users for the action. If you select this check box, and save the changes, you see a new Standard Ticket Action Inputs related list. You can create a new user input in this related list. For example, a user input where strings must be provided.
      Note:
      Only string-type input is supported for standard ticket actions.
    5. Select Update.