Skip to content
Snippets Groups Projects
settings.ticket.yaml 4.72 KiB
Newer Older
#
# This is popup help messages for the Admin Panel -> Settings -> Tickets
#
# Fields:
# title - Shown in bold at the top of the popover window
# content - The body of the help popover
# links - List of links shows below the content
#   title - Link title
#   href - href of link (links starting with / are translated to the
#       helpdesk installation path)
#
# The key names such as 'helpdesk_name' should not be translated as they
# must match the HTML #ids put into the page template.
#
---
number_format:
    title: Ticket Number Format
    content: >
        This setting is used to generate ticket numbers. Use hash signs
        (`#`) where digits are to be placed. Any other text in the number
        format will be preserved. <span class="doc-desc-title">Help
        Topics</span> can define custom number formats.
        <br/><br/>
        For example, for six-digit numbers, use <code>######</code>.

sequence_id:
    title: Ticket Number Sequence
        Choose a sequence from which to derive new ticket numbers. The
        system has a incrementing sequence and a random sequence by default.
        You may create as many sequences as you wish. Use various sequences
        in the <span class="doc-desc-title">Ticket Number
        Format</span> configuration for help topics.
default_ticket_status:
    title: Default Status for new Tickets
    content: >
        Choose a status as the default for new tickets. This can be defined
        for each help topic, if desired. It can also be overridden by a
        ticket filter.
    links:
      - title: Manage Ticket Statuses
        href: /scp/lists.php?type=ticket-status

default_sla:
    title: Default SLA
    content: >
        Choose the default Service Level Agreement to manage how long a ticket
        can remain Open before it is rendered Overdue.
    links:
      - title: Create more SLA Plans
Chefkeks's avatar
Chefkeks committed
        href: /scp/slas.php
Jared Hancock's avatar
Jared Hancock committed

default_priority:
    title: Default Priority
    content: >
        Choose a default <span class="doc-desc-title">priority</span> for
        tickets not assigned a priority automatically.
        <br/><br/>
        Priority can be assigned via the help topic, routed department, or
        ticket filter settings.
Jared Hancock's avatar
Jared Hancock committed

maximum_open_tickets:
    title: Maximum Open Tickets
    content: >
Peter Rotich's avatar
Peter Rotich committed
        Enter the maximum <em>number</em> of tickets a User is permitted to
        have <strong>open</strong> in your help desk.
        <br><br>
        Enter <span class="doc-desc-opt">0 </span> if you prefer to disable this limitation.
Jared Hancock's avatar
Jared Hancock committed

agent_collision_avoidance:
    title: Agent Collision Avoidance
    content: >
Peter Rotich's avatar
Peter Rotich committed
        Enter the maximum length of time an Agent is allowed to hold a lock
        on a ticket without any activity.
        <br><br>
        Enter <span class="doc-desc-opt">0</span> to disable the lockout feature.
Jared Hancock's avatar
Jared Hancock committed

email_ticket_priority:
    title: Email Ticket Priority
    content: >
        Use email priority assigned by addressee’s mail service
Jared Hancock's avatar
Jared Hancock committed

show_related_tickets:
    title: Show Related Tickets
    content: >
        Show all related tickets on user login - otherwise access is restricted to
        one ticket view per login
Jared Hancock's avatar
Jared Hancock committed

human_verification:
    title: Human Verification
    content: >
        Enable CAPTCHA on the Client Portal to verify an incoming ticket is the
        result of human activity.
Peter Rotich's avatar
Peter Rotich committed
        <br><br>
        Requires GDLib library
Jared Hancock's avatar
Jared Hancock committed

claim_tickets:
Peter Rotich's avatar
Peter Rotich committed
    title: Claim Tickets on Response
    content: >
Peter Rotich's avatar
Peter Rotich committed
        Enable this to auto-assign unassigned tickets to the responding Agent.
        <br><br>
        Reopened tickets are always assigned to the last respondent.
Jared Hancock's avatar
Jared Hancock committed

assigned_tickets:
    title: Assigned Tickets
    content: >
Peter Rotich's avatar
Peter Rotich committed
        Enable this feature to exclude assigned tickets from the <span class="doc-desc-title">Open
        Tickets Queue</span>.
Jared Hancock's avatar
Jared Hancock committed

answered_tickets:
    title: Answered Tickets
    content: >
Peter Rotich's avatar
Peter Rotich committed
        Enable this feature to show answered tickets in the <span
        class="doc-desc-title">Answered Tickets Queue</span>. Otherwise, it
        will be included in the <span class="doc-desc-title">Open Tickets
        Queue</span>.
Jared Hancock's avatar
Jared Hancock committed

staff_identity_masking:
    title: Staff Identity Masking
    content: >
        If enabled, this will hide the Agent’s name from the Client during any
        communication.
Jared Hancock's avatar
Jared Hancock committed

enable_html_ticket_thread:
    title: Enable HTML Ticket Thread
    content: >
        If enabled, this will permit the use of rich text formatting between
Peter Rotich's avatar
Peter Rotich committed
        Clients and Agents.
Jared Hancock's avatar
Jared Hancock committed

ticket_attachment_settings:
    title: Ticket Thread Attachments
    content: >
        Configure settings for files attached to the <span
        class="doc-desc-title">issue details</span> field. These settings
        are used for all new tickets and new messages regardless of the
        source channel (web portal, email, api, etc.).
Jared Hancock's avatar
Jared Hancock committed