B.2. Ticket

From open-support.info

Jump to: navigation, search

Contents

Ticket

Core

TicketOTRSEscalationEvents::DecayTime
Description Value
Description: The duration in minutes after emitting an event, in which the new escalation notify and start events are suppressed.
Group: Ticket
SubGroup: Core
Valid: 1
Required: 0
Config-Setting:
$Self->{'OTRSEscalationEvents::DecayTime'} =  '1440';


Core::ArticleFreeText

ArticleFreeKey1
Description Value
Description: Defines the indicated free key field for articles to add a new article attribute.
Group: Ticket
SubGroup: Core::ArticleFreeText
Valid: 0
Required: 0
Config-Setting:
$Self->{'ArticleFreeKey1'} =  {
  'Work1' => 'Work1'
};


ArticleFreeKey1::DefaultSelection
Description Value
Description: Defines the default selection of the indicated free key field for articles (if more than one option is provided).
Group: Ticket
SubGroup: Core::ArticleFreeText
Valid: 0
Required: 0
Config-Setting:
$Self->{'ArticleFreeKey1::DefaultSelection'} =  '';


ArticleFreeText1
Description Value
Description: Defines the indicated free text field for articles to add a new article attribute.
Group: Ticket
SubGroup: Core::ArticleFreeText
Valid: 0
Required: 0
Config-Setting:
$Self->{'ArticleFreeText1'} =  {
  '' => '-',
  'Bugfix' => 'Bugfix',
  'Consulting' => 'Consulting',
  'Research' => 'Research'
};


ArticleFreeText1::DefaultSelection
Description Value
Description: Defines the default selection of the indicated free text field for articles (if more than one option is provided).
Group: Ticket
SubGroup: Core::ArticleFreeText
Valid: 0
Required: 0
Config-Setting:
$Self->{'ArticleFreeText1::DefaultSelection'} =  'Research';


ArticleFreeKey2
Description Value
Description: Defines the indicated free key field for articles to add a new article attribute.
Group: Ticket
SubGroup: Core::ArticleFreeText
Valid: 0
Required: 0
Config-Setting:
$Self->{'ArticleFreeKey2'} =  {
  'Work2' => 'Work2'
};


ArticleFreeKey2::DefaultSelection
Description Value
Description: Defines the default selection of the indicated free key field for articles (if more than one option is provided).
Group: Ticket
SubGroup: Core::ArticleFreeText
Valid: 0
Required: 0
Config-Setting:
$Self->{'ArticleFreeKey2::DefaultSelection'} =  '';


ArticleFreeText2
Description Value
Description: Defines the indicated free text field for articles to add a new article attribute.
Group: Ticket
SubGroup: Core::ArticleFreeText
Valid: 0
Required: 0
Config-Setting:
$Self->{'ArticleFreeText2'} =  {
  '' => '-',
  'Bugfix' => 'Bugfix',
  'Consulting' => 'Consulting',
  'Research' => 'Research'
};


ArticleFreeText2::DefaultSelection
Description Value
Description: Defines the default selection of the indicated free text field for articles (if more than one option is provided).
Group: Ticket
SubGroup: Core::ArticleFreeText
Valid: 0
Required: 0
Config-Setting:
$Self->{'ArticleFreeText2::DefaultSelection'} =  'Research';


ArticleFreeKey3
Description Value
Description: Defines the indicated free key field for articles to add a new article attribute.
Group: Ticket
SubGroup: Core::ArticleFreeText
Valid: 0
Required: 0
Config-Setting:
$Self->{'ArticleFreeKey3'} =  {
  'Work3' => 'Work3'
};


ArticleFreeKey3::DefaultSelection
Description Value
Description: Defines the default selection of the indicated free key field for articles (if more than one option is provided).
Group: Ticket
SubGroup: Core::ArticleFreeText
Valid: 0
Required: 0
Config-Setting:
$Self->{'ArticleFreeKey3::DefaultSelection'} =  '';


ArticleFreeText3
Description Value
Description: Defines the indicated free text field for articles to add a new article attribute.
Group: Ticket
SubGroup: Core::ArticleFreeText
Valid: 0
Required: 0
Config-Setting:
$Self->{'ArticleFreeText3'} =  {
  '' => '-',
  'Bugfix' => 'Bugfix',
  'Consulting' => 'Consulting',
  'Research' => 'Research'
};


ArticleFreeText3::DefaultSelection
Description Value
Description: Defines the default selection of the indicated free text field for articles (if more than one option is provided).
Group: Ticket
SubGroup: Core::ArticleFreeText
Valid: 0
Required: 0
Config-Setting:
$Self->{'ArticleFreeText3::DefaultSelection'} =  'Research';


Core::FulltextSearch

Ticket::SearchIndexModule
Description Value
Description: Helps to extend your articles full-text search (From, To, Cc, Subject and Body search). Runtime will do full-text searches on live data (it works fine for up to 50.000 tickets). StaticDB will strip all articles and will build an index after article creation, increasing fulltext searches about 50%. To create an initial index use "bin/otrs.RebuildFulltextIndex.pl".
Group: Ticket
SubGroup: Core::FulltextSearch
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::SearchIndexModule'} =  'Kernel::System::Ticket::ArticleSearchIndex::RuntimeDB';


Ticket::SearchIndex::Attribute
Description Value
Description:
Group: Ticket
SubGroup: Core::FulltextSearch
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::SearchIndex::Attribute'} =  {
  'WordCountMax' => '1000',
  'WordLengthMax' => '30',
  'WordLengthMin' => '3'
};


Ticket::EventModulePost###98-ArticleSearchIndex
Description Value
Description: Builds an article index right after the article's creation.
Group: Ticket
SubGroup: Core::FulltextSearch
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::EventModulePost'}->{'98-ArticleSearchIndex'} =  {
  'Event' => '(ArticleCreate|ArticleUpdate)',
  'Module' => 'Kernel::System::Ticket::Event::ArticleSearchIndex'
};


Core::LinkObject

LinkObject::PossibleLink###0200
Description Value
Description: Links 2 tickets with a "Normal" type link.
Group: Ticket
SubGroup: Core::LinkObject
Valid: 1
Required: 0
Config-Setting:
$Self->{'LinkObject::PossibleLink'}->{'0200'} =  {
  'Object1' => 'Ticket',
  'Object2' => 'Ticket',
  'Type' => 'Normal'
};


LinkObject::PossibleLink###0201
Description Value
Description: Links 2 tickets with a "ParentChild" type link.
Group: Ticket
SubGroup: Core::LinkObject
Valid: 1
Required: 0
Config-Setting:
$Self->{'LinkObject::PossibleLink'}->{'0201'} =  {
  'Object1' => 'Ticket',
  'Object2' => 'Ticket',
  'Type' => 'ParentChild'
};


Core::PostMaster

PostmasterMaxEmails
Description Value
Description: Maximal auto email responses to own email-address a day (Loop-Protection).
Group: Ticket
SubGroup: Core::PostMaster
Valid: 1
Required: 1
Config-Setting:
$Self->{'PostmasterMaxEmails'} =  '40';


PostMasterMaxEmailSize
Description Value
Description: Maximal size in KBytes for mails that can be fetched via POP3/POP3S/IMAP/IMAPS (KBytes).
Group: Ticket
SubGroup: Core::PostMaster
Valid: 1
Required: 1
Config-Setting:
$Self->{'PostMasterMaxEmailSize'} =  '16384';


PostMasterReconnectMessage
Description Value
Description: The "bin/PostMasterMailAccount.pl" will reconnect to POP3/POP3S/IMAP/IMAPS host after the specified count of messages.
Group: Ticket
SubGroup: Core::PostMaster
Valid: 1
Required: 1
Config-Setting:
$Self->{'PostMasterReconnectMessage'} =  '20';


LoopProtectionModule
Description Value
Description: Default loop protection module.
Group: Ticket
SubGroup: Core::PostMaster
Valid: 1
Required: 1
Config-Setting:
$Self->{'LoopProtectionModule'} =  'Kernel::System::PostMaster::LoopProtection::DB';


LoopProtectionLog
Description Value
Description: Path for the log file (it only applies if "FS" was selected for LoopProtectionModule and it is mandatory).
Group: Ticket
SubGroup: Core::PostMaster
Valid: 1
Required: 1
Config-Setting:
$Self->{'LoopProtectionLog'} =  '<OTRS_|config_Home>/var/log/LoopProtection';


PostmasterAutoHTML2Text
Description Value
Description: Converts HTML mails into text messages.
Group: Ticket
SubGroup: Core::PostMaster
Valid: 1
Required: 1
Config-Setting:
$Self->{'PostmasterAutoHTML2Text'} =  '1';


PostmasterFollowUpSearchInReferences
Description Value
Description: Executes follow up checks on In-Reply-To or References headers for mails that don't have a ticket number in the subject.
Group: Ticket
SubGroup: Core::PostMaster
Valid: 1
Required: 1
Config-Setting:
$Self->{'PostmasterFollowUpSearchInReferences'} =  '0';


PostmasterFollowUpSearchInBody
Description Value
Description: Executes follow up mail body checks in mails that don't have a ticket number in the subject.
Group: Ticket
SubGroup: Core::PostMaster
Valid: 1
Required: 1
Config-Setting:
$Self->{'PostmasterFollowUpSearchInBody'} =  '0';


PostmasterFollowUpSearchInAttachment
Description Value
Description: Executes follow up mail attachments checks in mails that don't have a ticket number in the subject.
Group: Ticket
SubGroup: Core::PostMaster
Valid: 1
Required: 1
Config-Setting:
$Self->{'PostmasterFollowUpSearchInAttachment'} =  '0';


PostmasterFollowUpSearchInRaw
Description Value
Description: Executes follow up plain/raw mail checks in mails that don't have a ticket number in the subject.
Group: Ticket
SubGroup: Core::PostMaster
Valid: 1
Required: 1
Config-Setting:
$Self->{'PostmasterFollowUpSearchInRaw'} =  '0';


PostmasterUserID
Description Value
Description: Specifies user id of the postmaster data base.
Group: Ticket
SubGroup: Core::PostMaster
Valid: 1
Required: 1
Config-Setting:
$Self->{'PostmasterUserID'} =  '1';


PostmasterDefaultQueue
Description Value
Description: Defines the postmaster default queue.
Group: Ticket
SubGroup: Core::PostMaster
Valid: 1
Required: 1
Config-Setting:
$Self->{'PostmasterDefaultQueue'} =  'Raw';


PostmasterDefaultPriority
Description Value
Description: Defines the default priority of new tickets.
Group: Ticket
SubGroup: Core::PostMaster
Valid: 1
Required: 1
Config-Setting:
$Self->{'PostmasterDefaultPriority'} =  '3 normal';


PostmasterDefaultState
Description Value
Description: Defines the default state of new tickets.
Group: Ticket
SubGroup: Core::PostMaster
Valid: 1
Required: 1
Config-Setting:
$Self->{'PostmasterDefaultState'} =  'new';


PostmasterFollowUpState
Description Value
Description: Defines the state of a ticket if it gets a follow-up.
Group: Ticket
SubGroup: Core::PostMaster
Valid: 1
Required: 1
Config-Setting:
$Self->{'PostmasterFollowUpState'} =  'open';


PostmasterFollowUpStateClosed
Description Value
Description: Defines the state of a ticket if it gets a follow-up and the ticket was already closed.
Group: Ticket
SubGroup: Core::PostMaster
Valid: 0
Required: 0
Config-Setting:
$Self->{'PostmasterFollowUpStateClosed'} =  'open';


PostmasterFollowUpOnUnlockAgentNotifyOnlyToOwner
Description Value
Description: Sends agent follow-up notification only to the owner, if a ticket is unlocked (the default is to send the notification to all agents).
Group: Ticket
SubGroup: Core::PostMaster
Valid: 1
Required: 1
Config-Setting:
$Self->{'PostmasterFollowUpOnUnlockAgentNotifyOnlyToOwner'} =  '0';


PostmasterX-Header
Description Value
Description: Defines all the X-headers that should be scanned.
Group: Ticket
SubGroup: Core::PostMaster
Valid: 1
Required: 1
Config-Setting:
$Self->{'PostmasterX-Header'} =  [
  'From',
  'To',
  'Cc',
  'Reply-To',
  'ReplyTo',
  'Subject',
  'Message-ID',
  'Message-Id',
  'Resent-To',
  'Resent-From',
  'Precedence',
  'Mailing-List',
  'List-Id',
  'List-Archive',
  'Errors-To',
  'References',
  'In-Reply-To',
  'X-Loop',
  'X-Spam-Flag',
  'X-Spam-Status',
  'X-Spam-Level',
  'X-No-Loop',
  'X-Priority',
  'Importance',
  'X-Mailer',
  'User-Agent',
  'Organization',
  'X-Original-To',
  'Delivered-To',
  'Envelope-To',
  'Return-Path',
  'X-OTRS-Loop',
  'X-OTRS-Info',
  'X-OTRS-Priority',
  'X-OTRS-Queue',
  'X-OTRS-Lock',
  'X-OTRS-Ignore',
  'X-OTRS-State',
  'X-OTRS-State-PendingTime',
  'X-OTRS-Type',
  'X-OTRS-Service',
  'X-OTRS-SLA',
  'X-OTRS-CustomerNo',
  'X-OTRS-CustomerUser',
  'X-OTRS-ArticleKey1',
  'X-OTRS-ArticleKey2',
  'X-OTRS-ArticleKey3',
  'X-OTRS-ArticleValue1',
  'X-OTRS-ArticleValue2',
  'X-OTRS-ArticleValue3',
  'X-OTRS-SenderType',
  'X-OTRS-ArticleType',
  'X-OTRS-TicketKey1',
  'X-OTRS-TicketKey2',
  'X-OTRS-TicketKey3',
  'X-OTRS-TicketKey4',
  'X-OTRS-TicketKey5',
  'X-OTRS-TicketKey6',
  'X-OTRS-TicketKey7',
  'X-OTRS-TicketKey8',
  'X-OTRS-TicketKey9',
  'X-OTRS-TicketKey10',
  'X-OTRS-TicketKey11',
  'X-OTRS-TicketKey12',
  'X-OTRS-TicketKey13',
  'X-OTRS-TicketKey14',
  'X-OTRS-TicketKey15',
  'X-OTRS-TicketKey16',
  'X-OTRS-TicketValue1',
  'X-OTRS-TicketValue2',
  'X-OTRS-TicketValue3',
  'X-OTRS-TicketValue4',
  'X-OTRS-TicketValue5',
  'X-OTRS-TicketValue6',
  'X-OTRS-TicketValue7',
  'X-OTRS-TicketValue8',
  'X-OTRS-TicketValue9',
  'X-OTRS-TicketValue10',
  'X-OTRS-TicketValue11',
  'X-OTRS-TicketValue12',
  'X-OTRS-TicketValue13',
  'X-OTRS-TicketValue14',
  'X-OTRS-TicketValue15',
  'X-OTRS-TicketValue16',
  'X-OTRS-TicketTime1',
  'X-OTRS-TicketTime2',
  'X-OTRS-TicketTime3',
  'X-OTRS-TicketTime4',
  'X-OTRS-TicketTime5',
  'X-OTRS-TicketTime6',
  'X-OTRS-FollowUp-Priority',
  'X-OTRS-FollowUp-Queue',
  'X-OTRS-FollowUp-Lock',
  'X-OTRS-FollowUp-State',
  'X-OTRS-FollowUp-State-PendingTime',
  'X-OTRS-FollowUp-Type',
  'X-OTRS-FollowUp-Service',
  'X-OTRS-FollowUp-SLA',
  'X-OTRS-FollowUp-ArticleKey1',
  'X-OTRS-FollowUp-ArticleKey2',
  'X-OTRS-FollowUp-ArticleKey3',
  'X-OTRS-FollowUp-ArticleValue1',
  'X-OTRS-FollowUp-ArticleValue2',
  'X-OTRS-FollowUp-ArticleValue3',
  'X-OTRS-FollowUp-SenderType',
  'X-OTRS-FollowUp-ArticleType',
  'X-OTRS-FollowUp-TicketKey1',
  'X-OTRS-FollowUp-TicketKey2',
  'X-OTRS-FollowUp-TicketKey3',
  'X-OTRS-FollowUp-TicketKey4',
  'X-OTRS-FollowUp-TicketKey5',
  'X-OTRS-FollowUp-TicketKey6',
  'X-OTRS-FollowUp-TicketKey7',
  'X-OTRS-FollowUp-TicketKey8',
  'X-OTRS-FollowUp-TicketKey9',
  'X-OTRS-FollowUp-TicketKey10',
  'X-OTRS-FollowUp-TicketKey11',
  'X-OTRS-FollowUp-TicketKey12',
  'X-OTRS-FollowUp-TicketKey13',
  'X-OTRS-FollowUp-TicketKey14',
  'X-OTRS-FollowUp-TicketKey15',
  'X-OTRS-FollowUp-TicketKey16',
  'X-OTRS-FollowUp-TicketValue1',
  'X-OTRS-FollowUp-TicketValue2',
  'X-OTRS-FollowUp-TicketValue3',
  'X-OTRS-FollowUp-TicketValue4',
  'X-OTRS-FollowUp-TicketValue5',
  'X-OTRS-FollowUp-TicketValue6',
  'X-OTRS-FollowUp-TicketValue7',
  'X-OTRS-FollowUp-TicketValue8',
  'X-OTRS-FollowUp-TicketValue9',
  'X-OTRS-FollowUp-TicketValue10',
  'X-OTRS-FollowUp-TicketValue11',
  'X-OTRS-FollowUp-TicketValue12',
  'X-OTRS-FollowUp-TicketValue13',
  'X-OTRS-FollowUp-TicketValue14',
  'X-OTRS-FollowUp-TicketValue15',
  'X-OTRS-FollowUp-TicketValue16',
  'X-OTRS-FollowUp-TicketTime1',
  'X-OTRS-FollowUp-TicketTime2',
  'X-OTRS-FollowUp-TicketTime3',
  'X-OTRS-FollowUp-TicketTime4',
  'X-OTRS-FollowUp-TicketTime5',
  'X-OTRS-FollowUp-TicketTime6'
];


PostMaster::PreFilterModule###1-Match
Description Value
Description: Module to filter and manipulate incoming messages. Block/ignore all spam email with From: noreply@ address.
Group: Ticket
SubGroup: Core::PostMaster
Valid: 0
Required: 0
Config-Setting:
$Self->{'PostMaster::PreFilterModule'}->{'1-Match'} =  {
  'Match' => {
    'From' => 'noreply@'
  },
  'Module' => 'Kernel::System::PostMaster::Filter::Match',
  'Set' => {
    'X-OTRS-Ignore' => 'yes'
  },
  'StopAfterMatch' => '0'
};


PostMaster::PreFilterModule###2-Match
Description Value
Description: Module to filter and manipulate incoming messages. Get a 4 digit number to ticket free text, use regex in Match e. g. From => '(.+?)@.+?', and use () as [***] in Set =>.
Group: Ticket
SubGroup: Core::PostMaster
Valid: 0
Required: 0
Config-Setting:
$Self->{'PostMaster::PreFilterModule'}->{'2-Match'} =  {
  'Match' => {
    'Subject' => 'SomeNumber:(\\d\\d\\d\\d)'
  },
  'Module' => 'Kernel::System::PostMaster::Filter::Match',
  'Set' => {
    'X-OTRS-TicketKey-1' => 'SomeNumber',
    'X-OTRS-TicketValue-1' => '[***]'
  },
  'StopAfterMatch' => '0'
};


PostMaster::PreFilterModule###3-NewTicketReject
Description Value
Description: Blocks all the incoming emails that do not have a valid ticket number in subject with From: @example.com address.
Group: Ticket
SubGroup: Core::PostMaster
Valid: 0
Required: 0
Config-Setting:
$Self->{'PostMaster::PreFilterModule'}->{'3-NewTicketReject'} =  {
  'Match' => {
    'From' => '@example.com'
  },
  'Module' => 'Kernel::System::PostMaster::Filter::NewTicketReject',
  'Set' => {
    'X-OTRS-Ignore' => 'yes'
  },
  'StopAfterMatch' => '0'
};


PostMaster::PreFilterModule::NewTicketReject::Subject
Description Value
Description: Defines the subject for rejected emails.
Group: Ticket
SubGroup: Core::PostMaster
Valid: 1
Required: 1
Config-Setting:
$Self->{'PostMaster::PreFilterModule::NewTicketReject::Subject'} =  'Email Rejected';


PostMaster::PreFilterModule::NewTicketReject::Body
Description Value
Description: Defines the body text for rejected emails.
Group: Ticket
SubGroup: Core::PostMaster
Valid: 1
Required: 1
Config-Setting:
$Self->{'PostMaster::PreFilterModule::NewTicketReject::Body'} =  '
Dear Customer,
Unfortunately we could not detect a valid ticket number
in your subject, so this email can\'t be processed.
Please create a new ticket via the customer panel.
Thanks for your help!
 Your Helpdesk Team
';


PostMaster::PreFilterModule###4-CMD
Description Value
Description: CMD example setup. Ignores emails where external CMD returns some output on STDOUT (email will be piped into STDIN of some.bin).
Group: Ticket
SubGroup: Core::PostMaster
Valid: 0
Required: 0
Config-Setting:
$Self->{'PostMaster::PreFilterModule'}->{'4-CMD'} =  {
  'CMD' => '/usr/bin/some.bin',
  'Module' => 'Kernel::System::PostMaster::Filter::CMD',
  'Set' => {
    'X-OTRS-Ignore' => 'yes'
  }
};


PostMaster::PreFilterModule###5-SpamAssassin
Description Value
Description: Spam Assassin example setup. Ignores emails that are marked with SpamAssassin.
Group: Ticket
SubGroup: Core::PostMaster
Valid: 0
Required: 0
Config-Setting:
$Self->{'PostMaster::PreFilterModule'}->{'5-SpamAssassin'} =  {
  'CMD' => '/usr/bin/spamassassin | grep -i "X-Spam-Status: yes"',
  'Module' => 'Kernel::System::PostMaster::Filter::CMD',
  'Set' => {
    'X-OTRS-Ignore' => 'yes'
  }
};


PostMaster::PreFilterModule###6-SpamAssassin
Description Value
Description: Spam Assassin example setup. Moves marked mails to spam queue.
Group: Ticket
SubGroup: Core::PostMaster
Valid: 0
Required: 0
Config-Setting:
$Self->{'PostMaster::PreFilterModule'}->{'6-SpamAssassin'} =  {
  'CMD' => '/usr/bin/spamassassin | grep -i "X-Spam-Status: yes"',
  'Module' => 'Kernel::System::PostMaster::Filter::CMD',
  'Set' => {
    'X-OTRS-Queue' => 'spam'
  }
};


PostMaster::PreFilterModule###000-MatchDBSource
Description Value
Description: Module to use database filter storage.
Group: Ticket
SubGroup: Core::PostMaster
Valid: 1
Required: 1
Config-Setting:
$Self->{'PostMaster::PreFilterModule'}->{'000-MatchDBSource'} =  {
  'Module' => 'Kernel::System::PostMaster::Filter::MatchDBSource'
};


PostMaster::PostFilterModule###000-FollowUpArticleTypeCheck
Description Value
Description: Module to check if arrived emails should be marked as email-internal (because of original forwared internal email it college). ArticleType and SenderType define the values for the arrived email/article.
Group: Ticket
SubGroup: Core::PostMaster
Valid: 1
Required: 0
Config-Setting:
$Self->{'PostMaster::PostFilterModule'}->{'000-FollowUpArticleTypeCheck'} =  {
  'ArticleType' => 'email-internal',
  'Module' => 'Kernel::System::PostMaster::Filter::FollowUpArticleTypeCheck',
  'SenderType' => 'customer'
};


SendNoAutoResponseRegExp
Description Value
Description: If this regex matches, no message will be send by the autoresponder.
Group: Ticket
SubGroup: Core::PostMaster
Valid: 1
Required: 1
Config-Setting:
$Self->{'SendNoAutoResponseRegExp'} =  '(MAILER-DAEMON|postmaster|abuse)@.+?\\..+?';


Core::Stats

Stats::DynamicObjectRegistration###Ticket
Description Value
Description: Module to generate ticket statistics.
Group: Ticket
SubGroup: Core::Stats
Valid: 1
Required: 0
Config-Setting:
$Self->{'Stats::DynamicObjectRegistration'}->{'Ticket'} =  {
  'Module' => 'Kernel::System::Stats::Dynamic::Ticket'
};


Stats::DynamicObjectRegistration###TicketList
Description Value
Description: Determines if the statistics module may generate ticket lists.
Group: Ticket
SubGroup: Core::Stats
Valid: 1
Required: 0
Config-Setting:
$Self->{'Stats::DynamicObjectRegistration'}->{'TicketList'} =  {
  'Module' => 'Kernel::System::Stats::Dynamic::TicketList'
};


Stats::DynamicObjectRegistration###TicketAccountedTime
Description Value
Description: Module to generate accounted time ticket statistics.
Group: Ticket
SubGroup: Core::Stats
Valid: 1
Required: 0
Config-Setting:
$Self->{'Stats::DynamicObjectRegistration'}->{'TicketAccountedTime'} =  {
  'Module' => 'Kernel::System::Stats::Dynamic::TicketAccountedTime'
};


Stats::DynamicObjectRegistration###TicketSolutionResponseTime
Description Value
Description: Module to generate ticket solution and response time statistics.
Group: Ticket
SubGroup: Core::Stats
Valid: 1
Required: 0
Config-Setting:
$Self->{'Stats::DynamicObjectRegistration'}->{'TicketSolutionResponseTime'} =  {
  'Module' => 'Kernel::System::Stats::Dynamic::TicketSolutionResponseTime'
};


Core::Ticket

Ticket::Hook
Description Value
Description: The identifier for a ticket, e.g. Ticket#, Call#, MyTicket#. The default is Ticket#.
Group: Ticket
SubGroup: Core::Ticket
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Hook'} =  'Ticket#';


Ticket::HookDivider
Description Value
Description: The divider between TicketHook and ticket number. E.g ': '.
Group: Ticket
SubGroup: Core::Ticket
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::HookDivider'} =  '';


Ticket::SubjectSize
Description Value
Description: Max size of the subjects in an email reply.
Group: Ticket
SubGroup: Core::Ticket
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::SubjectSize'} =  '100';


Ticket::SubjectRe
Description Value
Description: The text at the beginning of the subject in an email reply, e.g. RE, AW, or AS.
Group: Ticket
SubGroup: Core::Ticket
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::SubjectRe'} =  'Re';


Ticket::SubjectFwd
Description Value
Description: The text at the beginning of the subject when an email is forwarded, e.g. FW, Fwd, or WG.
Group: Ticket
SubGroup: Core::Ticket
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::SubjectFwd'} =  'Fwd';


Ticket::SubjectFormat
Description Value
Description: The format of the subject. 'Left' means '[TicketHook#:12345] Some Subject', 'Right' means 'Some Subject [TicketHook#:12345]', 'None' means 'Some Subject' and no ticket number. In the last case you should enable PostmasterFollowupSearchInRaw or PostmasterFollowUpSearchInReferences to recognize followups based on email headers and/or body.
Group: Ticket
SubGroup: Core::Ticket
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::SubjectFormat'} =  'Left';


Ticket::CustomQueue
Description Value
Description: Name of custom queue. The custom queue is a queue selection of your preferred queues and can be selected in the preferences settings.
Group: Ticket
SubGroup: Core::Ticket
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::CustomQueue'} =  'My Queues';


Ticket::NewArticleIgnoreSystemSender
Description Value
Description: Ignore article with system sender type for new article feature (e. g. auto responses or email notifications).
Group: Ticket
SubGroup: Core::Ticket
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::NewArticleIgnoreSystemSender'} =  '0';


Ticket::ChangeOwnerToEveryone
Description Value
Description: Changes the owner of tickets to everyone (useful for ASP). Normally only agent with rw permissions in the queue of the ticket will be shown.
Group: Ticket
SubGroup: Core::Ticket
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::ChangeOwnerToEveryone'} =  '0';


Ticket::Responsible
Description Value
Description: Enables ticket responsible feature, to keep track of a specific ticket.
Group: Ticket
SubGroup: Core::Ticket
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Responsible'} =  '0';


Ticket::ResponsibleAutoSet
Description Value
Description: Automatically sets the owner of a ticket as the responsible for it (if ticket responsible feature is enabled).
Group: Ticket
SubGroup: Core::Ticket
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::ResponsibleAutoSet'} =  '1';


Ticket::Type
Description Value
Description: Allows defining new types for ticket (if ticket type feature is enabled).
Group: Ticket
SubGroup: Core::Ticket
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Type'} =  '0';


Ticket::Service
Description Value
Description: Allows defining services and SLAs for tickets (e. g. email, desktop, network, ...), and escalation attributes for SLAs (if ticket service/SLA feature is enabled).
Group: Ticket
SubGroup: Core::Ticket
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Service'} =  '0';


Ticket::ArchiveSystem
Description Value
Description: Activates the ticket archive system to have a faster system by moving some tickets out of the daily scope. To search for these tickets, the archive flag has to be enabled in the ticket search.
Group: Ticket
SubGroup: Core::Ticket
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::ArchiveSystem'} =  '0';


Ticket::NumberGenerator
Description Value
Description: Selects the ticket number generator module. "AutoIncrement" increments the ticket number, the SystemID and the counter are used with SystemID.counter format (e.g. 1010138, 1010139). With "Date" the ticket numbers will be generated by the current date, the SystemID and the counter. The format looks like Year.Month.Day.SystemID.counter (e.g. 200206231010138, 200206231010139). With "DateChecksum" the counter will be appended as checksum to the string of date and SystemID. The checksum will be rotated on a daily basis. The format looks like Year.Month.Day.SystemID.Counter.CheckSum (e.g. 2002070110101520, 2002070110101535). "Random" generates randomized ticket numbers in the format "SystemID.Random" (e.g. 100057866352, 103745394596).
Group: Ticket
SubGroup: Core::Ticket
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::NumberGenerator'} =  'Kernel::System::Ticket::Number::DateChecksum';


Ticket::NumberGenerator::MinCounterSize
Description Value
Description: Sets the minimal ticket counter size (if "AutoIncrement" was selected as TicketNumberGenerator). Default is 5, this means the counter starts from 10000.
Group: Ticket
SubGroup: Core::Ticket
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::NumberGenerator::MinCounterSize'} =  '5';


Ticket::NumberGenerator::CheckSystemID
Description Value
Description: Checks the SystemID in ticket number detection for follow-ups (use "No" if SystemID has been changed after using the system).
Group: Ticket
SubGroup: Core::Ticket
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::NumberGenerator::CheckSystemID'} =  '1';


Ticket::CounterLog
Description Value
Description: Log file for the ticket counter.
Group: Ticket
SubGroup: Core::Ticket
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::CounterLog'} =  '<OTRS_|config_Home>/var/log/TicketCounter.log';


Ticket::IndexModule
Description Value
Description: IndexAccelerator: to choose your backend TicketViewAccelerator module. "RuntimeDB" generates each queue view on the fly from ticket table (no performance problems up to approx. 60.000 tickets in total and 6.000 open tickets in the system). "StaticDB" is the most powerful module, it uses an extra ticket-index table that works like a view (recommended if more than 80.000 and 6.000 open tickets are stored in the system). Use the script "bin/otrs.RebuildTicketIndex.pl" for initial index update.
Group: Ticket
SubGroup: Core::Ticket
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::IndexModule'} =  'Kernel::System::Ticket::IndexAccelerator::RuntimeDB';


Ticket::StorageModule
Description Value
Description: Saves the attachments of articles. "DB" stores all data in the database (not recommended for storing big attachments). "FS" stores the data on the filesystem; this is faster but the webserver should run under the OTRS user. You can switch between the modules even on a system that is already in production without any loss of data.
Group: Ticket
SubGroup: Core::Ticket
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::StorageModule'} =  'Kernel::System::Ticket::ArticleStorageDB';


ArticleDir
Description Value
Description: Specifies the directory to store the data in, if "FS" was selected for TicketStorageModule.
Group: Ticket
SubGroup: Core::Ticket
Valid: 1
Required: 1
Config-Setting:
$Self->{'ArticleDir'} =  '<OTRS_|config_Home>/var/article';


Ticket::EventModulePost###100-ArchiveRestore
Description Value
Description: Restores a ticket from the archive (only if the event is a state change, from closed to any open available state).
Group: Ticket
SubGroup: Core::Ticket
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::EventModulePost'}->{'100-ArchiveRestore'} =  {
  'Event' => 'TicketStateUpdate',
  'Module' => 'Kernel::System::Ticket::Event::ArchiveRestore'
};


Ticket::EventModulePost###110-AcceleratorUpdate
Description Value
Description: Updates the ticket index accelerator.
Group: Ticket
SubGroup: Core::Ticket
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::EventModulePost'}->{'110-AcceleratorUpdate'} =  {
  'Event' => 'TicketStateUpdate|TicketQueueUpdate|TicketLockUpdate',
  'Module' => 'Kernel::System::Ticket::Event::TicketAcceleratorUpdate'
};


Ticket::EventModulePost###120-ForceOwnerResetOnMove
Description Value
Description: Resets and unlocks the owner of a ticket if it was moved to another queue.
Group: Ticket
SubGroup: Core::Ticket
Valid: 0
Required: 0
Config-Setting:
$Self->{'Ticket::EventModulePost'}->{'120-ForceOwnerResetOnMove'} =  {
  'Event' => 'TicketQueueUpdate',
  'Module' => 'Kernel::System::Ticket::Event::ForceOwnerReset'
};


Ticket::EventModulePost###130-ForceStateChangeOnLock
Description Value
Description: Forces to choose a different ticket state (from current) after lock action. Define the current state as key, and the next state after lock action as content.
Group: Ticket
SubGroup: Core::Ticket
Valid: 0
Required: 0
Config-Setting:
$Self->{'Ticket::EventModulePost'}->{'130-ForceStateChangeOnLock'} =  {
  'Event' => 'TicketLockUpdate',
  'Module' => 'Kernel::System::Ticket::Event::ForceState',
  'new' => 'open'
};


Ticket::EventModulePost###140-ResponsibleAutoSet
Description Value
Description: Automatically sets the responsible of a ticket (if it is not set yet) after the first owner update.
Group: Ticket
SubGroup: Core::Ticket
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::EventModulePost'}->{'140-ResponsibleAutoSet'} =  {
  'Event' => 'TicketOwnerUpdate',
  'Module' => 'Kernel::System::Ticket::Event::ResponsibleAutoSet'
};


Ticket::EventModulePost###150-TicketPendingTimeReset
Description Value
Description: Sets the PendingTime of a ticket to 0 if the state is changed to a non-pending state.
Group: Ticket
SubGroup: Core::Ticket
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::EventModulePost'}->{'150-TicketPendingTimeReset'} =  {
  'Event' => 'TicketStateUpdate',
  'Module' => 'Kernel::System::Ticket::Event::TicketPendingTimeReset'
};


Ticket::EventModulePost###500-NotificationEvent
Description Value
Description: Sends the notifications which are
Group: Ticket
SubGroup: Core::Ticket
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::EventModulePost'}->{'500-NotificationEvent'} =  {
  'Event' => '',
  'Module' => 'Kernel::System::Ticket::Event::NotificationEvent',
  'Transaction' => '1'
};


Ticket::EventModulePost###900-EscalationIndex
Description Value
Description: Updates the ticket escalation index after a ticket attribute got updated.
Group: Ticket
SubGroup: Core::Ticket
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::EventModulePost'}->{'900-EscalationIndex'} =  {
  'Event' => 'TicketSLAUpdate|TicketQueueUpdate|TicketStateUpdate|TicketCreate|ArticleCreate',
  'Module' => 'Kernel::System::Ticket::Event::TicketEscalationIndex'
};


Ticket::EventModulePost###900-EscalationStopEvents
Description Value
Description: Ticket event module that triggers the escalation stop events.
Group: Ticket
SubGroup: Core::Ticket
Valid: 0
Required: 0
Config-Setting:
$Self->{'Ticket::EventModulePost'}->{'900-EscalationStopEvents'} =  {
  'Event' => 'TicketSLAUpdate|TicketQueueUpdate|TicketStateUpdate|ArticleCreate',
  'Module' => 'Kernel::System::Ticket::Event::TriggerEscalationStopEvents'
};


Ticket::EventModulePost###910-ForceUnlockOnMove
Description Value
Description: Forces to unlock tickets after being moved to another queue.
Group: Ticket
SubGroup: Core::Ticket
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::EventModulePost'}->{'910-ForceUnlockOnMove'} =  {
  'Event' => 'TicketQueueUpdate',
  'Module' => 'Kernel::System::Ticket::Event::ForceUnlock'
};


Ticket::EventModulePost###920-TicketArticleNewMessageUpdate
Description Value
Description: Update Ticket "Seen" flag if every article got seen or a new Article got created.
Group: Ticket
SubGroup: Core::Ticket
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::EventModulePost'}->{'920-TicketArticleNewMessageUpdate'} =  {
  'Event' => 'ArticleCreate|ArticleFlagSet',
  'Module' => 'Kernel::System::Ticket::Event::TicketNewMessageUpdate'
};


Ticket::CustomModule###001-CustomModule
Description Value
Description: Overloads (redefines) existing functions in Kernel::System::Ticket. Used to easily add customizations.
Group: Ticket
SubGroup: Core::Ticket
Valid: 0
Required: 0
Config-Setting:
$Self->{'Ticket::CustomModule'}->{'001-CustomModule'} =  'Kernel::System::Ticket::Custom';


Ticket::ViewableSenderTypes
Description Value
Description: Defines the default viewable sender types of a ticket (default: customer).
Group: Ticket
SubGroup: Core::Ticket
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::ViewableSenderTypes'} =  [
  '\'customer\''
];


Ticket::ViewableLocks
Description Value
Description: Defines the viewable locks of a ticket. Default: unlock, tmp_lock.
Group: Ticket
SubGroup: Core::Ticket
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::ViewableLocks'} =  [
  '\'unlock\'',
  '\'tmp_lock\''
];


Ticket::ViewableStateType
Description Value
Description: Defines the valid state types for a ticket.
Group: Ticket
SubGroup: Core::Ticket
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::ViewableStateType'} =  [
  'new',
  'open',
  'pending reminder',
  'pending auto'
];


Ticket::UnlockStateType
Description Value
Description: Defines the valid states for unlocked tickets. To unlock tickets the script "bin/otrs.UnlockTickets.pl" can be used.
Group: Ticket
SubGroup: Core::Ticket
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::UnlockStateType'} =  [
  'new',
  'open'
];


Ticket::PendingNotificationOnlyToOwner
Description Value
Description: Sends reminder notifications of unlocked ticket after reaching the reminder date (only sent to ticket owner).
Group: Ticket
SubGroup: Core::Ticket
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::PendingNotificationOnlyToOwner'} =  '0';


Ticket::PendingNotificationNotToResponsible
Description Value
Description: Disables sending reminder notifications to the responsible agent of a ticket (Ticket::Responsible needs to be activated).
Group: Ticket
SubGroup: Core::Ticket
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::PendingNotificationNotToResponsible'} =  '0';


Ticket::PendingReminderStateType
Description Value
Description: Defines the state type of the reminder for pending tickets.
Group: Ticket
SubGroup: Core::Ticket
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::PendingReminderStateType'} =  [
  'pending reminder'
];


Ticket::PendingAutoStateType
Description Value
Description: Determines the possible states for pending tickets that changed state after reaching time limit.
Group: Ticket
SubGroup: Core::Ticket
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::PendingAutoStateType'} =  [
  'pending auto'
];


Ticket::StateAfterPending
Description Value
Description: Defines which states should be set automatically (Content), after the pending time of state (Key) has been reached.
Group: Ticket
SubGroup: Core::Ticket
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::StateAfterPending'} =  {
  'pending auto close+' => 'closed successful',
  'pending auto close-' => 'closed unsuccessful'
};


System::Permission
Description Value
Description: Standard available permissions for agents within the application. If more permissions are needed, they can be entered here. Permissions must be defined to be effective. Some other good permissions have also been provided built-in: note, close, pending, customer, freetext, move, compose, responsible, forward, and bounce. Make sure that "rw" is always the last registered permission.
Group: Ticket
SubGroup: Core::Ticket
Valid: 1
Required: 1
Config-Setting:
$Self->{'System::Permission'} =  [
  'ro',
  'move_into',
  'create',
  'note',
  'owner',
  'priority',
  'rw'
];


Ticket::Permission###1-OwnerCheck
Description Value
Description: Module to check the owner of a ticket.
Group: Ticket
SubGroup: Core::Ticket
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Permission'}->{'1-OwnerCheck'} =  {
  'Granted' => '1',
  'Module' => 'Kernel::System::Ticket::Permission::OwnerCheck',
  'Required' => '0'
};


Ticket::Permission###2-ResponsibleCheck
Description Value
Description: Module to check the agent responsible of a ticket.
Group: Ticket
SubGroup: Core::Ticket
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Permission'}->{'2-ResponsibleCheck'} =  {
  'Granted' => '1',
  'Module' => 'Kernel::System::Ticket::Permission::ResponsibleCheck',
  'Required' => '0'
};


Ticket::Permission###3-GroupCheck
Description Value
Description: Module to check if a user is in a special group. Access is granted, if the user is in the specified group and has ro and rw permissions.
Group: Ticket
SubGroup: Core::Ticket
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Permission'}->{'3-GroupCheck'} =  {
  'Granted' => '1',
  'Module' => 'Kernel::System::Ticket::Permission::GroupCheck',
  'Required' => '0'
};


Ticket::Permission###4-WatcherCheck
Description Value
Description: Module to check the watcher agents of a ticket.
Group: Ticket
SubGroup: Core::Ticket
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Permission'}->{'4-WatcherCheck'} =  {
  'Granted' => '1',
  'Module' => 'Kernel::System::Ticket::Permission::WatcherCheck',
  'Required' => '0'
};


CustomerTicket::Permission###1-GroupCheck
Description Value
Description: Module to check the group permissions for the access to customer tickets.
Group: Ticket
SubGroup: Core::Ticket
Valid: 1
Required: 0
Config-Setting:
$Self->{'CustomerTicket::Permission'}->{'1-GroupCheck'} =  {
  'Granted' => '0',
  'Module' => 'Kernel::System::Ticket::CustomerPermission::GroupCheck',
  'Required' => '1'
};


CustomerTicket::Permission###2-CustomerUserIDCheck
Description Value
Description: Grants access, if the customer ID of the ticket matches the customer user's ID and the customer user has group permissions on the queue the ticket is in.
Group: Ticket
SubGroup: Core::Ticket
Valid: 1
Required: 0
Config-Setting:
$Self->{'CustomerTicket::Permission'}->{'2-CustomerUserIDCheck'} =  {
  'Granted' => '1',
  'Module' => 'Kernel::System::Ticket::CustomerPermission::CustomerUserIDCheck',
  'Required' => '0'
};


CustomerTicket::Permission###3-CustomerIDCheck
Description Value
Description: Module to check customer permissions.
Group: Ticket
SubGroup: Core::Ticket
Valid: 1
Required: 0
Config-Setting:
$Self->{'CustomerTicket::Permission'}->{'3-CustomerIDCheck'} =  {
  'Granted' => '1',
  'Module' => 'Kernel::System::Ticket::CustomerPermission::CustomerIDCheck',
  'Required' => '0'
};


Ticket::DefineEmailFrom
Description Value
Description: Defines how the From field from the emails (sent from answers and email tickets) should look like.
Group: Ticket
SubGroup: Core::Ticket
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::DefineEmailFrom'} =  'SystemAddressName';


Ticket::DefineEmailFromSeparator
Description Value
Description: Defines the separator between the agents real name and the given queue email address.
Group: Ticket
SubGroup: Core::Ticket
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::DefineEmailFromSeparator'} =  'via';


CustomerNotifyJustToRealCustomer
Description Value
Description: Sends customer notifications just to the mapped customer. Normally, if no customer is mapped, the latest customer sender gets the notification.
Group: Ticket
SubGroup: Core::Ticket
Valid: 1
Required: 1
Config-Setting:
$Self->{'CustomerNotifyJustToRealCustomer'} =  '0';


AgentSelfNotifyOnAction
Description Value
Description: Specifies if an agent should receive email notification of his own actions.
Group: Ticket
SubGroup: Core::Ticket
Valid: 1
Required: 1
Config-Setting:
$Self->{'AgentSelfNotifyOnAction'} =  '0';


Core::TicketACL

Ticket::Acl::Module###1-Ticket::Acl::Module
Description Value
Description: ACL module that allows closing parent tickets only if all its children are already closed ("State" shows which states are not available for the parent ticket until all child tickets are closed).
Group: Ticket
SubGroup: Core::TicketACL
Valid: 0
Required: 0
Config-Setting:
$Self->{'Ticket::Acl::Module'}->{'1-Ticket::Acl::Module'} =  {
  'Module' => 'Kernel::System::Ticket::Acl::CloseParentAfterClosedChilds',
  'State' => [
    'closed successful',
    'closed unsuccessful'
  ]
};


TicketACL::Default::Action
Description Value
Description: Default ACL values for ticket actions.
Group: Ticket
SubGroup: Core::TicketACL
Valid: 1
Required: 1
Config-Setting:
$Self->{'TicketACL::Default::Action'} =  {};


Core::TicketBulkAction

Ticket::Frontend::BulkFeature
Description Value
Description: Enables ticket bulk action feature for the agent frontend to work on more than one ticket at a time.
Group: Ticket
SubGroup: Core::TicketBulkAction
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::BulkFeature'} =  '1';


Ticket::Frontend::BulkFeatureGroup
Description Value
Description: Enables ticket bulk action feature only for the listed groups.
Group: Ticket
SubGroup: Core::TicketBulkAction
Valid: 0
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::BulkFeatureGroup'} =  [
  'admin',
  'users'
];


Core::TicketFreeText

TicketFreeKey1
Description Value
Description: Defines the indicated free key field for tickets to add a new ticket attribute.
Group: Ticket
SubGroup: Core::TicketFreeText
Valid: 0
Required: 0
Config-Setting:
$Self->{'TicketFreeKey1'} =  {
  'Product' => 'Product'
};


TicketFreeKey1::DefaultSelection
Description Value
Description: Defines the default selection of the indicated free key field for tickets (if more than one option is provided).
Group: Ticket
SubGroup: Core::TicketFreeText
Valid: 0
Required: 0
Config-Setting:
$Self->{'TicketFreeKey1::DefaultSelection'} =  '';


TicketFreeText1
Description Value
Description: Defines the indicated free text field for tickets to add a new ticket attribute.
Group: Ticket
SubGroup: Core::TicketFreeText
Valid: 0
Required: 0
Config-Setting:
$Self->{'TicketFreeText1'} =  {
  '' => '-',
  'Notebook' => 'Notebook',
  'PC' => 'PC',
  'Phone' => 'Phone'
};


TicketFreeText1::DefaultSelection
Description Value
Description: Defines the default selection of the indicated free text field for tickets (if more than one option is provided).
Group: Ticket
SubGroup: Core::TicketFreeText
Valid: 0
Required: 0
Config-Setting:
$Self->{'TicketFreeText1::DefaultSelection'} =  'Notebook';



TicketFreeKey2
Description Value
Description: Defines the indicated free key field for tickets to add a new ticket attribute.
Group: Ticket
SubGroup: Core::TicketFreeText
Valid: 0
Required: 0
Config-Setting:
$Self->{'TicketFreeKey2'} =  {
  'Product' => 'Product'
};


TicketFreeKey2::DefaultSelection
Description Value
Description: Defines the default selection of the indicated free key field for tickets (if more than one option is provided).
Group: Ticket
SubGroup: Core::TicketFreeText
Valid: 0
Required: 0
Config-Setting:
$Self->{'TicketFreeKey2::DefaultSelection'} =  '';


TicketFreeText2
Description Value
Description: Defines the indicated free text field for tickets to add a new ticket attribute.
Group: Ticket
SubGroup: Core::TicketFreeText
Valid: 0
Required: 0
Config-Setting:
$Self->{'TicketFreeText2'} =  {
  '' => '-',
  'Notebook' => 'Notebook',
  'PC' => 'PC',
  'Phone' => 'Phone'
};


TicketFreeText2::DefaultSelection
Description Value
Description: Defines the default selection of the indicated free text field for tickets (if more than one option is provided).
Group: Ticket
SubGroup: Core::TicketFreeText
Valid: 0
Required: 0
Config-Setting:
$Self->{'TicketFreeText2::DefaultSelection'} =  'Notebook';



TicketFreeKey3
Description Value
Description: Defines the indicated free key field for tickets to add a new ticket attribute.
Group: Ticket
SubGroup: Core::TicketFreeText
Valid: 0
Required: 0
Config-Setting:
$Self->{'TicketFreeKey3'} =  {
  'Product' => 'Product'
};


TicketFreeKey3::DefaultSelection
Description Value
Description: Defines the default selection of the indicated free key field for tickets (if more than one option is provided).
Group: Ticket
SubGroup: Core::TicketFreeText
Valid: 0
Required: 0
Config-Setting:
$Self->{'TicketFreeKey3::DefaultSelection'} =  '';


TicketFreeText3
Description Value
Description: Defines the indicated free text field for ticket to add a new ticket attribute.
Group: Ticket
SubGroup: Core::TicketFreeText
Valid: 0
Required: 0
Config-Setting:
$Self->{'TicketFreeText3'} =  {
  '' => '-',
  'Notebook' => 'Notebook',
  'PC' => 'PC',
  'Phone' => 'Phone'
};


TicketFreeText3::DefaultSelection
Description Value
Description: Defines the default selection of the indicated free text field for tickets (if more than one option is provided).
Group: Ticket
SubGroup: Core::TicketFreeText
Valid: 0
Required: 0
Config-Setting:
$Self->{'TicketFreeText3::DefaultSelection'} =  'Notebook';



TicketFreeKey4
Description Value
Description: Defines the indicated free key field for tickets to add a new ticket attribute.
Group: Ticket
SubGroup: Core::TicketFreeText
Valid: 0
Required: 0
Config-Setting:
$Self->{'TicketFreeKey4'} =  {
  'Product' => 'Product'
};


TicketFreeKey4::DefaultSelection
Description Value
Description: Defines the default selection of the indicated free key field for tickets (if more than one option is provided).
Group: Ticket
SubGroup: Core::TicketFreeText
Valid: 0
Required: 0
Config-Setting:
$Self->{'TicketFreeKey4::DefaultSelection'} =  '';


TicketFreeText4
Description Value
Description: Defines the indicated free text field for tickets to add a new ticket attribute.
Group: Ticket
SubGroup: Core::TicketFreeText
Valid: 0
Required: 0
Config-Setting:
$Self->{'TicketFreeText4'} =  {
  '' => '-',
  'Notebook' => 'Notebook',
  'PC' => 'PC',
  'Phone' => 'Phone'
};


TicketFreeText4::DefaultSelection
Description Value
Description: Defines the default selection of the indicated free text field for tickets (if more than one option is provided).
Group: Ticket
SubGroup: Core::TicketFreeText
Valid: 0
Required: 0
Config-Setting:
$Self->{'TicketFreeText4::DefaultSelection'} =  'Notebook';



TicketFreeKey5
Description Value
Description: Defines the indicated free key field for tickets to add a new ticket attribute.
Group: Ticket
SubGroup: Core::TicketFreeText
Valid: 0
Required: 0
Config-Setting:
$Self->{'TicketFreeKey5'} =  {
  'Product' => 'Product'
};


TicketFreeKey5::DefaultSelection
Description Value
Description: Defines the default selection of the indicated free key field for tickets (if more than one option is provided).
Group: Ticket
SubGroup: Core::TicketFreeText
Valid: 0
Required: 0
Config-Setting:
$Self->{'TicketFreeKey5::DefaultSelection'} =  '';


TicketFreeText5
Description Value
Description: Defines the indicated free text field for tickets to add a new ticket attribute.
Group: Ticket
SubGroup: Core::TicketFreeText
Valid: 0
Required: 0
Config-Setting:
$Self->{'TicketFreeText5'} =  {
  '' => '-',
  'Notebook' => 'Notebook',
  'PC' => 'PC',
  'Phone' => 'Phone'
};


TicketFreeText5::DefaultSelection
Description Value
Description: Defines the default selection of the indicated free text field for tickets (if more than one option is provided).
Group: Ticket
SubGroup: Core::TicketFreeText
Valid: 0
Required: 0
Config-Setting:
$Self->{'TicketFreeText5::DefaultSelection'} =  'Notebook';



TicketFreeKey6
Description Value
Description: Defines the indicated free key field for tickets to add a new ticket attribute.
Group: Ticket
SubGroup: Core::TicketFreeText
Valid: 0
Required: 0
Config-Setting:
$Self->{'TicketFreeKey6'} =  {
  'Product' => 'Product'
};


TicketFreeKey6::DefaultSelection
Description Value
Description: Defines the default selection of the indicated free key field for tickets (if more than one option is provided).
Group: Ticket
SubGroup: Core::TicketFreeText
Valid: 0
Required: 0
Config-Setting:
$Self->{'TicketFreeKey6::DefaultSelection'} =  '';


TicketFreeText6
Description Value
Description: Defines the indicated free text field for tickets to add a new ticket attribute.
Group: Ticket
SubGroup: Core::TicketFreeText
Valid: 0
Required: 0
Config-Setting:
$Self->{'TicketFreeText6'} =  {
  '' => '-',
  'Notebook' => 'Notebook',
  'PC' => 'PC',
  'Phone' => 'Phone'
};


TicketFreeText6::DefaultSelection
Description Value
Description: Defines the default selection of the indicated free text field for tickets (if more than one option is provided).
Group: Ticket
SubGroup: Core::TicketFreeText
Valid: 0
Required: 0
Config-Setting:
$Self->{'TicketFreeText6::DefaultSelection'} =  'Notebook';



TicketFreeKey7
Description Value
Description: Defines the indicated free key field for tickets to add a new ticket attribute.
Group: Ticket
SubGroup: Core::TicketFreeText
Valid: 0
Required: 0
Config-Setting:
$Self->{'TicketFreeKey7'} =  {
  'Product' => 'Product'
};


TicketFreeKey7::DefaultSelection
Description Value
Description: Defines the default selection of the indicated free key field for tickets (if more than one option is provided).
Group: Ticket
SubGroup: Core::TicketFreeText
Valid: 0
Required: 0
Config-Setting:
$Self->{'TicketFreeKey7::DefaultSelection'} =  '';


TicketFreeText7
Description Value
Description: Defines the indicated free text field for tickets to add a new ticket attribute.
Group: Ticket
SubGroup: Core::TicketFreeText
Valid: 0
Required: 0
Config-Setting:
$Self->{'TicketFreeText7'} =  {
  '' => '-',
  'Notebook' => 'Notebook',
  'PC' => 'PC',
  'Phone' => 'Phone'
};


TicketFreeText7::DefaultSelection
Description Value
Description: Defines the default selection of the indicated free text field for tickets (if more than one option is provided).
Group: Ticket
SubGroup: Core::TicketFreeText
Valid: 0
Required: 0
Config-Setting:
$Self->{'TicketFreeText7::DefaultSelection'} =  'Notebook';



TicketFreeKey8
Description Value
Description: Defines the indicated free key field for tickets to add a new ticket attribute.
Group: Ticket
SubGroup: Core::TicketFreeText
Valid: 0
Required: 0
Config-Setting:
$Self->{'TicketFreeKey8'} =  {
  'Product' => 'Product'
};


TicketFreeKey8::DefaultSelection
Description Value
Description: Defines the default selection of the indicated free key field for tickets (if more than one option is provided).
Group: Ticket
SubGroup: Core::TicketFreeText
Valid: 0
Required: 0
Config-Setting:
$Self->{'TicketFreeKey8::DefaultSelection'} =  '';


TicketFreeText8
Description Value
Description: Defines the indicated free text field for tickets to add a new ticket attribute.
Group: Ticket
SubGroup: Core::TicketFreeText
Valid: 0
Required: 0
Config-Setting:
$Self->{'TicketFreeText8'} =  {
  '' => '-',
  'Notebook' => 'Notebook',
  'PC' => 'PC',
  'Phone' => 'Phone'
};


TicketFreeText8::DefaultSelection
Description Value
Description: Defines the default selection of the indicated free text field for tickets (if more than one option is provided).
Group: Ticket
SubGroup: Core::TicketFreeText
Valid: 0
Required: 0
Config-Setting:
$Self->{'TicketFreeText8::DefaultSelection'} =  'Notebook';



TicketFreeKey9
Description Value
Description: Defines the indicated free key field for tickets to add a new ticket attribute.
Group: Ticket
SubGroup: Core::TicketFreeText
Valid: 0
Required: 0
Config-Setting:
$Self->{'TicketFreeKey9'} =  {
  'Product' => 'Product'
};


TicketFreeKey9::DefaultSelection
Description Value
Description: Defines the default selection of the indicated free key field for tickets (if more than one option is provided).
Group: Ticket
SubGroup: Core::TicketFreeText
Valid: 0
Required: 0
Config-Setting:
$Self->{'TicketFreeKey9::DefaultSelection'} =  '';


TicketFreeText9
Description Value
Description: Defines the indicated free text field for tickets to add a new ticket attribute.
Group: Ticket
SubGroup: Core::TicketFreeText
Valid: 0
Required: 0
Config-Setting:
$Self->{'TicketFreeText9'} =  {
  '' => '-',
  'Notebook' => 'Notebook',
  'PC' => 'PC',
  'Phone' => 'Phone'
};


TicketFreeText9::DefaultSelection
Description Value
Description: Defines the default selection of the indicated free text field for tickets (if more than one option is provided).
Group: Ticket
SubGroup: Core::TicketFreeText
Valid: 0
Required: 0
Config-Setting:
$Self->{'TicketFreeText9::DefaultSelection'} =  'Notebook';



TicketFreeKey10
Description Value
Description: Defines the indicated free key field for tickets to add a new ticket attribute.
Group: Ticket
SubGroup: Core::TicketFreeText
Valid: 0
Required: 0
Config-Setting:
$Self->{'TicketFreeKey10'} =  {
  'Product' => 'Product'
};


TicketFreeKey10::DefaultSelection
Description Value
Description: Defines the default selection of the indicated free key field for tickets (if more than one option is provided).
Group: Ticket
SubGroup: Core::TicketFreeText
Valid: 0
Required: 0
Config-Setting:
$Self->{'TicketFreeKey10::DefaultSelection'} =  '';


TicketFreeText10
Description Value
Description: Defines the indicated free text field for tickets to add a new ticket attribute.
Group: Ticket
SubGroup: Core::TicketFreeText
Valid: 0
Required: 0
Config-Setting:
$Self->{'TicketFreeText10'} =  {
  '' => '-',
  'Notebook' => 'Notebook',
  'PC' => 'PC',
  'Phone' => 'Phone'
};


TicketFreeText10::DefaultSelection
Description Value
Description: Defines the default selection of the indicated free text field for tickets (if more than one option is provided).
Group: Ticket
SubGroup: Core::TicketFreeText
Valid: 0
Required: 0
Config-Setting:
$Self->{'TicketFreeText10::DefaultSelection'} =  'Notebook';



TicketFreeKey11
Description Value
Description: Defines the indicated free key field for tickets to add a new ticket attribute.
Group: Ticket
SubGroup: Core::TicketFreeText
Valid: 0
Required: 0
Config-Setting:
$Self->{'TicketFreeKey11'} =  {
  'Product' => 'Product'
};


TicketFreeKey11::DefaultSelection
Description Value
Description: Defines the default selection of the indicated free key field for tickets (if more than one option is provided).
Group: Ticket
SubGroup: Core::TicketFreeText
Valid: 0
Required: 0
Config-Setting:
$Self->{'TicketFreeKey11::DefaultSelection'} =  '';


TicketFreeText11
Description Value
Description: Defines the indicated free text field for tickets to add a new ticket attribute.
Group: Ticket
SubGroup: Core::TicketFreeText
Valid: 0
Required: 0
Config-Setting:
$Self->{'TicketFreeText11'} =  {
  '' => '-',
  'Notebook' => 'Notebook',
  'PC' => 'PC',
  'Phone' => 'Phone'
};


TicketFreeText11::DefaultSelection
Description Value
Description: Defines the default selection of the indicated free text field for tickets (if more than one option is provided).
Group: Ticket
SubGroup: Core::TicketFreeText
Valid: 0
Required: 0
Config-Setting:
$Self->{'TicketFreeText11::DefaultSelection'} =  'Notebook';



TicketFreeKey12
Description Value
Description: Defines the indicated free key field for tickets to add a new ticket attribute.
Group: Ticket
SubGroup: Core::TicketFreeText
Valid: 0
Required: 0
Config-Setting:
$Self->{'TicketFreeKey12'} =  {
  'Product' => 'Product'
};


TicketFreeKey12::DefaultSelection
Description Value
Description: Defines the default selection of the indicated free key field for tickets (if more than one option is provided).
Group: Ticket
SubGroup: Core::TicketFreeText
Valid: 0
Required: 0
Config-Setting:
$Self->{'TicketFreeKey12::DefaultSelection'} =  '';


TicketFreeText12
Description Value
Description: Defines the indicated free text field for tickets to add a new ticket attribute.
Group: Ticket
SubGroup: Core::TicketFreeText
Valid: 0
Required: 0
Config-Setting:
$Self->{'TicketFreeText12'} =  {
  '' => '-',
  'Notebook' => 'Notebook',
  'PC' => 'PC',
  'Phone' => 'Phone'
};


TicketFreeText12::DefaultSelection
Description Value
Description: Defines the default selection of the indicated free text field for tickets (if more than one option is provided).
Group: Ticket
SubGroup: Core::TicketFreeText
Valid: 0
Required: 0
Config-Setting:
$Self->{'TicketFreeText12::DefaultSelection'} =  'Notebook';



TicketFreeKey13
Description Value
Description: Defines the indicated free key field for tickets to add a new ticket attribute.
Group: Ticket
SubGroup: Core::TicketFreeText
Valid: 0
Required: 0
Config-Setting:
$Self->{'TicketFreeKey13'} =  {
  'Product' => 'Product'
};


TicketFreeKey13::DefaultSelection
Description Value
Description: Defines the default selection of the indicated free key field for tickets (if more than one option is provided).
Group: Ticket
SubGroup: Core::TicketFreeText
Valid: 0
Required: 0
Config-Setting:
$Self->{'TicketFreeKey13::DefaultSelection'} =  '';


TicketFreeText13
Description Value
Description: Defines the indicated free text field for tickets to add a new ticket attribute.
Group: Ticket
SubGroup: Core::TicketFreeText
Valid: 0
Required: 0
Config-Setting:
$Self->{'TicketFreeText13'} =  {
  '' => '-',
  'Notebook' => 'Notebook',
  'PC' => 'PC',
  'Phone' => 'Phone'
};


TicketFreeText13::DefaultSelection
Description Value
Description: Defines the default selection of the indicated free text field for tickets (if more than one option is provided).
Group: Ticket
SubGroup: Core::TicketFreeText
Valid: 0
Required: 0
Config-Setting:
$Self->{'TicketFreeText13::DefaultSelection'} =  'Notebook';



TicketFreeKey14
Description Value
Description: Defines the indicated free key field for tickets to add a new ticket attribute.
Group: Ticket
SubGroup: Core::TicketFreeText
Valid: 0
Required: 0
Config-Setting:
$Self->{'TicketFreeKey14'} =  {
  'Product' => 'Product'
};


TicketFreeKey14::DefaultSelection
Description Value
Description: Defines the default selection of the indicated free key field for tickets (if more than one option is provided).
Group: Ticket
SubGroup: Core::TicketFreeText
Valid: 0
Required: 0
Config-Setting:
$Self->{'TicketFreeKey14::DefaultSelection'} =  '';


TicketFreeText14
Description Value
Description: Defines the indicated free text field for tickets to add a new ticket attribute.
Group: Ticket
SubGroup: Core::TicketFreeText
Valid: 0
Required: 0
Config-Setting:
$Self->{'TicketFreeText14'} =  {
  '' => '-',
  'Notebook' => 'Notebook',
  'PC' => 'PC',
  'Phone' => 'Phone'
};


TicketFreeText14::DefaultSelection
Description Value
Description: Defines the default selection of the indicated free text field for tickets (if more than one option is provided).
Group: Ticket
SubGroup: Core::TicketFreeText
Valid: 0
Required: 0
Config-Setting:
$Self->{'TicketFreeText14::DefaultSelection'} =  'Notebook';



TicketFreeKey15
Description Value
Description: Defines the indicated free key field for tickets to add a new ticket attribute.
Group: Ticket
SubGroup: Core::TicketFreeText
Valid: 0
Required: 0
Config-Setting:
$Self->{'TicketFreeKey15'} =  {
  'Product' => 'Product'
};


TicketFreeKey15::DefaultSelection
Description Value
Description: Defines the default selection of the indicated free key field for tickets (if more than one option is provided).
Group: Ticket
SubGroup: Core::TicketFreeText
Valid: 0
Required: 0
Config-Setting:
$Self->{'TicketFreeKey15::DefaultSelection'} =  '';


TicketFreeText15
Description Value
Description: Defines the indicated free text field for tickets to add a new ticket attribute.
Group: Ticket
SubGroup: Core::TicketFreeText
Valid: 0
Required: 0
Config-Setting:
$Self->{'TicketFreeText15'} =  {
  '' => '-',
  'Notebook' => 'Notebook',
  'PC' => 'PC',
  'Phone' => 'Phone'
};


TicketFreeText15::DefaultSelection
Description Value
Description: Defines the default selection of the indicated free text field for tickets (if more than one option is provided).
Group: Ticket
SubGroup: Core::TicketFreeText
Valid: 0
Required: 0
Config-Setting:
$Self->{'TicketFreeText15::DefaultSelection'} =  'Notebook';



TicketFreeKey16
Description Value
Description: Defines the indicated free key field for tickets to add a new ticket attribute.
Group: Ticket
SubGroup: Core::TicketFreeText
Valid: 0
Required: 0
Config-Setting:
$Self->{'TicketFreeKey16'} =  {
  'Product' => 'Product'
};


TicketFreeKey16::DefaultSelection
Description Value
Description: Defines the default selection of the indicated free key field for tickets (if more than one option is provided).
Group: Ticket
SubGroup: Core::TicketFreeText
Valid: 0
Required: 0
Config-Setting:
$Self->{'TicketFreeKey16::DefaultSelection'} =  '';


TicketFreeText16
Description Value
Description: Defines the indicated free text field for tickets to add a new ticket attribute.
Group: Ticket
SubGroup: Core::TicketFreeText
Valid: 0
Required: 0
Config-Setting:
$Self->{'TicketFreeText16'} =  {
  '' => '-',
  'Notebook' => 'Notebook',
  'PC' => 'PC',
  'Phone' => 'Phone'
};


TicketFreeText16::DefaultSelection
Description Value
Description: Defines the default selection of the indicated free text field for tickets (if more than one option is provided).
Group: Ticket
SubGroup: Core::TicketFreeText
Valid: 0
Required: 0
Config-Setting:
$Self->{'TicketFreeText16::DefaultSelection'} =  'Notebook';



Core::TicketFreeTextDefault

Ticket::EventModulePost###TicketFreeFieldDefault
Description Value
Description: Event module registration. For more performance you can define a trigger event (e. g. Event => TicketCreate). This is only possible if all TicketFreeField elements need the same event.
Group: Ticket
SubGroup: Core::TicketFreeTextDefault
Valid: 0
Required: 0
Config-Setting:
$Self->{'Ticket::EventModulePost'}->{'TicketFreeFieldDefault'} =  {
  'Module' => 'Kernel::System::Ticket::Event::TicketFreeFieldDefault',
  'Transaction' => '1'
};


Ticket::TicketFreeFieldDefault###Element1
Description Value
Description:
Group: Ticket
SubGroup: Core::TicketFreeTextDefault
Valid: 0
Required: 0
Config-Setting:
$Self->{'Ticket::TicketFreeFieldDefault'}->{'Element1'} =  {
  'Counter' => '1',
  'Event' => 'TicketCreate',
  'Key' => 'TicketType',
  'Value' => 'Default'
};


Ticket::TicketFreeFieldDefault###Element2
Description Value
Description:
Group: Ticket
SubGroup: Core::TicketFreeTextDefault
Valid: 0
Required: 0
Config-Setting:
$Self->{'Ticket::TicketFreeFieldDefault'}->{'Element2'} =  {
  'Counter' => '',
  'Event' => '',
  'Key' => '',
  'Value' => ''
};


Ticket::TicketFreeFieldDefault###Element3
Description Value
Description:
Group: Ticket
SubGroup: Core::TicketFreeTextDefault
Valid: 0
Required: 0
Config-Setting:
$Self->{'Ticket::TicketFreeFieldDefault'}->{'Element3'} =  {
  'Counter' => '',
  'Event' => '',
  'Key' => '',
  'Value' => ''
};


Ticket::TicketFreeFieldDefault###Element4
Description Value
Description:
Group: Ticket
SubGroup: Core::TicketFreeTextDefault
Valid: 0
Required: 0
Config-Setting:
$Self->{'Ticket::TicketFreeFieldDefault'}->{'Element4'} =  {
  'Counter' => '',
  'Event' => '',
  'Key' => '',
  'Value' => ''
};


Ticket::TicketFreeFieldDefault###Element5
Description Value
Description:
Group: Ticket
SubGroup: Core::TicketFreeTextDefault
Valid: 0
Required: 0
Config-Setting:
$Self->{'Ticket::TicketFreeFieldDefault'}->{'Element5'} =  {
  'Counter' => '',
  'Event' => '',
  'Key' => '',
  'Value' => ''
};


Ticket::TicketFreeFieldDefault###Element6
Description Value
Description:
Group: Ticket
SubGroup: Core::TicketFreeTextDefault
Valid: 0
Required: 0
Config-Setting:
$Self->{'Ticket::TicketFreeFieldDefault'}->{'Element6'} =  {
  'Counter' => '',
  'Event' => '',
  'Key' => '',
  'Value' => ''
};


Ticket::TicketFreeFieldDefault###Element7
Description Value
Description:
Group: Ticket
SubGroup: Core::TicketFreeTextDefault
Valid: 0
Required: 0
Config-Setting:
$Self->{'Ticket::TicketFreeFieldDefault'}->{'Element7'} =  {
  'Counter' => '',
  'Event' => '',
  'Key' => '',
  'Value' => ''
};


Ticket::TicketFreeFieldDefault###Element8
Description Value
Description:
Group: Ticket
SubGroup: Core::TicketFreeTextDefault
Valid: 0
Required: 0
Config-Setting:
$Self->{'Ticket::TicketFreeFieldDefault'}->{'Element8'} =  {
  'Counter' => '',
  'Event' => '',
  'Key' => '',
  'Value' => ''
};


Ticket::TicketFreeFieldDefault###Element9
Description Value
Description:
Group: Ticket
SubGroup: Core::TicketFreeTextDefault
Valid: 0
Required: 0
Config-Setting:
$Self->{'Ticket::TicketFreeFieldDefault'}->{'Element9'} =  {
  'Counter' => '',
  'Event' => '',
  'Key' => '',
  'Value' => ''
};


Ticket::TicketFreeFieldDefault###Element10
Description Value
Description:
Group: Ticket
SubGroup: Core::TicketFreeTextDefault
Valid: 0
Required: 0
Config-Setting:
$Self->{'Ticket::TicketFreeFieldDefault'}->{'Element10'} =  {
  'Counter' => '',
  'Event' => '',
  'Key' => '',
  'Value' => ''
};


Ticket::TicketFreeFieldDefault###Element11
Description Value
Description:
Group: Ticket
SubGroup: Core::TicketFreeTextDefault
Valid: 0
Required: 0
Config-Setting:
$Self->{'Ticket::TicketFreeFieldDefault'}->{'Element11'} =  {
  'Counter' => '',
  'Event' => '',
  'Key' => '',
  'Value' => ''
};


Ticket::TicketFreeFieldDefault###Element12
Description Value
Description:
Group: Ticket
SubGroup: Core::TicketFreeTextDefault
Valid: 0
Required: 0
Config-Setting:
$Self->{'Ticket::TicketFreeFieldDefault'}->{'Element12'} =  {
  'Counter' => '',
  'Event' => '',
  'Key' => '',
  'Value' => ''
};


Ticket::TicketFreeFieldDefault###Element13
Description Value
Description:
Group: Ticket
SubGroup: Core::TicketFreeTextDefault
Valid: 0
Required: 0
Config-Setting:
$Self->{'Ticket::TicketFreeFieldDefault'}->{'Element13'} =  {
  'Counter' => '',
  'Event' => '',
  'Key' => '',
  'Value' => ''
};


Ticket::TicketFreeFieldDefault###Element14
Description Value
Description:
Group: Ticket
SubGroup: Core::TicketFreeTextDefault
Valid: 0
Required: 0
Config-Setting:
$Self->{'Ticket::TicketFreeFieldDefault'}->{'Element14'} =  {
  'Counter' => '',
  'Event' => '',
  'Key' => '',
  'Value' => ''
};


Ticket::TicketFreeFieldDefault###Element15
Description Value
Description:
Group: Ticket
SubGroup: Core::TicketFreeTextDefault
Valid: 0
Required: 0
Config-Setting:
$Self->{'Ticket::TicketFreeFieldDefault'}->{'Element15'} =  {
  'Counter' => '',
  'Event' => '',
  'Key' => '',
  'Value' => ''
};


Ticket::TicketFreeFieldDefault###Element16
Description Value
Description:
Group: Ticket
SubGroup: Core::TicketFreeTextDefault
Valid: 0
Required: 0
Config-Setting:
$Self->{'Ticket::TicketFreeFieldDefault'}->{'Element16'} =  {
  'Counter' => '',
  'Event' => '',
  'Key' => '',
  'Value' => ''
};


Core::TicketFreeTime

TicketFreeTimeKey1
Description Value
Description: Defines the free time key field number 1 for tickets.
Group: Ticket
SubGroup: Core::TicketFreeTime
Valid: 1
Required: 1
Config-Setting:
$Self->{'TicketFreeTimeKey1'} =  'Time1';


TicketFreeTimeOptional1
Description Value
Description: Defines whether the indicated free time field is optional or not.
Group: Ticket
SubGroup: Core::TicketFreeTime
Valid: 1
Required: 1
Config-Setting:
$Self->{'TicketFreeTimeOptional1'} =  '1';


TicketFreeTimeDiff1
Description Value
Description: Defines the difference from now (in seconds) of the indicated free time field's default value.
Group: Ticket
SubGroup: Core::TicketFreeTime
Valid: 0
Required: 0
Config-Setting:
$Self->{'TicketFreeTimeDiff1'} =  '0';


TicketFreeTimePeriod1
Description Value
Description: Defines the years (in future and in past) which can get selected in free time field number 1.
Group: Ticket
SubGroup: Core::TicketFreeTime
Valid: 0
Required: 0
Config-Setting:
$Self->{'TicketFreeTimePeriod1'} =  {
  'YearPeriodFuture' => '5',
  'YearPeriodPast' => '5'
};


TicketFreeTimeKey2
Description Value
Description: Defines the free time key field number 2 for tickets.
Group: Ticket
SubGroup: Core::TicketFreeTime
Valid: 1
Required: 1
Config-Setting:
$Self->{'TicketFreeTimeKey2'} =  'Time2';


TicketFreeTimeOptional2
Description Value
Description: Defines whether the indicated free time field is optional or not.
Group: Ticket
SubGroup: Core::TicketFreeTime
Valid: 1
Required: 1
Config-Setting:
$Self->{'TicketFreeTimeOptional2'} =  '1';


TicketFreeTimeDiff2
Description Value
Description: Defines the difference from now (in seconds) of the indicated free time field's default value.
Group: Ticket
SubGroup: Core::TicketFreeTime
Valid: 0
Required: 0
Config-Setting:
$Self->{'TicketFreeTimeDiff2'} =  '0';


TicketFreeTimePeriod2
Description Value
Description: Defines the years (in future and in past) which can get selected in free time field number 2.
Group: Ticket
SubGroup: Core::TicketFreeTime
Valid: 0
Required: 0
Config-Setting:
$Self->{'TicketFreeTimePeriod2'} =  {
  'YearPeriodFuture' => '5',
  'YearPeriodPast' => '5'
};


TicketFreeTimeKey3
Description Value
Description: Defines the free time key field number 3 for tickets.
Group: Ticket
SubGroup: Core::TicketFreeTime
Valid: 1
Required: 1
Config-Setting:
$Self->{'TicketFreeTimeKey3'} =  'Time3';


TicketFreeTimeOptional3
Description Value
Description: Defines whether the indicated free time field is optional or not.
Group: Ticket
SubGroup: Core::TicketFreeTime
Valid: 1
Required: 1
Config-Setting:
$Self->{'TicketFreeTimeOptional3'} =  '1';


TicketFreeTimeDiff3
Description Value
Description: Defines the difference from now (in seconds) of the indicated free time field's default value.
Group: Ticket
SubGroup: Core::TicketFreeTime
Valid: 0
Required: 0
Config-Setting:
$Self->{'TicketFreeTimeDiff3'} =  '0';


TicketFreeTimePeriod3
Description Value
Description: Defines the years (in future and in past) which can get selected in free time field number 3.
Group: Ticket
SubGroup: Core::TicketFreeTime
Valid: 0
Required: 0
Config-Setting:
$Self->{'TicketFreeTimePeriod3'} =  {
  'YearPeriodFuture' => '5',
  'YearPeriodPast' => '5'
};


TicketFreeTimeKey4
Description Value
Description: Defines the free time key field number 4 for tickets.
Group: Ticket
SubGroup: Core::TicketFreeTime
Valid: 1
Required: 1
Config-Setting:
$Self->{'TicketFreeTimeKey4'} =  'Time4';


TicketFreeTimeOptional4
Description Value
Description: Defines whether the indicated free time field is optional or not.
Group: Ticket
SubGroup: Core::TicketFreeTime
Valid: 1
Required: 1
Config-Setting:
$Self->{'TicketFreeTimeOptional4'} =  '1';


TicketFreeTimeDiff4
Description Value
Description: Defines the difference from now (in seconds) of the indicated free time field's default value.
Group: Ticket
SubGroup: Core::TicketFreeTime
Valid: 0
Required: 0
Config-Setting:
$Self->{'TicketFreeTimeDiff4'} =  '0';


TicketFreeTimePeriod4
Description Value
Description: Defines the years (in future and in past) which can get selected in free time field number 4.
Group: Ticket
SubGroup: Core::TicketFreeTime
Valid: 0
Required: 0
Config-Setting:
$Self->{'TicketFreeTimePeriod4'} =  {
  'YearPeriodFuture' => '5',
  'YearPeriodPast' => '5'
};


TicketFreeTimeKey5
Description Value
Description: Defines the free time key field number 5 for tickets.
Group: Ticket
SubGroup: Core::TicketFreeTime
Valid: 1
Required: 1
Config-Setting:
$Self->{'TicketFreeTimeKey5'} =  'Time5';


TicketFreeTimeOptional5
Description Value
Description: Defines whether the indicated free time field is optional or not.
Group: Ticket
SubGroup: Core::TicketFreeTime
Valid: 1
Required: 1
Config-Setting:
$Self->{'TicketFreeTimeOptional5'} =  '1';


TicketFreeTimeDiff5
Description Value
Description: Defines the difference from now (in seconds) of the indicated free time field's default value.
Group: Ticket
SubGroup: Core::TicketFreeTime
Valid: 0
Required: 0
Config-Setting:
$Self->{'TicketFreeTimeDiff5'} =  '0';


TicketFreeTimePeriod5
Description Value
Description: Defines the years (in future and in past) which can get selected in free time field number 5.
Group: Ticket
SubGroup: Core::TicketFreeTime
Valid: 0
Required: 0
Config-Setting:
$Self->{'TicketFreeTimePeriod5'} =  {
  'YearPeriodFuture' => '5',
  'YearPeriodPast' => '5'
};


TicketFreeTimeKey6
Description Value
Description: Defines the free time key field number 6 for tickets.
Group: Ticket
SubGroup: Core::TicketFreeTime
Valid: 1
Required: 1
Config-Setting:
$Self->{'TicketFreeTimeKey6'} =  'Time6';


TicketFreeTimeOptional6
Description Value
Description: Defines whether the indicated free time field is optional or not.
Group: Ticket
SubGroup: Core::TicketFreeTime
Valid: 1
Required: 1
Config-Setting:
$Self->{'TicketFreeTimeOptional6'} =  '1';


TicketFreeTimeDiff6
Description Value
Description: Defines the difference from now (in seconds) of the indicated free time field's default value.
Group: Ticket
SubGroup: Core::TicketFreeTime
Valid: 0
Required: 0
Config-Setting:
$Self->{'TicketFreeTimeDiff6'} =  '0';


TicketFreeTimePeriod6
Description Value
Description: Defines the years (in future and in past) which can get selected in free time field number 6.
Group: Ticket
SubGroup: Core::TicketFreeTime
Valid: 0
Required: 0
Config-Setting:
$Self->{'TicketFreeTimePeriod6'} =  {
  'YearPeriodFuture' => '5',
  'YearPeriodPast' => '5'
};


Core::TicketWatcher

Ticket::Watcher
Description Value
Description: Enables or disables the ticket watcher feature, to keep track of tickets without being the owner nor the responsible.
Group: Ticket
SubGroup: Core::TicketWatcher
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Watcher'} =  '0';


Ticket::WatcherGroup
Description Value
Description: Enables ticket watcher feature only for the listed groups.
Group: Ticket
SubGroup: Core::TicketWatcher
Valid: 0
Required: 0
Config-Setting:
$Self->{'Ticket::WatcherGroup'} =  [
  'admin',
  'users'
];


Frontend::Admin::ModuleRegistration

Frontend::Module###AdminQueue
Description Value
Description: Frontend module registration for the agent interface.
Group: Ticket
SubGroup: Frontend::Admin::ModuleRegistration
Valid: 1
Required: 0
Config-Setting:
$Self->{'Frontend::Module'}->{'AdminQueue'} =  {
  'Description' => 'Admin',
  'Group' => [
    'admin'
  ],
  'NavBarModule' => {
    'Block' => 'Queue',
    'Description' => 'Create and manage queues.',
    'Module' => 'Kernel::Output::HTML::NavBarModuleAdmin',
    'Name' => 'Queues',
    'Prio' => '100'
  },
  'NavBarName' => 'Admin',
  'Title' => 'Queues'
};


Frontend::Module###AdminResponse
Description Value
Description: Frontend module registration for the agent interface.
Group: Ticket
SubGroup: Frontend::Admin::ModuleRegistration
Valid: 1
Required: 0
Config-Setting:
$Self->{'Frontend::Module'}->{'AdminResponse'} =  {
  'Description' => 'Admin',
  'Group' => [
    'admin'
  ],
  'NavBarModule' => {
    'Block' => 'Queue',
    'Description' => 'Create and manage response templates.',
    'Module' => 'Kernel::Output::HTML::NavBarModuleAdmin',
    'Name' => 'Responses',
    'Prio' => '200'
  },
  'NavBarName' => 'Admin',
  'Title' => 'Responses'
};


Frontend::Module###AdminQueueResponses
Description Value
Description: Frontend module registration for the agent interface.
Group: Ticket
SubGroup: Frontend::Admin::ModuleRegistration
Valid: 1
Required: 0
Config-Setting:
$Self->{'Frontend::Module'}->{'AdminQueueResponses'} =  {
  'Description' => 'Admin',
  'Group' => [
    'admin'
  ],
  'NavBarModule' => {
    'Block' => 'Queue',
    'Description' => 'Link responses to queues.',
    'Module' => 'Kernel::Output::HTML::NavBarModuleAdmin',
    'Name' => 'Responses <-> Queues',
    'Prio' => '300'
  },
  'NavBarName' => 'Admin',
  'Title' => 'Responses <-> Queues'
};


Frontend::Module###AdminAutoResponse
Description Value
Description: Frontend module registration for the agent interface.
Group: Ticket
SubGroup: Frontend::Admin::ModuleRegistration
Valid: 1
Required: 0
Config-Setting:
$Self->{'Frontend::Module'}->{'AdminAutoResponse'} =  {
  'Description' => 'Admin',
  'Group' => [
    'admin'
  ],
  'NavBarModule' => {
    'Block' => 'Queue',
    'Description' => 'Create and manage responses that are automatically sent.',
    'Module' => 'Kernel::Output::HTML::NavBarModuleAdmin',
    'Name' => 'Auto Responses',
    'Prio' => '400'
  },
  'NavBarName' => 'Admin',
  'Title' => 'Auto Responses'
};


Frontend::Module###AdminQueueAutoResponse
Description Value
Description: Frontend module registration for the agent interface.
Group: Ticket
SubGroup: Frontend::Admin::ModuleRegistration
Valid: 1
Required: 0
Config-Setting:
$Self->{'Frontend::Module'}->{'AdminQueueAutoResponse'} =  {
  'Description' => 'Admin',
  'Group' => [
    'admin'
  ],
  'NavBarModule' => {
    'Block' => 'Queue',
    'Description' => 'Link queues to auto responses.',
    'Module' => 'Kernel::Output::HTML::NavBarModuleAdmin',
    'Name' => 'Auto Responses <-> Queues',
    'Prio' => '500'
  },
  'NavBarName' => 'Admin',
  'Title' => 'Auto Responses <-> Queues'
};


Frontend::Module###AdminAttachment
Description Value
Description: Frontend module registration for the agent interface.
Group: Ticket
SubGroup: Frontend::Admin::ModuleRegistration
Valid: 1
Required: 0
Config-Setting:
$Self->{'Frontend::Module'}->{'AdminAttachment'} =  {
  'Description' => 'Admin',
  'Group' => [
    'admin'
  ],
  'NavBarModule' => {
    'Block' => 'Queue',
    'Description' => 'Create and manage attachments.',
    'Module' => 'Kernel::Output::HTML::NavBarModuleAdmin',
    'Name' => 'Attachments',
    'Prio' => '600'
  },
  'NavBarName' => 'Admin',
  'Title' => 'Attachments'
};


Frontend::Module###AdminResponseAttachment
Description Value
Description: Frontend module registration for the agent interface.
Group: Ticket
SubGroup: Frontend::Admin::ModuleRegistration
Valid: 1
Required: 0
Config-Setting:
$Self->{'Frontend::Module'}->{'AdminResponseAttachment'} =  {
  'Description' => 'Admin',
  'Group' => [
    'admin'
  ],
  'NavBarModule' => {
    'Block' => 'Queue',
    'Description' => 'Link attachments to responses templates.',
    'Module' => 'Kernel::Output::HTML::NavBarModuleAdmin',
    'Name' => 'Attachments <-> Responses',
    'Prio' => '700'
  },
  'NavBarName' => 'Admin',
  'Title' => 'Attachments <-> Responses'
};


Frontend::Module###AdminSalutation
Description Value
Description: Frontend module registration for the agent interface.
Group: Ticket
SubGroup: Frontend::Admin::ModuleRegistration
Valid: 1
Required: 0
Config-Setting:
$Self->{'Frontend::Module'}->{'AdminSalutation'} =  {
  'Description' => 'Admin',
  'Group' => [
    'admin'
  ],
  'NavBarModule' => {
    'Block' => 'Queue',
    'Description' => 'Create and manage salutations.',
    'Module' => 'Kernel::Output::HTML::NavBarModuleAdmin',
    'Name' => 'Salutations',
    'Prio' => '800'
  },
  'NavBarName' => 'Admin',
  'Title' => 'Salutations'
};


Frontend::Module###AdminSignature
Description Value
Description: Frontend module registration for the agent interface.
Group: Ticket
SubGroup: Frontend::Admin::ModuleRegistration
Valid: 1
Required: 0
Config-Setting:
$Self->{'Frontend::Module'}->{'AdminSignature'} =  {
  'Description' => 'Admin',
  'Group' => [
    'admin'
  ],
  'NavBarModule' => {
    'Block' => 'Queue',
    'Description' => 'Create and manage signatures.',
    'Module' => 'Kernel::Output::HTML::NavBarModuleAdmin',
    'Name' => 'Signatures',
    'Prio' => '900'
  },
  'NavBarName' => 'Admin',
  'Title' => 'Signatures'
};


Frontend::Module###AdminSystemAddress
Description Value
Description: Frontend module registration for the agent interface.
Group: Ticket
SubGroup: Frontend::Admin::ModuleRegistration
Valid: 1
Required: 0
Config-Setting:
$Self->{'Frontend::Module'}->{'AdminSystemAddress'} =  {
  'Description' => 'Admin',
  'Group' => [
    'admin'
  ],
  'NavBarModule' => {
    'Block' => 'Email',
    'Description' => 'Set sender email addresses for this system.',
    'Module' => 'Kernel::Output::HTML::NavBarModuleAdmin',
    'Name' => 'Email Addresses',
    'Prio' => '300'
  },
  'NavBarName' => 'Admin',
  'Title' => 'Email Addresses'
};


Frontend::Module###AdminNotification
Description Value
Description: Frontend module registration for the agent interface.
Group: Ticket
SubGroup: Frontend::Admin::ModuleRegistration
Valid: 1
Required: 0
Config-Setting:
$Self->{'Frontend::Module'}->{'AdminNotification'} =  {
  'Description' => 'Admin',
  'Group' => [
    'admin'
  ],
  'NavBarModule' => {
    'Block' => 'Ticket',
    'Description' => 'Create and manage notifications that are sent to agents.',
    'Module' => 'Kernel::Output::HTML::NavBarModuleAdmin',
    'Name' => 'Agent Notifications',
    'Prio' => '400'
  },
  'NavBarName' => 'Admin',
  'Title' => 'Agent Notifications'
};


Frontend::Module###AdminNotificationEvent
Description Value
Description: Frontend module registration for the agent interface.
Group: Ticket
SubGroup: Frontend::Admin::ModuleRegistration
Valid: 1
Required: 0
Config-Setting:
$Self->{'Frontend::Module'}->{'AdminNotificationEvent'} =  {
  'Description' => 'Admin',
  'Group' => [
    'admin'
  ],
  'NavBarModule' => {
    'Block' => 'Ticket',
    'Description' => 'Create and manage event based notifications.',
    'Module' => 'Kernel::Output::HTML::NavBarModuleAdmin',
    'Name' => 'Notifications (Event)',
    'Prio' => '400'
  },
  'NavBarName' => 'Admin',
  'Title' => 'Notifications (Event)'
};


Frontend::Module###AdminService
Description Value
Description: Frontend module registration for the agent interface.
Group: Ticket
SubGroup: Frontend::Admin::ModuleRegistration
Valid: 1
Required: 0
Config-Setting:
$Self->{'Frontend::Module'}->{'AdminService'} =  {
  'Description' => 'Admin',
  'Group' => [
    'admin'
  ],
  'NavBarModule' => {
    'Block' => 'Ticket',
    'Description' => 'Create and manage services.',
    'Module' => 'Kernel::Output::HTML::NavBarModuleAdmin',
    'Name' => 'Services',
    'Prio' => '900'
  },
  'NavBarName' => 'Admin',
  'Title' => 'Services'
};


Frontend::Module###AdminSLA
Description Value
Description: Frontend module registration for the agent interface.
Group: Ticket
SubGroup: Frontend::Admin::ModuleRegistration
Valid: 1
Required: 0
Config-Setting:
$Self->{'Frontend::Module'}->{'AdminSLA'} =  {
  'Description' => 'Admin',
  'Group' => [
    'admin'
  ],
  'NavBarModule' => {
    'Block' => 'Ticket',
    'Description' => 'Create and manage Service Level Agreements (SLAs).',
    'Module' => 'Kernel::Output::HTML::NavBarModuleAdmin',
    'Name' => 'Service Level Agreements',
    'Prio' => '1000'
  },
  'NavBarName' => 'Admin',
  'Title' => 'Service Level Agreements'
};


Frontend::Module###AdminType
Description Value
Description: Frontend module registration for the agent interface.
Group: Ticket
SubGroup: Frontend::Admin::ModuleRegistration
Valid: 1
Required: 0
Config-Setting:
$Self->{'Frontend::Module'}->{'AdminType'} =  {
  'Description' => 'Admin',
  'Group' => [
    'admin'
  ],
  'NavBarModule' => {
    'Block' => 'Ticket',
    'Description' => 'Create and manage ticket types.',
    'Module' => 'Kernel::Output::HTML::NavBarModuleAdmin',
    'Name' => 'Types',
    'Prio' => '700'
  },
  'NavBarName' => 'Admin',
  'Title' => 'Types'
};


Frontend::Module###AdminState
Description Value
Description: Frontend module registration for the agent interface.
Group: Ticket
SubGroup: Frontend::Admin::ModuleRegistration
Valid: 1
Required: 0
Config-Setting:
$Self->{'Frontend::Module'}->{'AdminState'} =  {
  'Description' => 'Admin',
  'Group' => [
    'admin'
  ],
  'NavBarModule' => {
    'Block' => 'Ticket',
    'Description' => 'Create and manage ticket states.',
    'Module' => 'Kernel::Output::HTML::NavBarModuleAdmin',
    'Name' => 'States',
    'Prio' => '800'
  },
  'NavBarName' => 'Admin',
  'Title' => 'States'
};


Frontend::Module###AdminPriority
Description Value
Description: Frontend module registration for the agent interface.
Group: Ticket
SubGroup: Frontend::Admin::ModuleRegistration
Valid: 1
Required: 0
Config-Setting:
$Self->{'Frontend::Module'}->{'AdminPriority'} =  {
  'Description' => 'Admin',
  'Group' => [
    'admin'
  ],
  'NavBarModule' => {
    'Block' => 'Ticket',
    'Description' => 'Create and manage ticket priorities.',
    'Module' => 'Kernel::Output::HTML::NavBarModuleAdmin',
    'Name' => 'Priorities',
    'Prio' => '850'
  },
  'NavBarName' => 'Admin',
  'Title' => 'Priorities'
};


Frontend::Module###AdminGenericAgent
Description Value
Description: Frontend module registration for the agent interface.
Group: Ticket
SubGroup: Frontend::Admin::ModuleRegistration
Valid: 1
Required: 0
Config-Setting:
$Self->{'Frontend::Module'}->{'AdminGenericAgent'} =  {
  'Description' => 'Admin',
  'Group' => [
    'admin'
  ],
  'NavBarModule' => {
    'Block' => 'System',
    'Description' => 'Manage periodic tasks.',
    'Module' => 'Kernel::Output::HTML::NavBarModuleAdmin',
    'Name' => 'GenericAgent',
    'Prio' => '300'
  },
  'NavBarName' => 'Admin',
  'Title' => 'GenericAgent'
};


Frontend::Agent

Ticket::Frontend::PendingDiffTime
Description Value
Description: Time in seconds that gets added to the actual time if setting a pending-state (default: 86400 = 1 day).
Group: Ticket
SubGroup: Frontend::Agent
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::PendingDiffTime'} =  '86400';


Ticket::Frontend::ListType
Description Value
Description: Shows existing parent/child queue lists in the system in the form of a tree or a list.
Group: Ticket
SubGroup: Frontend::Agent
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::ListType'} =  'tree';


Ticket::Frontend::TextAreaEmail
Description Value
Description: Permitted width for compose email windows.
Group: Ticket
SubGroup: Frontend::Agent
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::TextAreaEmail'} =  '82';


Ticket::Frontend::TextAreaNote
Description Value
Description: Permitted width for compose note windows.
Group: Ticket
SubGroup: Frontend::Agent
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::TextAreaNote'} =  '78';


Ticket::Frontend::CustomerInfoCompose
Description Value
Description: Shows the customer user information (phone and email) in the compose screen.
Group: Ticket
SubGroup: Frontend::Agent
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::CustomerInfoCompose'} =  '1';


Ticket::Frontend::CustomerInfoComposeMaxSize
Description Value
Description: Max size (in characters) of the customer information table (phone and email) in the compose screen.
Group: Ticket
SubGroup: Frontend::Agent
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::CustomerInfoComposeMaxSize'} =  '22';


Ticket::Frontend::CustomerInfoZoom
Description Value
Description: Shows the customer user's info in the ticket zoom view.
Group: Ticket
SubGroup: Frontend::Agent
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::CustomerInfoZoom'} =  '1';


Ticket::Frontend::CustomerInfoZoomMaxSize
Description Value
Description: Maximum size (in characters) of the customer information table in the ticket zoom view.
Group: Ticket
SubGroup: Frontend::Agent
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::CustomerInfoZoomMaxSize'} =  '22';


Ticket::Frontend::CustomerInfoQueueMaxSize
Description Value
Description: Maximum size (in characters) of the customer info table in the queue view.
Group: Ticket
SubGroup: Frontend::Agent
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::CustomerInfoQueueMaxSize'} =  '18';


Ticket::Frontend::AccountTime
Description Value
Description: Activates time accounting.
Group: Ticket
SubGroup: Frontend::Agent
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::AccountTime'} =  '1';


Ticket::Frontend::TimeUnits
Description Value
Description: Sets the prefered time units (e.g. work units, hours, minutes).
Group: Ticket
SubGroup: Frontend::Agent
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::TimeUnits'} =  ' (work units)';


Ticket::Frontend::NeedAccountedTime
Description Value
Description: Defines if time accounting is mandatory in the agent interface.
Group: Ticket
SubGroup: Frontend::Agent
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::NeedAccountedTime'} =  '0';


Ticket::Frontend::BulkAccountedTime
Description Value
Description: Defines if time accounting must be set to all tickets in bulk action.
Group: Ticket
SubGroup: Frontend::Agent
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::BulkAccountedTime'} =  '1';


Ticket::Frontend::NeedSpellCheck
Description Value
Description: Defines if composed messages have to be spell checked in the agent interface.
Group: Ticket
SubGroup: Frontend::Agent
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::NeedSpellCheck'} =  '0';


Ticket::Frontend::NewOwnerSelection
Description Value
Description: Shows an owner selection in phone and email tickets in the agent interface.
Group: Ticket
SubGroup: Frontend::Agent
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::NewOwnerSelection'} =  '1';


Ticket::Frontend::NewResponsibleSelection
Description Value
Description: Show a responsible selection in phone and email tickets in the agent interface.
Group: Ticket
SubGroup: Frontend::Agent
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::NewResponsibleSelection'} =  '1';


Ticket::Frontend::NewQueueSelectionType
Description Value
Description: Defines the receipent target of the phone ticket and the sender of the email ticket ("Queue" shows all queues, "SystemAddress" displays all system addresses) in the agent interface.
Group: Ticket
SubGroup: Frontend::Agent
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::NewQueueSelectionType'} =  'Queue';


Ticket::Frontend::NewQueueSelectionString
Description Value
Description: Determines the strings that will be shown as receipent (To:) of the phone ticket and as sender (From:) of the email ticket in the agent interface. For Queue as NewQueueSelectionType "<Queue>" shows the names of the queues and for SystemAddress "<Realname> <<Email>>" shows the name and email of the receipent.
Group: Ticket
SubGroup: Frontend::Agent
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::NewQueueSelectionString'} =  '<Queue>';


Ticket::Frontend::NewQueueOwnSelection
Description Value
Description: Determines which options will be valid of the recepient (phone ticket) and the sender (email ticket) in the agent interface.
Group: Ticket
SubGroup: Frontend::Agent
Valid: 0
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::NewQueueOwnSelection'} =  {
  '1' => 'First Queue!',
  '2' => 'Second Queue!'
};


Ticket::Frontend::ShowCustomerTickets
Description Value
Description: Shows customer history tickets in AgentTicketPhone, AgentTicketEmail and AgentTicketCustomer.
Group: Ticket
SubGroup: Frontend::Agent
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::ShowCustomerTickets'} =  '1';


NewTicketInNewWindow::Enabled
Description Value
Description: If enabled, TicketPhone and TicketEmail will be open in new windows.
Group: Ticket
SubGroup: Frontend::Agent
Valid: 1
Required: 1
Config-Setting:
$Self->{'NewTicketInNewWindow::Enabled'} =  '0';



CustomerDBLinkTarget
Description Value
Description: Defines the target attribute in the link to external customer database. E.g. 'target="cdb"'.
Group: Ticket
SubGroup: Frontend::Agent
Valid: 1
Required: 1
Config-Setting:
$Self->{'CustomerDBLinkTarget'} =  '';


Frontend::CommonObject###QueueObject
Description Value
Description: Path of the file that stores all the settings for the QueueObject object for the agent interface.
Group: Ticket
SubGroup: Frontend::Agent
Valid: 1
Required: 1
Config-Setting:
$Self->{'Frontend::CommonObject'}->{'QueueObject'} =  'Kernel::System::Queue';


Frontend::CommonObject###TicketObject
Description Value
Description: Path of the file that stores all the settings for the TicketObject for the agent interface.
Group: Ticket
SubGroup: Frontend::Agent
Valid: 1
Required: 1
Config-Setting:
$Self->{'Frontend::CommonObject'}->{'TicketObject'} =  'Kernel::System::Ticket';


Frontend::CommonParam###Action
Description Value
Description: Defines the default used Frontend-Module if no Action parameter given in the url on the agent interface.
Group: Ticket
SubGroup: Frontend::Agent
Valid: 1
Required: 1
Config-Setting:
$Self->{'Frontend::CommonParam'}->{'Action'} =  'AgentDashboard';


Frontend::CommonParam###QueueID
Description Value
Description: Default queue ID used by the system in the agent interface.
Group: Ticket
SubGroup: Frontend::Agent
Valid: 1
Required: 1
Config-Setting:
$Self->{'Frontend::CommonParam'}->{'QueueID'} =  '0';


Frontend::CommonParam###TicketID
Description Value
Description: Default ticket ID used by the system in the agent interface.
Group: Ticket
SubGroup: Frontend::Agent
Valid: 1
Required: 1
Config-Setting:
$Self->{'Frontend::CommonParam'}->{'TicketID'} =  '';


Frontend::Agent::CustomerSearch

Ticket::Frontend::CustomerSearchAutoComplete###Active
Description Value
Description: Enables or disables the autocomplete feature for the customer search in the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::CustomerSearch
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::CustomerSearchAutoComplete'}->{'Active'} =  '1';


Ticket::Frontend::CustomerSearchAutoComplete###MinQueryLength
Description Value
Description: Sets the minimum number of characters before autocomplete query is sent.
Group: Ticket
SubGroup: Frontend::Agent::CustomerSearch
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::CustomerSearchAutoComplete'}->{'MinQueryLength'} =  '2';


Ticket::Frontend::CustomerSearchAutoComplete###QueryDelay
Description Value
Description: Delay time between autocomplete queries.
Group: Ticket
SubGroup: Frontend::Agent::CustomerSearch
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::CustomerSearchAutoComplete'}->{'QueryDelay'} =  '0.1';


Ticket::Frontend::CustomerSearchAutoComplete###TypeAhead
Description Value
Description: Activates TypeAhead for the autocomplete feature, that enables users to type in whatever speed they desire, without losing any information. Often this means that keystrokes entered will not be displayed on the screen immediately.
Group: Ticket
SubGroup: Frontend::Agent::CustomerSearch
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::CustomerSearchAutoComplete'}->{'TypeAhead'} =  'false';


Ticket::Frontend::CustomerSearchAutoComplete###MaxResultsDisplayed
Description Value
Description: Sets the number of search results to be displayed for the autocomplete feature.
Group: Ticket
SubGroup: Frontend::Agent::CustomerSearch
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::CustomerSearchAutoComplete'}->{'MaxResultsDisplayed'} =  '20';


Ticket::Frontend::CustomerSearchAutoComplete::DynamicWidth
Description Value
Description: Determines if the search results container for the autocomplete feature should adjust its width dynamically.
Group: Ticket
SubGroup: Frontend::Agent::CustomerSearch
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::CustomerSearchAutoComplete::DynamicWidth'} =  '1';


Frontend::Agent::Dashboard

DashboardBackend###0100-TicketPendingReminder
Description Value
Description: Parameters for the dashboard backend of the ticket pending reminder overview of the agent interface . "Limit" is the number of entries shown by default. "Group" is used to restrict the access to the plugin (e. g. Group: admin;group1;group2;). "Default" determines if the plugin is enabled by default or if the user needs to enable it manually. "CacheTTLLocal" is the cache time in minutes for the plugin.
Group: Ticket
SubGroup: Frontend::Agent::Dashboard
Valid: 1
Required: 0
Config-Setting:
$Self->{'DashboardBackend'}->{'0100-TicketPendingReminder'} =  {
  'Attributes' => 'TicketPendingTimeOlderMinutes=1;StateType=pending reminder;SortBy=PendingTime;OrderBy=Down;',
  'Block' => 'ContentLarge',
  'CacheTTLLocal' => '0.5',
  'Default' => '1',
  'Description' => 'All tickets with a reminder set where the reminder date has been reached',
  'Filter' => 'Locked',
  'Group' => '',
  'Limit' => '10',
  'Module' => 'Kernel::Output::HTML::DashboardTicketGeneric',
  'Permission' => 'rw',
  'Time' => 'UntilTime',
  'Title' => 'Reminder Tickets'
};


DashboardBackend###0110-TicketEscalation
Description Value
Description: Parameters for the dashboard backend of the ticket escalation overview of the agent interface . "Limit" is the number of entries shown by default. "Group" is used to restrict the access to the plugin (e. g. Group: admin;group1;group2;). "Default" determines if the plugin is enabled by default or if the user needs to enable it manually. "CacheTTLLocal" is the cache time in minutes for the plugin.
Group: Ticket
SubGroup: Frontend::Agent::Dashboard
Valid: 1
Required: 0
Config-Setting:
$Self->{'DashboardBackend'}->{'0110-TicketEscalation'} =  {
  'Attributes' => 'TicketEscalationTimeOlderMinutes=1;SortBy=EscalationTime;OrderBy=Down;',
  'Block' => 'ContentLarge',
  'CacheTTLLocal' => '0.5',
  'Default' => '1',
  'Description' => 'All escalated tickets',
  'Filter' => 'All',
  'Group' => '',
  'Limit' => '10',
  'Module' => 'Kernel::Output::HTML::DashboardTicketGeneric',
  'Permission' => 'rw',
  'Time' => 'EscalationTime',
  'Title' => 'Escalated Tickets'
};


DashboardBackend###0120-TicketNew
Description Value
Description: Parameters for the dashboard backend of the new tickets overview of the agent interface. "Limit" is the number of entries shown by default. "Group" is used to restrict the access to the plugin (e. g. Group: admin;group1;group2;). "Default" determines if the plugin is enabled by default or if the user needs to enable it manually. "CacheTTLLocal" is the cache time in minutes for the plugin.
Group: Ticket
SubGroup: Frontend::Agent::Dashboard
Valid: 1
Required: 0
Config-Setting:
$Self->{'DashboardBackend'}->{'0120-TicketNew'} =  {
  'Attributes' => 'StateType=new;',
  'Block' => 'ContentLarge',
  'CacheTTLLocal' => '0.5',
  'Default' => '1',
  'Description' => 'All new tickets, these tickets have not been worked on yet',
  'Filter' => 'All',
  'Group' => '',
  'Limit' => '10',
  'Module' => 'Kernel::Output::HTML::DashboardTicketGeneric',
  'Permission' => 'rw',
  'Time' => 'Age',
  'Title' => 'New Tickets'
};


DashboardBackend###0130-TicketOpen
Description Value
Description: Parameters for the dashboard backend of the ticket pending reminder overview of the agent interface. "Limit" is the number of entries shown by default. "Group" is used to restrict the access to the plugin (e. g. Group: admin;group1;group2;). "Default" determines if the plugin is enabled by default or if the user needs to enable it manually. "CacheTTLLocal" is the cache time in minutes for the plugin.
Group: Ticket
SubGroup: Frontend::Agent::Dashboard
Valid: 1
Required: 0
Config-Setting:
$Self->{'DashboardBackend'}->{'0130-TicketOpen'} =  {
  'Attributes' => 'StateType=open;',
  'Block' => 'ContentLarge',
  'CacheTTLLocal' => '0.5',
  'Default' => '1',
  'Description' => 'All open tickets, these tickets have already been worked on, but need a response',
  'Filter' => 'All',
  'Group' => '',
  'Limit' => '10',
  'Module' => 'Kernel::Output::HTML::DashboardTicketGeneric',
  'Permission' => 'rw',
  'Time' => 'Age',
  'Title' => 'Open Tickets / Need to be answered'
};


DashboardBackend###0250-TicketStats
Description Value
Description: Parameters for the dashboard backend of the ticket stats of the agent interface. "Limit" is the number of entries shown by default. "Group" is used to restrict the access to the plugin (e. g. Group: admin;group1;group2;). "Default" determines if the plugin is enabled by default or if the user needs to enable it manually. "CacheTTLLocal" is the cache time in minutes for the plugin.
Group: Ticket
SubGroup: Frontend::Agent::Dashboard
Valid: 1
Required: 0
Config-Setting:
$Self->{'DashboardBackend'}->{'0250-TicketStats'} =  {
  'Block' => 'ContentSmall',
  'CacheTTL' => '30',
  'Closed' => '1',
  'Created' => '1',
  'Default' => '1',
  'Group' => '',
  'Module' => 'Kernel::Output::HTML::DashboardTicketStatsGeneric',
  'Permission' => 'rw',
  'Title' => '7 Day Stats'
};


DashboardBackend###0260-TicketCalendar
Description Value
Description: Parameters for the dashboard backend of the ticket calendar of the agent interface. "Limit" is the number of entries shown by default. "Group" is used to restrict the access to the plugin (e. g. Group: admin;group1;group2;). "Default" determines if the plugin is enabled by default or if the user needs to enable it manually. "CacheTTLLocal" is the cache time in minutes for the plugin.
Group: Ticket
SubGroup: Frontend::Agent::Dashboard
Valid: 1
Required: 0
Config-Setting:
$Self->{'DashboardBackend'}->{'0260-TicketCalendar'} =  {
  'Block' => 'ContentSmall',
  'CacheTTL' => '2',
  'Default' => '1',
  'Group' => '',
  'Limit' => '6',
  'Module' => 'Kernel::Output::HTML::DashboardCalendar',
  'OwnerOnly' => '',
  'Permission' => 'rw',
  'Title' => 'Upcoming Events'
};


Frontend::Agent::ModuleMetaHead

Frontend::HeaderMetaModule###2-TicketSearch
Description Value
Description: Module to generate html OpenSearch profile for short ticket search in the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::ModuleMetaHead
Valid: 1
Required: 0
Config-Setting:
$Self->{'Frontend::HeaderMetaModule'}->{'2-TicketSearch'} =  {
  'Action' => 'AgentTicketSearch',
  'Module' => 'Kernel::Output::HTML::HeaderMetaTicketSearch'
};


Frontend::Agent::ModuleNotify

Frontend::NotifyModule###5-Ticket::TicketEscalation
Description Value
Description: Module to show notifications and escalations (ShownMax: max. shown escalations, EscalationInMinutes: Show ticket which will escalation in, CacheTime: Cache of calculated escalations in seconds).
Group: Ticket
SubGroup: Frontend::Agent::ModuleNotify
Valid: 0
Required: 0
Config-Setting:
$Self->{'Frontend::NotifyModule'}->{'5-Ticket::TicketEscalation'} =  {
  'CacheTime' => '40',
  'EscalationInMinutes' => '120',
  'Module' => 'Kernel::Output::HTML::NotificationAgentTicketEscalation',
  'ShownMax' => '25'
};


Frontend::Agent::ModuleRegistration

Frontend::Module###AgentTicketQueue
Description Value
Description: Frontend module registration for the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::ModuleRegistration
Valid: 1
Required: 0
Config-Setting:
$Self->{'Frontend::Module'}->{'AgentTicketQueue'} =  {
  'Description' => 'Overview of all open Tickets',
  'Loader' => {
    'CSS' => [
      'Core.AgentTicketQueue.css'
    ]
  },
  'NavBar' => [
    {
      'AccessKey' => 'o',
      'Block' => '',
      'Description' => 'Overview of all open Tickets',
      'Link' => 'Action=AgentTicketQueue',
      'LinkOption' => '',
      'Name' => 'Queue view',
      'NavBar' => 'Ticket',
      'Prio' => '100',
      'Type' => ''
    },
    {
      'AccessKey' => 't',
      'Block' => 'ItemArea',
      'Description' => '',
      'Link' => 'Action=AgentTicketQueue',
      'LinkOption' => '',
      'Name' => 'Tickets',
      'NavBar' => 'Ticket',
      'Prio' => '200',
      'Type' => 'Menu'
    }
  ],
  'NavBarName' => 'Ticket',
  'Title' => 'QueueView'
};


Frontend::Module###AgentTicketPhone
Description Value
Description: Frontend module registration for the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::ModuleRegistration
Valid: 1
Required: 0
Config-Setting:
$Self->{'Frontend::Module'}->{'AgentTicketPhone'} =  {
  'Description' => 'Create new phone picket',
  'Loader' => {
    'JavaScript' => [
      'Core.Agent.CustomerSearch.js',
      'Core.Agent.TicketAction.js'
    ]
  },
  'NavBar' => [
    {
      'AccessKey' => 'n',
      'Block' => '',
      'Description' => 'Create new phone ticket (inbound)',
      'Link' => 'Action=AgentTicketPhone',
      'LinkOption' => '',
      'Name' => 'New phone ticket',
      'NavBar' => 'Ticket',
      'Prio' => '200',
      'Type' => ''
    }
  ],
  'NavBarName' => 'Ticket',
  'Title' => 'New phone ticket'
};


Frontend::Module###AgentTicketPhoneOutbound
Description Value
Description: Frontend module registration for the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::ModuleRegistration
Valid: 1
Required: 0
Config-Setting:
$Self->{'Frontend::Module'}->{'AgentTicketPhoneOutbound'} =  {
  'Description' => 'Phone Call',
  'Loader' => {
    'JavaScript' => [
      'Core.Agent.TicketAction.js'
    ]
  },
  'NavBarName' => 'Ticket',
  'Title' => 'Phone-Ticket'
};


Frontend::Module###AgentTicketEmail
Description Value
Description: Frontend module registration for the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::ModuleRegistration
Valid: 1
Required: 0
Config-Setting:
$Self->{'Frontend::Module'}->{'AgentTicketEmail'} =  {
  'Description' => 'Create new email ticket',
  'Loader' => {
    'JavaScript' => [
      'Core.Agent.CustomerSearch.js',
      'Core.Agent.TicketAction.js'
    ]
  },
  'NavBar' => [
    {
      'AccessKey' => 'e',
      'Block' => '',
      'Description' => 'Create new email ticket and send this out (outbound)',
      'Link' => 'Action=AgentTicketEmail',
      'LinkOption' => '',
      'Name' => 'New email ticket',
      'NavBar' => 'Ticket',
      'Prio' => '210',
      'Type' => ''
    }
  ],
  'NavBarName' => 'Ticket',
  'Title' => 'New email ticket'
};


Frontend::Module###AgentTicketSearch
Description Value
Description: Frontend module registration for the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::ModuleRegistration
Valid: 1
Required: 0
Config-Setting:
$Self->{'Frontend::Module'}->{'AgentTicketSearch'} =  {
  'Description' => 'Search Ticket',
  'NavBar' => [
    {
      'AccessKey' => 's',
      'Block' => '',
      'Description' => 'Search Tickets',
      'Link' => 'Action=AgentTicketSearch',
      'LinkOption' => 'onclick="window.setTimeout(function(){Core.Agent.Search.OpenSearchDialog(\'AgentTicketSearch\');}, 0); return false;"',
      'Name' => 'Search',
      'NavBar' => 'Ticket',
      'Prio' => '300',
      'Type' => ''
    }
  ],
  'NavBarName' => 'Ticket',
  'Title' => 'Search'
};


Frontend::Module###AgentTicketMailbox
Description Value
Description: Frontend module registration for the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::ModuleRegistration
Valid: 1
Required: 0
Config-Setting:
$Self->{'Frontend::Module'}->{'AgentTicketMailbox'} =  {
  'Description' => 'compat module for AgentTicketMailbox to AgentTicketLockedView',
  'NavBarName' => 'Ticket',
  'Title' => ''
};


Frontend::Module###AgentTicketLockedView
Description Value
Description: Frontend module registration for the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::ModuleRegistration
Valid: 1
Required: 0
Config-Setting:
$Self->{'Frontend::Module'}->{'AgentTicketLockedView'} =  {
  'Description' => 'Locked Tickets',
  'NavBarName' => 'Ticket',
  'Title' => 'Locked Tickets'
};


Frontend::Module###AgentTicketResponsibleView
Description Value
Description: Frontend module registration for the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::ModuleRegistration
Valid: 1
Required: 0
Config-Setting:
$Self->{'Frontend::Module'}->{'AgentTicketResponsibleView'} =  {
  'Description' => 'Responsible Tickets',
  'NavBarName' => 'Ticket',
  'Title' => 'Responsible Tickets'
};


Frontend::Module###AgentTicketWatchView
Description Value
Description: Frontend module registration for the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::ModuleRegistration
Valid: 1
Required: 0
Config-Setting:
$Self->{'Frontend::Module'}->{'AgentTicketWatchView'} =  {
  'Description' => 'Watched Tickets',
  'NavBarName' => 'Ticket',
  'Title' => 'Watched Tickets'
};


Frontend::Module###AgentCustomerSearch
Description Value
Description: Frontend module registration for the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::ModuleRegistration
Valid: 1
Required: 0
Config-Setting:
$Self->{'Frontend::Module'}->{'AgentCustomerSearch'} =  {
  'Description' => 'AgentCustomerSearch',
  'NavBarName' => 'Ticket',
  'Title' => 'AgentCustomerSearch'
};


Frontend::Module###AgentTicketStatusView
Description Value
Description: Frontend module registration for the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::ModuleRegistration
Valid: 1
Required: 0
Config-Setting:
$Self->{'Frontend::Module'}->{'AgentTicketStatusView'} =  {
  'Description' => 'Overview of all open tickets',
  'NavBar' => [
    {
      'AccessKey' => 'v',
      'Block' => '',
      'Description' => 'Overview of all open Tickets.',
      'Link' => 'Action=AgentTicketStatusView',
      'LinkOption' => '',
      'Name' => 'Status view',
      'NavBar' => 'Ticket',
      'Prio' => '110',
      'Type' => ''
    }
  ],
  'NavBarName' => 'Ticket',
  'Title' => 'Status view'
};


Frontend::Module###AgentTicketEscalationView
Description Value
Description: Frontend module registration for the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::ModuleRegistration
Valid: 1
Required: 0
Config-Setting:
$Self->{'Frontend::Module'}->{'AgentTicketEscalationView'} =  {
  'Description' => 'Overview of all escalated tickets',
  'NavBar' => [
    {
      'AccessKey' => 'e',
      'Block' => '',
      'Description' => 'Overview Escalated Tickets',
      'Link' => 'Action=AgentTicketEscalationView',
      'LinkOption' => '',
      'Name' => 'Escalation view',
      'NavBar' => 'Ticket',
      'Prio' => '120',
      'Type' => ''
    }
  ],
  'NavBarName' => 'Ticket',
  'Title' => 'Escalation view'
};


Frontend::Module###AgentZoom
Description Value
Description: Frontend module registration for the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::ModuleRegistration
Valid: 1
Required: 0
Config-Setting:
$Self->{'Frontend::Module'}->{'AgentZoom'} =  {
  'Description' => 'compat module for AgentZoom to AgentTicketZoom',
  'NavBarName' => 'Ticket',
  'Title' => ''
};


Frontend::Module###AgentTicketZoom
Description Value
Description: Frontend module registration for the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::ModuleRegistration
Valid: 1
Required: 0
Config-Setting:
$Self->{'Frontend::Module'}->{'AgentTicketZoom'} =  {
  'Description' => 'Ticket Zoom',
  'Loader' => {
    'JavaScript' => [
      'thirdparty/jquery-tablesorter-2.0.5/jquery.tablesorter.js',
      'Core.UI.Table.Sort.js',
      'Core.Agent.TicketZoom.js'
    ]
  },
  'NavBarName' => 'Ticket',
  'Title' => 'Zoom'
};


Frontend::Module###AgentTicketAttachment
Description Value
Description: Frontend module registration for the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::ModuleRegistration
Valid: 1
Required: 0
Config-Setting:
$Self->{'Frontend::Module'}->{'AgentTicketAttachment'} =  {
  'Description' => 'To download attachments',
  'NavBarName' => 'Ticket',
  'Title' => ''
};


Frontend::Module###AgentTicketPlain
Description Value
Description: Frontend module registration for the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::ModuleRegistration
Valid: 1
Required: 0
Config-Setting:
$Self->{'Frontend::Module'}->{'AgentTicketPlain'} =  {
  'Description' => 'Ticket plain view of an email',
  'NavBarName' => 'Ticket',
  'Title' => 'Plain'
};


Frontend::Module###AgentTicketNote
Description Value
Description: Frontend module registration for the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::ModuleRegistration
Valid: 1
Required: 0
Config-Setting:
$Self->{'Frontend::Module'}->{'AgentTicketNote'} =  {
  'Description' => 'Ticket Note',
  'Loader' => {
    'JavaScript' => [
      'Core.Agent.TicketAction.js'
    ]
  },
  'NavBarName' => 'Ticket',
  'Title' => 'Note'
};


Frontend::Module###AgentTicketMerge
Description Value
Description: Frontend module registration for the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::ModuleRegistration
Valid: 1
Required: 0
Config-Setting:
$Self->{'Frontend::Module'}->{'AgentTicketMerge'} =  {
  'Description' => 'Ticket Merge',
  'NavBarName' => 'Ticket',
  'Title' => 'Merge'
};


Frontend::Module###AgentTicketPending
Description Value
Description: Frontend module registration for the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::ModuleRegistration
Valid: 1
Required: 0
Config-Setting:
$Self->{'Frontend::Module'}->{'AgentTicketPending'} =  {
  'Description' => 'Ticket Pending',
  'Loader' => {
    'JavaScript' => [
      'Core.Agent.TicketAction.js'
    ]
  },
  'NavBarName' => 'Ticket',
  'Title' => 'Pending'
};


Frontend::Module###AgentTicketWatcher
Description Value
Description: Frontend module registration for the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::ModuleRegistration
Valid: 1
Required: 0
Config-Setting:
$Self->{'Frontend::Module'}->{'AgentTicketWatcher'} =  {
  'Description' => 'A TicketWatcher Module',
  'NavBarName' => 'Ticket-Watcher',
  'Title' => 'Ticket-Watcher'
};


Frontend::Module###AgentTicketPriority
Description Value
Description: Frontend module registration for the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::ModuleRegistration
Valid: 1
Required: 0
Config-Setting:
$Self->{'Frontend::Module'}->{'AgentTicketPriority'} =  {
  'Description' => 'Ticket Priority',
  'Loader' => {
    'JavaScript' => [
      'Core.Agent.TicketAction.js'
    ]
  },
  'NavBarName' => 'Ticket',
  'Title' => 'Priority'
};


Frontend::Module###AgentTicketLock
Description Value
Description: Frontend module registration for the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::ModuleRegistration
Valid: 1
Required: 0
Config-Setting:
$Self->{'Frontend::Module'}->{'AgentTicketLock'} =  {
  'Description' => 'Ticket Lock',
  'NavBarName' => 'Ticket',
  'Title' => 'Lock'
};


Frontend::Module###AgentTicketMove
Description Value
Description: Frontend module registration for the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::ModuleRegistration
Valid: 1
Required: 0
Config-Setting:
$Self->{'Frontend::Module'}->{'AgentTicketMove'} =  {
  'Description' => 'Ticket Move',
  'Loader' => {
    'JavaScript' => [
      'Core.Agent.TicketAction.js'
    ]
  },
  'NavBarName' => 'Ticket',
  'Title' => 'Move'
};


Frontend::Module###AgentTicketHistory
Description Value
Description: Frontend module registration for the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::ModuleRegistration
Valid: 1
Required: 0
Config-Setting:
$Self->{'Frontend::Module'}->{'AgentTicketHistory'} =  {
  'Description' => 'Ticket History',
  'NavBarName' => 'Ticket',
  'Title' => 'History'
};


Frontend::Module###AgentTicketOwner
Description Value
Description: Frontend module registration for the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::ModuleRegistration
Valid: 1
Required: 0
Config-Setting:
$Self->{'Frontend::Module'}->{'AgentTicketOwner'} =  {
  'Description' => 'Ticket Owner',
  'Loader' => {
    'JavaScript' => [
      'Core.Agent.TicketAction.js'
    ]
  },
  'NavBarName' => 'Ticket',
  'Title' => 'Owner'
};


Frontend::Module###AgentTicketResponsible
Description Value
Description: Frontend module registration for the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::ModuleRegistration
Valid: 1
Required: 0
Config-Setting:
$Self->{'Frontend::Module'}->{'AgentTicketResponsible'} =  {
  'Description' => 'Ticket Responsible',
  'Loader' => {
    'JavaScript' => [
      'Core.Agent.TicketAction.js'
    ]
  },
  'NavBarName' => 'Ticket',
  'Title' => 'Responsible'
};


Frontend::Module###AgentTicketCompose
Description Value
Description: Frontend module registration for the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::ModuleRegistration
Valid: 1
Required: 0
Config-Setting:
$Self->{'Frontend::Module'}->{'AgentTicketCompose'} =  {
  'Description' => 'Ticket Compose email Answer',
  'Loader' => {
    'JavaScript' => [
      'Core.Agent.CustomerSearch.js',
      'Core.Agent.TicketAction.js'
    ]
  },
  'NavBarName' => 'Ticket',
  'Title' => 'Compose'
};


Frontend::Module###AgentTicketBounce
Description Value
Description: Frontend module registration for the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::ModuleRegistration
Valid: 1
Required: 0
Config-Setting:
$Self->{'Frontend::Module'}->{'AgentTicketBounce'} =  {
  'Description' => 'Ticket Compose Bounce Email',
  'NavBarName' => 'Ticket',
  'Title' => 'Bounce'
};


Frontend::Module###AgentTicketForward
Description Value
Description: Frontend module registration for the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::ModuleRegistration
Valid: 1
Required: 0
Config-Setting:
$Self->{'Frontend::Module'}->{'AgentTicketForward'} =  {
  'Description' => 'Ticket Forward Email',
  'Loader' => {
    'JavaScript' => [
      'Core.Agent.CustomerSearch.js',
      'Core.Agent.TicketAction.js'
    ]
  },
  'NavBarName' => 'Ticket',
  'Title' => 'Forward'
};


Frontend::Module###AgentTicketCustomer
Description Value
Description: Frontend module registration for the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::ModuleRegistration
Valid: 1
Required: 0
Config-Setting:
$Self->{'Frontend::Module'}->{'AgentTicketCustomer'} =  {
  'Description' => 'Ticket Customer',
  'Loader' => {
    'JavaScript' => [
      'Core.Agent.CustomerSearch.js',
      'Core.Agent.TicketAction.js'
    ]
  },
  'NavBarName' => 'Ticket',
  'Title' => 'Customer'
};


Frontend::Module###AgentTicketClose
Description Value
Description: Frontend module registration for the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::ModuleRegistration
Valid: 1
Required: 0
Config-Setting:
$Self->{'Frontend::Module'}->{'AgentTicketClose'} =  {
  'Description' => 'Ticket Close',
  'Loader' => {
    'JavaScript' => [
      'Core.Agent.TicketAction.js'
    ]
  },
  'NavBarName' => 'Ticket',
  'Title' => 'Close'
};


Frontend::Module###AgentTicketFreeText
Description Value
Description: Frontend module registration for the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::ModuleRegistration
Valid: 1
Required: 0
Config-Setting:
$Self->{'Frontend::Module'}->{'AgentTicketFreeText'} =  {
  'Description' => 'Ticket FreeText',
  'Loader' => {
    'JavaScript' => [
      'Core.Agent.TicketAction.js'
    ]
  },
  'NavBarName' => 'Ticket',
  'Title' => 'Free Fields'
};


Frontend::Module###AgentTicketPrint
Description Value
Description: Frontend module registration for the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::ModuleRegistration
Valid: 1
Required: 0
Config-Setting:
$Self->{'Frontend::Module'}->{'AgentTicketPrint'} =  {
  'Description' => 'Ticket Print',
  'NavBarName' => 'Ticket',
  'Title' => 'Print'
};


Frontend::Module###AgentTicketBulk
Description Value
Description: Frontend module registration for the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::ModuleRegistration
Valid: 1
Required: 0
Config-Setting:
$Self->{'Frontend::Module'}->{'AgentTicketBulk'} =  {
  'Description' => 'Ticket bulk module',
  'Loader' => {
    'JavaScript' => [
      'Core.Agent.TicketAction.js'
    ]
  },
  'NavBarName' => 'Ticket',
  'Title' => 'Bulk-Action'
};


Frontend::Agent::Preferences

PreferencesGroups###NewTicketNotify
Description Value
Description: Parameters for the NewTicketNotify object in the preferences view of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Preferences
Valid: 1
Required: 0
Config-Setting:
$Self->{'PreferencesGroups'}->{'NewTicketNotify'} =  {
  'Active' => '1',
  'Column' => 'Email Settings',
  'Data' => {
    '0' => 'No',
    '1' => 'Yes'
  },
  'DataSelected' => '0',
  'Desc' => 'Send me a notification if there is a new ticket in "My Queues".',
  'Key' => 'Send new ticket notifications',
  'Label' => 'New ticket notification',
  'Module' => 'Kernel::Output::HTML::PreferencesGeneric',
  'PrefKey' => 'UserSendNewTicketNotification',
  'Prio' => '1000'
};


PreferencesGroups###FollowUpNotify
Description Value
Description: Parameters for the FollowUpNotify object in the preference view of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Preferences
Valid: 1
Required: 0
Config-Setting:
$Self->{'PreferencesGroups'}->{'FollowUpNotify'} =  {
  'Active' => '1',
  'Column' => 'Email Settings',
  'Data' => {
    '0' => 'No',
    '1' => 'Yes'
  },
  'DataSelected' => '0',
  'Desc' => 'Send me a notification if a customer sends a follow up and I\'m the owner of the ticket or the ticket is unlocked and is in one of my subscribed queues.',
  'Key' => 'Send ticket follow up notifications',
  'Label' => 'Ticket follow up notification',
  'Module' => 'Kernel::Output::HTML::PreferencesGeneric',
  'PrefKey' => 'UserSendFollowUpNotification',
  'Prio' => '2000'
};


PreferencesGroups###LockTimeoutNotify
Description Value
Description: Parameters for the LockTimeoutNotify object in the preference view of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Preferences
Valid: 1
Required: 0
Config-Setting:
$Self->{'PreferencesGroups'}->{'LockTimeoutNotify'} =  {
  'Active' => '1',
  'Column' => 'Email Settings',
  'Data' => {
    '0' => 'No',
    '1' => 'Yes'
  },
  'DataSelected' => '0',
  'Desc' => 'Send me a notification if a ticket is unlocked by the system.',
  'Key' => 'Send ticket lock timeout notifications',
  'Label' => 'Ticket lock timeout notification',
  'Module' => 'Kernel::Output::HTML::PreferencesGeneric',
  'PrefKey' => 'UserSendLockTimeoutNotification',
  'Prio' => '3000'
};


PreferencesGroups###MoveNotify
Description Value
Description: Parameters for the MoveNotify object in the preference view of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Preferences
Valid: 1
Required: 0
Config-Setting:
$Self->{'PreferencesGroups'}->{'MoveNotify'} =  {
  'Active' => '1',
  'Column' => 'Email Settings',
  'Data' => {
    '0' => 'No',
    '1' => 'Yes'
  },
  'DataSelected' => '0',
  'Desc' => 'Send me a notification if a ticket is moved into one of "My Queues".',
  'Key' => 'Send ticket move notifications',
  'Label' => 'Ticket move notification',
  'Module' => 'Kernel::Output::HTML::PreferencesGeneric',
  'PrefKey' => 'UserSendMoveNotification',
  'Prio' => '4000'
};


PreferencesGroups###WatcherNotify
Description Value
Description: Parameters for the WatcherNotify object in the preference view of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Preferences
Valid: 1
Required: 0
Config-Setting:
$Self->{'PreferencesGroups'}->{'WatcherNotify'} =  {
  'Active' => '1',
  'Column' => 'Email Settings',
  'Data' => {
    '0' => 'No',
    '1' => 'Yes'
  },
  'DataSelected' => '0',
  'Desc' => 'Send me the same notifications for my watched tickets that the ticket owners will get.',
  'Key' => 'Send ticket watch notifications',
  'Label' => 'Ticket watch notification',
  'Module' => 'Kernel::Output::HTML::PreferencesTicketWatcher',
  'PrefKey' => 'UserSendWatcherNotification',
  'Prio' => '5000'
};


PreferencesGroups###CustomQueue
Description Value
Description: Parameters for the CustomQueue object in the preference view of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Preferences
Valid: 1
Required: 0
Config-Setting:
$Self->{'PreferencesGroups'}->{'CustomQueue'} =  {
  'Active' => '1',
  'Column' => 'Other Settings',
  'Desc' => 'Your queue selection of your favourite queues. You also get notified about those queues via email if enabled.',
  'Key' => 'My Queues',
  'Label' => 'My Queues',
  'Module' => 'Kernel::Output::HTML::PreferencesCustomQueue',
  'Permission' => 'ro',
  'Prio' => '1000'
};


PreferencesGroups###RefreshTime
Description Value
Description: Parameters for the RefreshTime object in the preference view of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Preferences
Valid: 1
Required: 0
Config-Setting:
$Self->{'PreferencesGroups'}->{'RefreshTime'} =  {
  'Active' => '1',
  'Column' => 'Other Settings',
  'Data' => {
    '0' => 'off',
    '10' => '10 minutes',
    '15' => '15 minutes',
    '2' => ' 2 minutes',
    '5' => ' 5 minutes',
    '7' => ' 7 minutes'
  },
  'DataSelected' => '0',
  'Desc' => 'If enabled, the different overviews (Dashboard, LockedView, QueueView) will automatically refresh after the specified time.',
  'Key' => 'Refresh Overviews after',
  'Label' => 'Overview Refresh Time',
  'Module' => 'Kernel::Output::HTML::PreferencesGeneric',
  'PrefKey' => 'UserRefreshTime',
  'Prio' => '2000'
};


PreferencesGroups###TicketOverviewSmallPageShown
Description Value
Description: Parameters for the pages (in which the tickets are shown) of the small ticket overview.
Group: Ticket
SubGroup: Frontend::Agent::Preferences
Valid: 1
Required: 0
Config-Setting:
$Self->{'PreferencesGroups'}->{'TicketOverviewSmallPageShown'} =  {
  'Active' => '0',
  'Column' => 'Other Settings',
  'Data' => {
    '10' => '10',
    '15' => '15',
    '20' => '20',
    '25' => '25',
    '30' => '30',
    '35' => '35'
  },
  'DataSelected' => '25',
  'Key' => 'Ticket limit per page for Ticket Overview "Small"',
  'Label' => 'Ticket Overview "Small" Limit',
  'Module' => 'Kernel::Output::HTML::PreferencesGeneric',
  'PrefKey' => 'UserTicketOverviewSmallPageShown',
  'Prio' => '8000'
};


PreferencesGroups###TicketOverviewMediumPageShown
Description Value
Description: Parameters for the pages (in which the tickets are shown) of the medium ticket overview.
Group: Ticket
SubGroup: Frontend::Agent::Preferences
Valid: 1
Required: 0
Config-Setting:
$Self->{'PreferencesGroups'}->{'TicketOverviewMediumPageShown'} =  {
  'Active' => '0',
  'Column' => 'Other Settings',
  'Data' => {
    '10' => '10',
    '15' => '15',
    '20' => '20',
    '25' => '25',
    '30' => '30',
    '35' => '35'
  },
  'DataSelected' => '20',
  'Key' => 'Ticket limit per page for Ticket Overview "Medium"',
  'Label' => 'Ticket Overview "Medium" Limit',
  'Module' => 'Kernel::Output::HTML::PreferencesGeneric',
  'PrefKey' => 'UserTicketOverviewMediumPageShown',
  'Prio' => '8100'
};


PreferencesGroups###TicketOverviewPreviewPageShown
Description Value
Description: Parameters for the pages (in which the tickets are shown) of the ticket preview overview.
Group: Ticket
SubGroup: Frontend::Agent::Preferences
Valid: 1
Required: 0
Config-Setting:
$Self->{'PreferencesGroups'}->{'TicketOverviewPreviewPageShown'} =  {
  'Active' => '0',
  'Column' => 'Other Settings',
  'Data' => {
    '10' => '10',
    '15' => '15',
    '20' => '20',
    '25' => '25',
    '30' => '30',
    '35' => '35'
  },
  'DataSelected' => '15',
  'Key' => 'Ticket limit per page for Ticket Overview "Preview"',
  'Label' => 'Ticket Overview "Preview" Limit',
  'Module' => 'Kernel::Output::HTML::PreferencesGeneric',
  'PrefKey' => 'UserTicketOverviewPreviewPageShown',
  'Prio' => '8200'
};


PreferencesGroups###CreateNextMask
Description Value
Description: Parameters for the CreateNextMask object in the preference view of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Preferences
Valid: 1
Required: 0
Config-Setting:
$Self->{'PreferencesGroups'}->{'CreateNextMask'} =  {
  'Active' => '1',
  'Column' => 'Other Settings',
  'Data' => {
    '' => 'CreateTicket',
    'AgentTicketZoom' => 'TicketZoom'
  },
  'DataSelected' => '',
  'Key' => 'Show this screen after I created a new ticket',
  'Label' => 'Screen after new ticket',
  'Module' => 'Kernel::Output::HTML::PreferencesGeneric',
  'PrefKey' => 'UserCreateNextMask',
  'Prio' => '3000'
};


Frontend::Agent::SearchRouter

Frontend::Search###Ticket
Description Value
Description: Search backend router.
Group: Ticket
SubGroup: Frontend::Agent::SearchRouter
Valid: 1
Required: 0
Config-Setting:
$Self->{'Frontend::Search'}->{'Ticket'} =  {
  '^AgentTicket' => 'Action=AgentTicketSearch;Subaction=AJAX'
};


Frontend::Agent::Ticket::ArticleAttachmentModule

Ticket::Frontend::ArticleAttachmentModule###1-Download
Description Value
Description: Shows a link to download article attachments in the zoom view of the article in the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ArticleAttachmentModule
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::ArticleAttachmentModule'}->{'1-Download'} =  {
  'Module' => 'Kernel::Output::HTML::ArticleAttachmentDownload'
};


Ticket::Frontend::ArticleAttachmentModule###2-HTML-Viewer
Description Value
Description: Shows a link to access article attachments via a html online viewer in the zoom view of the article in the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ArticleAttachmentModule
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::ArticleAttachmentModule'}->{'2-HTML-Viewer'} =  {
  'Module' => 'Kernel::Output::HTML::ArticleAttachmentHTMLViewer'
};


Frontend::Agent::Ticket::ArticleComposeModule

Ticket::Frontend::ArticleComposeModule###1-SignEmail
Description Value
Description: Module to compose signed messages (PGP or S/MIME).
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ArticleComposeModule
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::ArticleComposeModule'}->{'1-SignEmail'} =  {
  'Module' => 'Kernel::Output::HTML::ArticleComposeSign'
};


Ticket::Frontend::ArticleComposeModule###2-CryptEmail
Description Value
Description: Module to crypt composed messages (PGP or S/MIME).
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ArticleComposeModule
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::ArticleComposeModule'}->{'2-CryptEmail'} =  {
  'Module' => 'Kernel::Output::HTML::ArticleComposeCrypt'
};


Frontend::Agent::Ticket::ArticleViewModule

Ticket::Frontend::ArticleViewModule###1-PGP
Description Value
Description: Agent interface article notification module to check PGP.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ArticleViewModule
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::ArticleViewModule'}->{'1-PGP'} =  {
  'Module' => 'Kernel::Output::HTML::ArticleCheckPGP'
};


Ticket::Frontend::ArticleViewModule###1-SMIME
Description Value
Description: Agent interface module to check incoming emails in the Ticket-Zoom-View if the S/MIME-key is available and true.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ArticleViewModule
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::ArticleViewModule'}->{'1-SMIME'} =  {
  'Module' => 'Kernel::Output::HTML::ArticleCheckSMIME'
};


Frontend::Agent::Ticket::ArticleViewModulePre

Ticket::Frontend::ArticlePreViewModule###1-PGP
Description Value
Description: Agent interface article notification module to check PGP.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ArticleViewModulePre
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::ArticlePreViewModule'}->{'1-PGP'} =  {
  'Module' => 'Kernel::Output::HTML::ArticleCheckPGP'
};


Ticket::Frontend::ArticlePreViewModule###1-SMIME
Description Value
Description: Agent interface article notification module to check S/MIME.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ArticleViewModulePre
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::ArticlePreViewModule'}->{'1-SMIME'} =  {
  'Module' => 'Kernel::Output::HTML::ArticleCheckSMIME'
};


Frontend::Agent::Ticket::MenuModule

Ticket::Frontend::MenuModule###000-Back
Description Value
Description: Shows a link in the menu to go back in the ticket zoom view of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::MenuModule
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::MenuModule'}->{'000-Back'} =  {
  'Action' => '',
  'Description' => 'Back',
  'Link' => '$Env{"LastScreenOverview"};TicketID=$QData{"TicketID"}',
  'Module' => 'Kernel::Output::HTML::TicketMenuGeneric',
  'Name' => 'Back',
  'PopupType' => '',
  'Target' => ''
};


Ticket::Frontend::MenuModule###100-Lock
Description Value
Description: Shows a link in the menu to lock/unlock tickets in the ticket zoom view of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::MenuModule
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::MenuModule'}->{'100-Lock'} =  {
  'Action' => 'AgentTicketLock',
  'Module' => 'Kernel::Output::HTML::TicketMenuLock',
  'Name' => 'Lock',
  'Target' => ''
};


Ticket::Frontend::MenuModule###200-History
Description Value
Description: Shows a link in the menu to access the history of a ticket in the ticket zoom view of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::MenuModule
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::MenuModule'}->{'200-History'} =  {
  'Action' => 'AgentTicketHistory',
  'Description' => 'Shows the ticket history',
  'Link' => 'Action=AgentTicketHistory;TicketID=$QData{"TicketID"}',
  'Module' => 'Kernel::Output::HTML::TicketMenuGeneric',
  'Name' => 'History',
  'PopupType' => 'TicketHistory',
  'Target' => ''
};


Ticket::Frontend::MenuModule###210-Print
Description Value
Description: Shows a link in the menu to print a ticket or an article in the ticket zoom view of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::MenuModule
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::MenuModule'}->{'210-Print'} =  {
  'Action' => 'AgentTicketPrint',
  'Description' => 'Print this ticket',
  'Link' => 'Action=AgentTicketPrint;TicketID=$QData{"TicketID"}',
  'LinkParam' => 'target="print"',
  'Module' => 'Kernel::Output::HTML::TicketMenuGeneric',
  'Name' => 'Print',
  'PopupType' => 'TicketAction',
  'Target' => ''
};


Ticket::Frontend::MenuModule###300-Priority
Description Value
Description: Shows a link in the menu to see the priority of a ticket in the ticket zoom view of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::MenuModule
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::MenuModule'}->{'300-Priority'} =  {
  'Action' => 'AgentTicketPriority',
  'Description' => 'Change the ticket priority',
  'Link' => 'Action=AgentTicketPriority;TicketID=$QData{"TicketID"}',
  'Module' => 'Kernel::Output::HTML::TicketMenuGeneric',
  'Name' => 'Priority',
  'PopupType' => 'TicketAction',
  'Target' => ''
};


Ticket::Frontend::MenuModule###310-FreeText
Description Value
Description: Shows a link in the menu to add a free text field in the ticket zoom view of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::MenuModule
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::MenuModule'}->{'310-FreeText'} =  {
  'Action' => 'AgentTicketFreeText',
  'Description' => 'Change the free fields for this ticket',
  'Link' => 'Action=AgentTicketFreeText;TicketID=$QData{"TicketID"}',
  'Module' => 'Kernel::Output::HTML::TicketMenuGeneric',
  'Name' => 'Free Fields',
  'PopupType' => 'TicketAction',
  'Target' => ''
};



Ticket::Frontend::MenuModule###400-Owner
Description Value
Description: Shows a link in the menu to see the owner of a ticket in the ticket zoom view of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::MenuModule
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::MenuModule'}->{'400-Owner'} =  {
  'Action' => 'AgentTicketOwner',
  'Description' => 'Change the owner for this ticket',
  'Link' => 'Action=AgentTicketOwner;TicketID=$QData{"TicketID"}',
  'Module' => 'Kernel::Output::HTML::TicketMenuGeneric',
  'Name' => 'Owner',
  'PopupType' => 'TicketAction',
  'Target' => ''
};


Ticket::Frontend::MenuModule###410-Responsible
Description Value
Description: Shows a link in the menu to see the responsible agent of a ticket in the ticket zoom view of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::MenuModule
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::MenuModule'}->{'410-Responsible'} =  {
  'Action' => 'AgentTicketResponsible',
  'Description' => 'Change the responsible person for this ticket',
  'Link' => 'Action=AgentTicketResponsible;TicketID=$QData{"TicketID"}',
  'Module' => 'Kernel::Output::HTML::TicketMenuResponsible',
  'Name' => 'Responsible',
  'PopupType' => 'TicketAction',
  'Target' => ''
};


Ticket::Frontend::MenuModule###420-Customer
Description Value
Description: Shows a link in the menu to see the customer who requested the ticket in the ticket zoom view of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::MenuModule
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::MenuModule'}->{'420-Customer'} =  {
  'Action' => 'AgentTicketCustomer',
  'Description' => 'Change the customer for this ticket',
  'Link' => 'Action=AgentTicketCustomer;TicketID=$QData{"TicketID"}',
  'Module' => 'Kernel::Output::HTML::TicketMenuGeneric',
  'Name' => 'Customer',
  'PopupType' => 'TicketAction',
  'Target' => ''
};


Ticket::Frontend::MenuModule###420-Note
Description Value
Description: Shows a link in the menu to add a note in the ticket zoom view of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::MenuModule
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::MenuModule'}->{'420-Note'} =  {
  'Action' => 'AgentTicketNote',
  'Description' => 'Add a note to this ticket',
  'Link' => 'Action=AgentTicketNote;TicketID=$QData{"TicketID"}',
  'Module' => 'Kernel::Output::HTML::TicketMenuGeneric',
  'Name' => 'Note',
  'PopupType' => 'TicketAction',
  'Target' => ''
};


Ticket::Frontend::MenuModule###430-Merge
Description Value
Description: Shows a link in the menu that allows merging tickets in the ticket zoom view of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::MenuModule
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::MenuModule'}->{'430-Merge'} =  {
  'Action' => 'AgentTicketMerge',
  'Description' => 'Merge into a different ticket',
  'Link' => 'Action=AgentTicketMerge;TicketID=$QData{"TicketID"}',
  'Module' => 'Kernel::Output::HTML::TicketMenuGeneric',
  'Name' => 'Merge',
  'PopupType' => 'TicketAction',
  'Target' => ''
};


Ticket::Frontend::MenuModule###440-Pending
Description Value
Description: Shows a link in the menu to set a ticket as pending in the ticket zoom view of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::MenuModule
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::MenuModule'}->{'440-Pending'} =  {
  'Action' => 'AgentTicketPending',
  'Description' => 'Set this ticket to pending',
  'Link' => 'Action=AgentTicketPending;TicketID=$QData{"TicketID"}',
  'Module' => 'Kernel::Output::HTML::TicketMenuGeneric',
  'Name' => 'Pending',
  'PopupType' => 'TicketAction',
  'Target' => ''
};


Ticket::Frontend::MenuModule###448-Watch
Description Value
Description: Shows a link in the menu for subscribing / unsubscribing from a ticket in the ticket zoom view of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::MenuModule
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::MenuModule'}->{'448-Watch'} =  {
  'Action' => 'AgentTicketWatcher',
  'Module' => 'Kernel::Output::HTML::TicketMenuTicketWatcher',
  'Name' => 'Watch',
  'Target' => ''
};


Ticket::Frontend::MenuModule###450-Close
Description Value
Description: Shows a link in the menu to close a ticket in the ticket zoom view of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::MenuModule
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::MenuModule'}->{'450-Close'} =  {
  'Action' => 'AgentTicketClose',
  'Description' => 'Close this ticket',
  'Link' => 'Action=AgentTicketClose;TicketID=$QData{"TicketID"}',
  'Module' => 'Kernel::Output::HTML::TicketMenuGeneric',
  'Name' => 'Close',
  'PopupType' => 'TicketAction',
  'Target' => ''
};


Ticket::Frontend::MenuModule###460-Delete
Description Value
Description: Shows a link in the menu to delete a ticket in the ticket zoom view of the agent interface. Additional access control to show or not show this link can be done by using Key "Group" and Content like "rw:group1;move_into:group2".
Group: Ticket
SubGroup: Frontend::Agent::Ticket::MenuModule
Valid: 0
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::MenuModule'}->{'460-Delete'} =  {
  'Action' => 'AgentTicketMove',
  'Description' => 'Delete this ticket',
  'Link' => 'Action=AgentTicketMove;TicketID=$Data{"TicketID"};DestQueue=Delete',
  'Module' => 'Kernel::Output::HTML::TicketMenuGeneric',
  'Name' => 'Delete',
  'PopupType' => '',
  'Target' => ''
};


Ticket::Frontend::MenuModule###470-Spam
Description Value
Description: Shows a link to set a ticket as spam in the ticket zoom view of the agent interface. Additional access control to show or not show this link can be done by using Key "Group" and Content like "rw:group1;move_into:group2".
Group: Ticket
SubGroup: Frontend::Agent::Ticket::MenuModule
Valid: 0
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::MenuModule'}->{'470-Spam'} =  {
  'Action' => 'AgentTicketMove',
  'Description' => 'Mark as Spam!',
  'Link' => 'Action=AgentTicketMove;TicketID=$Data{"TicketID"};DestQueue=Delete',
  'Module' => 'Kernel::Output::HTML::TicketMenuGeneric',
  'Name' => 'Spam',
  'PopupType' => '',
  'Target' => ''
};


Frontend::Agent::Ticket::MenuModulePre

Ticket::Frontend::PreMenuModule###100-Lock
Description Value
Description: Shows a link in the menu to lock / unlock a ticket in the ticket overviews of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::MenuModulePre
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::PreMenuModule'}->{'100-Lock'} =  {
  'Action' => 'AgentTicketLock',
  'Module' => 'Kernel::Output::HTML::TicketMenuLock',
  'Name' => 'Lock',
  'PopupType' => '',
  'Target' => ''
};


Ticket::Frontend::PreMenuModule###200-Zoom
Description Value
Description: Shows a link in the menu to zoom a ticket in the ticket overviews of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::MenuModulePre
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::PreMenuModule'}->{'200-Zoom'} =  {
  'Action' => 'AgentTicketZoom',
  'Description' => 'Look into a ticket!',
  'Link' => 'Action=AgentTicketZoom;TicketID=$QData{"TicketID"}',
  'Module' => 'Kernel::Output::HTML::TicketMenuGeneric',
  'Name' => 'Zoom',
  'PopupType' => '',
  'Target' => ''
};


Ticket::Frontend::PreMenuModule###210-History
Description Value
Description: Shows a link in the menu to see the history of a ticket in every ticket overview of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::MenuModulePre
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::PreMenuModule'}->{'210-History'} =  {
  'Action' => 'AgentTicketHistory',
  'Description' => 'Shows the ticket history!',
  'Link' => 'Action=AgentTicketHistory;TicketID=$QData{"TicketID"}',
  'Module' => 'Kernel::Output::HTML::TicketMenuGeneric',
  'Name' => 'History',
  'PopupType' => 'TicketHistory',
  'Target' => ''
};


Ticket::Frontend::PreMenuModule###300-Priority
Description Value
Description: Shows a link in the menu to set the priority of a ticket in every ticket overview of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::MenuModulePre
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::PreMenuModule'}->{'300-Priority'} =  {
  'Action' => 'AgentTicketPriority',
  'Description' => 'Change the ticket priority!',
  'Link' => 'Action=AgentTicketPriority;TicketID=$QData{"TicketID"}',
  'Module' => 'Kernel::Output::HTML::TicketMenuGeneric',
  'Name' => 'Priority',
  'PopupType' => 'TicketAction',
  'Target' => ''
};


Ticket::Frontend::PreMenuModule###420-Note
Description Value
Description: Shows a link in the menu to add a note to a ticket in every ticket overview of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::MenuModulePre
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::PreMenuModule'}->{'420-Note'} =  {
  'Action' => 'AgentTicketNote',
  'Description' => 'Add a note to this ticket',
  'Link' => 'Action=AgentTicketNote;TicketID=$QData{"TicketID"}',
  'Module' => 'Kernel::Output::HTML::TicketMenuGeneric',
  'Name' => 'Note',
  'PopupType' => 'TicketAction',
  'Target' => ''
};


Ticket::Frontend::PreMenuModule###440-Close
Description Value
Description: Shows a link in the menu to close a ticket in every ticket overview of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::MenuModulePre
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::PreMenuModule'}->{'440-Close'} =  {
  'Action' => 'AgentTicketClose',
  'Description' => 'Close this ticket',
  'Link' => 'Action=AgentTicketClose;TicketID=$QData{"TicketID"}',
  'Module' => 'Kernel::Output::HTML::TicketMenuGeneric',
  'Name' => 'Close',
  'PopupType' => 'TicketAction',
  'Target' => ''
};


Ticket::Frontend::PreMenuModule###445-Move
Description Value
Description: Shows a link in the menu to move a ticket in every ticket overview of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::MenuModulePre
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::PreMenuModule'}->{'445-Move'} =  {
  'Action' => 'AgentTicketMove',
  'Description' => 'Change queue!',
  'Module' => 'Kernel::Output::HTML::TicketMenuMove',
  'Name' => 'Move'
};


Ticket::Frontend::PreMenuModule###450-Delete
Description Value
Description: Shows a link in the menu to delete a ticket in every ticket overview of the agent interface. Additional access control to show or not show this link can be done by using Key "Group" and Content like "rw:group1;move_into:group2".
Group: Ticket
SubGroup: Frontend::Agent::Ticket::MenuModulePre
Valid: 0
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::PreMenuModule'}->{'450-Delete'} =  {
  'Action' => 'AgentTicketMove',
  'Description' => 'Delete this ticket',
  'Link' => 'Action=AgentTicketMove;TicketID=$Data{"TicketID"};DestQueue=Delete',
  'Module' => 'Kernel::Output::HTML::TicketMenuGeneric',
  'Name' => 'Delete',
  'PopupType' => '',
  'Target' => ''
};


Ticket::Frontend::PreMenuModule###460-Spam
Description Value
Description: Shows a link in the menu to set a ticket as spam in every ticket overview of the agent interface. Additional access control to show or not show this link can be done by using Key "Group" and Content like "rw:group1;move_into:group2".
Group: Ticket
SubGroup: Frontend::Agent::Ticket::MenuModulePre
Valid: 0
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::PreMenuModule'}->{'460-Spam'} =  {
  'Action' => 'AgentTicketMove',
  'Description' => 'Mark as Spam!',
  'Link' => 'Action=AgentTicketMove;TicketID=$Data{"TicketID"};DestQueue=Delete',
  'Module' => 'Kernel::Output::HTML::TicketMenuGeneric',
  'Name' => 'Spam',
  'PopupType' => '',
  'Target' => ''
};


Frontend::Agent::Ticket::ViewBounce

Ticket::Frontend::AgentTicketBounce###Permission
Description Value
Description: Required permissions to use the ticket bounce screen in the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewBounce
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketBounce'}->{'Permission'} =  'bounce';


Ticket::Frontend::AgentTicketBounce###RequiredLock
Description Value
Description: Defines if a ticket lock is required in the ticket bounce screen of the agent interface (if the ticket isn't locked yet, the ticket gets locked and the current agent will be set automatically as its owner).
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewBounce
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketBounce'}->{'RequiredLock'} =  '1';


Ticket::Frontend::AgentTicketBounce###StateDefault
Description Value
Description: Defines the default next state of a ticket after being bounced, in the ticket bounce screen of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewBounce
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketBounce'}->{'StateDefault'} =  'closed successful';


Ticket::Frontend::AgentTicketBounce###StateType
Description Value
Description: Defines the next state of a ticket after being bounced, in the ticket bounce screen of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewBounce
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketBounce'}->{'StateType'} =  [
  'open',
  'closed'
];


Ticket::Frontend::BounceText
Description Value
Description: Defines the default ticket bounced notification for customer/sender in the ticket bounce screen of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewBounce
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::BounceText'} =  'Your email with ticket number "<OTRS_TICKET>" is bounced to "<OTRS_BOUNCE_TO>". Contact this address for further information.';


Frontend::Agent::Ticket::ViewBulk

Ticket::Frontend::AgentTicketBulk###RequiredLock
Description Value
Description: Automatically lock and set owner to current Agent after selecting for an Bulk Action.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewBulk
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketBulk'}->{'RequiredLock'} =  '1';


Ticket::Frontend::AgentTicketBulk###Owner
Description Value
Description: Sets the ticket owner in the ticket bulk screen of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewBulk
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketBulk'}->{'Owner'} =  '1';


Ticket::Frontend::AgentTicketBulk###Responsible
Description Value
Description: Sets the responsible agent of the ticket in the ticket bulk screen of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewBulk
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketBulk'}->{'Responsible'} =  '1';


Ticket::Frontend::AgentTicketBulk###State
Description Value
Description: If a note is added by an agent, sets the state of a ticket in the ticket bulk screen of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewBulk
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketBulk'}->{'State'} =  '1';


Ticket::Frontend::AgentTicketBulk###StateType
Description Value
Description: Defines the next state of a ticket after adding a note, in the ticket bulk screen of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewBulk
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketBulk'}->{'StateType'} =  [
  'open',
  'closed',
  'pending reminder',
  'pending auto'
];


Ticket::Frontend::AgentTicketBulk###StateDefault
Description Value
Description: Defines the default next state of a ticket after adding a note, in the ticket bulk screen of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewBulk
Valid: 0
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketBulk'}->{'StateDefault'} =  'open';


Ticket::Frontend::AgentTicketBulk###Priority
Description Value
Description: Shows the ticket priority options in the ticket bulk screen of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewBulk
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketBulk'}->{'Priority'} =  '1';


Ticket::Frontend::AgentTicketBulk###PriorityDefault
Description Value
Description: Defines the default ticket priority in the ticket bulk screen of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewBulk
Valid: 0
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketBulk'}->{'PriorityDefault'} =  '3 normal';


Ticket::Frontend::AgentTicketBulk###ArticleTypeDefault
Description Value
Description: Defines the default type of the note in the ticket bulk screen of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewBulk
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketBulk'}->{'ArticleTypeDefault'} =  'note-internal';


Ticket::Frontend::AgentTicketBulk###ArticleTypes
Description Value
Description: Specifies the different note types that will be used in the system.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewBulk
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketBulk'}->{'ArticleTypes'} =  {
  'note-external' => '1',
  'note-internal' => '1',
  'note-report' => '0'
};


Frontend::Agent::Ticket::ViewClose

Ticket::Frontend::AgentTicketClose###Permission
Description Value
Description: Required permissions to use the close ticket screen in the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewClose
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketClose'}->{'Permission'} =  'close';


Ticket::Frontend::AgentTicketClose###RequiredLock
Description Value
Description: Defines if a ticket lock is required in the close ticket screen of the agent interface (if the ticket isn't locked yet, the ticket gets locked and the current agent will be set automatically as its owner).
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewClose
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketClose'}->{'RequiredLock'} =  '1';


Ticket::Frontend::AgentTicketClose###TicketType
Description Value
Description: Sets the ticket type in the close ticket screen of the agent interface (Ticket::Type needs to be activated).
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewClose
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketClose'}->{'TicketType'} =  '0';


Ticket::Frontend::AgentTicketClose###Service
Description Value
Description: Sets the service in the close ticket screen of the agent interface (Ticket::Service needs to be activated).
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewClose
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketClose'}->{'Service'} =  '0';


Ticket::Frontend::AgentTicketClose###Owner
Description Value
Description: Sets the ticket owner in the close ticket screen of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewClose
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketClose'}->{'Owner'} =  '0';


Ticket::Frontend::AgentTicketClose###OwnerMandatory
Description Value
Description: Sets if ticket owner must be selected by the agent.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewClose
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketClose'}->{'OwnerMandatory'} =  '0';


Ticket::Frontend::AgentTicketClose###Responsible
Description Value
Description: Sets the responsible agent of the ticket in the close ticket screen of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewClose
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketClose'}->{'Responsible'} =  '0';


Ticket::Frontend::AgentTicketClose###State
Description Value
Description: If a note is added by an agent, sets the state of a ticket in the close ticket screen of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewClose
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketClose'}->{'State'} =  '1';


Ticket::Frontend::AgentTicketClose###StateType
Description Value
Description: Defines the next state of a ticket after adding a note, in the close ticket screen of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewClose
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketClose'}->{'StateType'} =  [
  'closed'
];


Ticket::Frontend::AgentTicketClose###StateDefault
Description Value
Description: Defines the default next state of a ticket after adding a note, in the close ticket screen of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewClose
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketClose'}->{'StateDefault'} =  'closed successful';


Ticket::Frontend::AgentTicketClose###Note
Description Value
Description: Allows adding notes in the close ticket screen of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewClose
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketClose'}->{'Note'} =  '1';


Ticket::Frontend::AgentTicketClose###Subject
Description Value
Description: Sets the default subject for notes added in the close ticket screen of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewClose
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketClose'}->{'Subject'} =  '$Text{"Close"}';


Ticket::Frontend::AgentTicketClose###Body
Description Value
Description: Sets the default body text for notes added in the close ticket screen of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewClose
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketClose'}->{'Body'} =  '';


Ticket::Frontend::AgentTicketClose###InvolvedAgent
Description Value
Description: Shows a list of all the involved agents on this ticket, in the close ticket screen of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewClose
Valid: 0
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketClose'}->{'InvolvedAgent'} =  '0';


Ticket::Frontend::AgentTicketClose###InformAgent
Description Value
Description: Shows a list of all the possible agents (all agents with note permissions on the queue/ticket) to determine who should be informed about this note, in the close ticket screen of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewClose
Valid: 0
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketClose'}->{'InformAgent'} =  '0';


Ticket::Frontend::AgentTicketClose###ArticleTypeDefault
Description Value
Description: Defines the default type of the note in the close ticket screen of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewClose
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketClose'}->{'ArticleTypeDefault'} =  'note-internal';


Ticket::Frontend::AgentTicketClose###ArticleTypes
Description Value
Description: Specifies the different note types that will be used in the system.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewClose
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketClose'}->{'ArticleTypes'} =  {
  'note-external' => '0',
  'note-internal' => '1',
  'note-report' => '0'
};


Ticket::Frontend::AgentTicketClose###Priority
Description Value
Description: Shows the ticket priority options in the close ticket screen of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewClose
Valid: 0
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketClose'}->{'Priority'} =  '0';


Ticket::Frontend::AgentTicketClose###PriorityDefault
Description Value
Description: Defines the default ticket priority in the close ticket screen of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewClose
Valid: 0
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketClose'}->{'PriorityDefault'} =  '3 normal';


Ticket::Frontend::AgentTicketClose###Title
Description Value
Description: Shows the title fields in the close ticket screen of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewClose
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketClose'}->{'Title'} =  '0';


Ticket::Frontend::AgentTicketClose###TicketFreeText
Description Value
Description: Ticket free text options shown in the close ticket screen of the agent interface. Possible settings: 0 = Disabled, 1 = Enabled, 2 = Enabled and required.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewClose
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketClose'}->{'TicketFreeText'} =  {
  '1' => '0',
  '10' => '0',
  '11' => '0',
  '12' => '0',
  '13' => '0',
  '14' => '0',
  '15' => '0',
  '16' => '0',
  '2' => '0',
  '3' => '0',
  '4' => '0',
  '5' => '0',
  '6' => '0',
  '7' => '0',
  '8' => '0',
  '9' => '0'
};


Ticket::Frontend::AgentTicketClose###TicketFreeTime
Description Value
Description: Ticket free time options shown in the close ticket screen of the agent interface. Possible settings: 0 = Disabled, 1 = Enabled, 2 = Enabled and required.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewClose
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketClose'}->{'TicketFreeTime'} =  {
  '1' => '0',
  '2' => '0',
  '3' => '0',
  '4' => '0',
  '5' => '0',
  '6' => '0'
};


Ticket::Frontend::AgentTicketClose###ArticleFreeText
Description Value
Description: Article free text options shown in the close ticket screen of the agent interface. Possible settings: 0 = Disabled, 1 = Enabled, 2 = Enabled and required.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewClose
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketClose'}->{'ArticleFreeText'} =  {
  '1' => '0',
  '2' => '0',
  '3' => '0'
};


Ticket::Frontend::AgentTicketClose###HistoryType
Description Value
Description: Defines the history type for the close ticket screen action, which gets used for ticket history in the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewClose
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketClose'}->{'HistoryType'} =  'AddNote';


Ticket::Frontend::AgentTicketClose###HistoryComment
Description Value
Description: Defines the history comment for the close ticket screen action, which gets used for ticket history in the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewClose
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketClose'}->{'HistoryComment'} =  '%%Close';


Frontend::Agent::Ticket::ViewCompose

Ticket::Frontend::AgentTicketCompose###Permission
Description Value
Description: Required permissions to use the ticket compose screen in the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewCompose
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketCompose'}->{'Permission'} =  'compose';


Ticket::Frontend::AgentTicketCompose###RequiredLock
Description Value
Description: Defines if a ticket lock is required in the ticket compose screen of the agent interface (if the ticket isn't locked yet, the ticket gets locked and the current agent will be set automatically as its owner).
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewCompose
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketCompose'}->{'RequiredLock'} =  '1';


Ticket::Frontend::AgentTicketCompose###StateDefault
Description Value
Description: Defines the default next state of a ticket if it is composed / answered in the ticket compose screen of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewCompose
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketCompose'}->{'StateDefault'} =  'open';


Ticket::Frontend::AgentTicketCompose###StateType
Description Value
Description: Defines the next possible states after composing / answering a ticket in the ticket compose screen of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewCompose
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketCompose'}->{'StateType'} =  [
  'open',
  'closed',
  'pending auto',
  'pending reminder'
];


Ticket::Frontend::ResponseFormat
Description Value
Description: Defines the format of responses in the ticket compose screen of the agent interface ($QData{"OrigFrom"} is From 1:1, $QData{"OrigFromName"} is only realname of From).
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewCompose
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::ResponseFormat'} =  '$QData{"Salutation"}
$QData{"StdResponse"}
$QData{"Signature"}
$TimeShort{"$QData{"Created"}"} - $QData{"OrigFromName"} $Text{"wrote"}:
$QData{"Body"}
';


Ticket::Frontend::Quote
Description Value
Description: Defines the used character for email quotes in the ticket compose screen of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewCompose
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::Quote'} =  '>';


Ticket::Frontend::ComposeAddCustomerAddress
Description Value
Description: Adds customers email addresses to recipients in the ticket compose screen of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewCompose
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::ComposeAddCustomerAddress'} =  '1';


Ticket::Frontend::ComposeReplaceSenderAddress
Description Value
Description: Replaces the original sender with current customer's email address on compose answer in the ticket compose screen of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewCompose
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::ComposeReplaceSenderAddress'} =  '0';


Ticket::Frontend::ComposeExcludeCcRecipients
Description Value
Description: Uses Cc recipients in reply Cc list on compose an email answer in the ticket compose screen of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewCompose
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::ComposeExcludeCcRecipients'} =  '0';


Ticket::Frontend::AgentTicketCompose###TicketFreeText
Description Value
Description: Ticket free text options shown in the ticket compose screen of the agent interface. Possible settings: 0 = Disabled, 1 = Enabled, 2 = Enabled and required.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewCompose
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketCompose'}->{'TicketFreeText'} =  {
  '1' => '0',
  '10' => '0',
  '11' => '0',
  '12' => '0',
  '13' => '0',
  '14' => '0',
  '15' => '0',
  '16' => '0',
  '2' => '0',
  '3' => '0',
  '4' => '0',
  '5' => '0',
  '6' => '0',
  '7' => '0',
  '8' => '0',
  '9' => '0'
};


Ticket::Frontend::AgentTicketCompose###TicketFreeTime
Description Value
Description: Ticket free time options shown in the ticket compose screen of the agent interface. Possible settings: 0 = Disabled, 1 = Enabled, 2 = Enabled and required.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewCompose
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketCompose'}->{'TicketFreeTime'} =  {
  '1' => '0',
  '2' => '0',
  '3' => '0',
  '4' => '0',
  '5' => '0',
  '6' => '0'
};


Ticket::Frontend::AgentTicketCompose###ArticleFreeText
Description Value
Description: Article free text options shown in the ticket compose screen of the agent interface. Possible settings: 0 = Disabled, 1 = Enabled, 2 = Enabled and required.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewCompose
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketCompose'}->{'ArticleFreeText'} =  {
  '1' => '0',
  '2' => '0',
  '3' => '0'
};


Frontend::Agent::Ticket::ViewCustomer

Ticket::Frontend::AgentTicketCustomer###Permission
Description Value
Description: Required permissions to change the customer of a ticket in the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewCustomer
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketCustomer'}->{'Permission'} =  'customer';


Ticket::Frontend::AgentTicketCustomer###RequiredLock
Description Value
Description: Defines if a ticket lock is required to change the customer of a ticket in the agent interface (if the ticket isn't locked yet, the ticket gets locked and the current agent will be set automatically as its owner).
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewCustomer
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketCustomer'}->{'RequiredLock'} =  '0';


Frontend::Agent::Ticket::ViewEmailNew

Ticket::Frontend::AgentTicketEmail###Priority
Description Value
Description: Sets the default priority for new email tickets in the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewEmailNew
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketEmail'}->{'Priority'} =  '3 normal';


Ticket::Frontend::AgentTicketEmail###ArticleType
Description Value
Description: Sets the default article type for new email tickets in the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewEmailNew
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketEmail'}->{'ArticleType'} =  'email-external';


Ticket::Frontend::AgentTicketEmail###SenderType
Description Value
Description: Sets the default sender type for new email tickets in the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewEmailNew
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketEmail'}->{'SenderType'} =  'agent';


Ticket::Frontend::AgentTicketEmail###Subject
Description Value
Description: Sets the default subject for new email tickets (e.g. 'email Outbound') in the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewEmailNew
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketEmail'}->{'Subject'} =  '';


Ticket::Frontend::AgentTicketEmail###Body
Description Value
Description: Sets the default text for new email tickets in the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewEmailNew
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketEmail'}->{'Body'} =  '';


Ticket::Frontend::AgentTicketEmail###StateDefault
Description Value
Description: Sets the default next ticket state, after the creation of an email ticket in the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewEmailNew
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketEmail'}->{'StateDefault'} =  'open';


Ticket::Frontend::AgentTicketEmail###StateType
Description Value
Description: Determines the next possible ticket states, after the creation of a new email ticket in the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewEmailNew
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketEmail'}->{'StateType'} =  [
  'open',
  'pending auto',
  'pending reminder',
  'closed'
];


Ticket::Frontend::AgentTicketEmail###TicketFreeText
Description Value
Description: Ticket free text options shown in the email ticket screen of the agent interface. Possible settings: 0 = Disabled, 1 = Enabled, 2 = Enabled and required.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewEmailNew
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketEmail'}->{'TicketFreeText'} =  {
  '1' => '0',
  '10' => '0',
  '11' => '0',
  '12' => '0',
  '13' => '0',
  '14' => '0',
  '15' => '0',
  '16' => '0',
  '2' => '0',
  '3' => '0',
  '4' => '0',
  '5' => '0',
  '6' => '0',
  '7' => '0',
  '8' => '0',
  '9' => '0'
};


Ticket::Frontend::AgentTicketEmail###TicketFreeTime
Description Value
Description: Ticket free time options shown in the email ticket screen of the agent interface. Possible settings: 0 = Disabled, 1 = Enabled, 2 = Enabled and required.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewEmailNew
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketEmail'}->{'TicketFreeTime'} =  {
  '1' => '0',
  '2' => '0',
  '3' => '0',
  '4' => '0',
  '5' => '0',
  '6' => '0'
};


Ticket::Frontend::AgentTicketEmail###ArticleFreeText
Description Value
Description: Article free text options shown in the email ticket screen of the agent interface. Possible settings: 0 = Disabled, 1 = Enabled, 2 = Enabled and required.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewEmailNew
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketEmail'}->{'ArticleFreeText'} =  {
  '1' => '0',
  '2' => '0',
  '3' => '0'
};


Ticket::Frontend::AgentTicketEmail###HistoryType
Description Value
Description: Defines the history type for the email ticket screen action, which gets used for ticket history in the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewEmailNew
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketEmail'}->{'HistoryType'} =  'EmailAgent';


Ticket::Frontend::AgentTicketEmail###HistoryComment
Description Value
Description: Defines the history comment for the email ticket screen action, which gets used for ticket history in the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewEmailNew
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketEmail'}->{'HistoryComment'} =  '';


Frontend::Agent::Ticket::ViewEscalation

Ticket::Frontend::AgentTicketEscalationView###ViewableTicketsPage
Description Value
Description: Shows all open tickets (even if they are locked) in the escalation view of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewEscalation
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketEscalationView'}->{'ViewableTicketsPage'} =  '50';


Ticket::Frontend::AgentTicketEscalationView###SortBy::Default
Description Value
Description: Defines the default ticket attribute for ticket sorting in the escalation view of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewEscalation
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketEscalationView'}->{'SortBy::Default'} =  'EscalationTime';


Ticket::Frontend::AgentTicketEscalationView###Order::Default
Description Value
Description: Defines the default ticket order (after priority sort) in the escalation view of the agent interface. Up: oldest on top. Down: latest on top.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewEscalation
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketEscalationView'}->{'Order::Default'} =  'Up';


Frontend::Agent::Ticket::ViewForward

Ticket::Frontend::AgentTicketForward###Permission
Description Value
Description: Required permissions to use the ticket forward screen in the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewForward
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketForward'}->{'Permission'} =  'forward';


Ticket::Frontend::AgentTicketForward###RequiredLock
Description Value
Description: Defines if a ticket lock is required in the ticket forward screen of the agent interface (if the ticket isn't locked yet, the ticket gets locked and the current agent will be set automatically as its owner).
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewForward
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketForward'}->{'RequiredLock'} =  '1';


Ticket::Frontend::AgentTicketForward###StateDefault
Description Value
Description: Defines the default next state of a ticket after being forwarded, in the ticket forward screen of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewForward
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketForward'}->{'StateDefault'} =  'closed successful';


Ticket::Frontend::AgentTicketForward###StateType
Description Value
Description: Defines the next possible states after forwarding a ticket in the ticket forward screen of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewForward
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketForward'}->{'StateType'} =  [
  'open',
  'closed',
  'pending reminder',
  'pending auto'
];


Ticket::Frontend::AgentTicketForward###ArticleTypeDefault
Description Value
Description: Defines the default type of forwarded message in the ticket forward screen of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewForward
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketForward'}->{'ArticleTypeDefault'} =  'email-external';


Ticket::Frontend::AgentTicketForward###ArticleTypes
Description Value
Description: Specifies the different article types that will be used in the system.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewForward
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketForward'}->{'ArticleTypes'} =  [
  'email-external',
  'email-internal'
];


Ticket::Frontend::AgentTicketForward###TicketFreeText
Description Value
Description: Ticket free text options shown in the ticket forward screen of the agent interface. Possible settings: 0 = Disabled, 1 = Enabled, 2 = Enabled and required.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewForward
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketForward'}->{'TicketFreeText'} =  {
  '1' => '0',
  '10' => '0',
  '11' => '0',
  '12' => '0',
  '13' => '0',
  '14' => '0',
  '15' => '0',
  '16' => '0',
  '2' => '0',
  '3' => '0',
  '4' => '0',
  '5' => '0',
  '6' => '0',
  '7' => '0',
  '8' => '0',
  '9' => '0'
};


Ticket::Frontend::AgentTicketForward###TicketFreeTime
Description Value
Description: Ticket free time options shown in the ticket forward screen of the agent interface. Possible settings: 0 = Disabled, 1 = Enabled, 2 = Enabled and required.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewForward
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketForward'}->{'TicketFreeTime'} =  {
  '1' => '0',
  '2' => '0',
  '3' => '0',
  '4' => '0',
  '5' => '0',
  '6' => '0'
};


Ticket::Frontend::AgentTicketForward###ArticleFreeText
Description Value
Description: Article free text options shown in the ticket phone outbound screen of the agent interface. Possible settings: 0 = Disabled, 1 = Enabled, 2 = Enabled and required.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewForward
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketForward'}->{'ArticleFreeText'} =  {
  '1' => '0',
  '2' => '0',
  '3' => '0'
};


Frontend::Agent::Ticket::ViewFreeText

Ticket::Frontend::AgentTicketFreeText###Permission
Description Value
Description: Required permissions to use the ticket free text screen in the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewFreeText
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketFreeText'}->{'Permission'} =  'rw';


Ticket::Frontend::AgentTicketFreeText###RequiredLock
Description Value
Description: Defines if a ticket lock is required in the ticket free text screen of the agent interface (if the ticket isn't locked yet, the ticket gets locked and the current agent will be set automatically as its owner).
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewFreeText
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketFreeText'}->{'RequiredLock'} =  '0';


Ticket::Frontend::AgentTicketFreeText###TicketType
Description Value
Description: Sets the ticket type in the ticket free text screen of the agent interface (Ticket::Type needs to be activated).
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewFreeText
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketFreeText'}->{'TicketType'} =  '1';


Ticket::Frontend::AgentTicketFreeText###Service
Description Value
Description: Sets the service in the ticket free text screen of the agent interface (Ticket::Service needs to be activated).
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewFreeText
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketFreeText'}->{'Service'} =  '1';


Ticket::Frontend::AgentTicketFreeText###Owner
Description Value
Description: Sets the ticket owner in the ticket free text screen of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewFreeText
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketFreeText'}->{'Owner'} =  '0';


Ticket::Frontend::AgentTicketFreeText###OwnerMandatory
Description Value
Description: Sets if ticket owner must be selected by the agent.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewFreeText
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketFreeText'}->{'OwnerMandatory'} =  '0';


Ticket::Frontend::AgentTicketFreeText###Responsible
Description Value
Description: Sets the responsible agent of the ticket in the ticket free text screen of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewFreeText
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketFreeText'}->{'Responsible'} =  '0';


Ticket::Frontend::AgentTicketFreeText###State
Description Value
Description: If a note is added by an agent, sets the state of a ticket in the ticket free text screen of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewFreeText
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketFreeText'}->{'State'} =  '0';


Ticket::Frontend::AgentTicketFreeText###StateType
Description Value
Description: Defines the next state of a ticket after adding a note, in the ticket free text screen of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewFreeText
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketFreeText'}->{'StateType'} =  [
  'open',
  'closed',
  'pending reminder',
  'pending auto'
];


Ticket::Frontend::AgentTicketFreeText###StateDefault
Description Value
Description: Defines the default next state of a ticket after adding a note, in the ticket free text screen of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewFreeText
Valid: 0
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketFreeText'}->{'StateDefault'} =  'open';


Ticket::Frontend::AgentTicketFreeText###Note
Description Value
Description: Allows adding notes in the ticket free text screen of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewFreeText
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketFreeText'}->{'Note'} =  '0';


Ticket::Frontend::AgentTicketFreeText###Subject
Description Value
Description: Defines the default subject of a note in the ticket free text screen of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewFreeText
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketFreeText'}->{'Subject'} =  '$Text{"Note"}';


Ticket::Frontend::AgentTicketFreeText###Body
Description Value
Description: Defines the default body of a note in the ticket free text screen of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewFreeText
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketFreeText'}->{'Body'} =  '';


Ticket::Frontend::AgentTicketFreeText###InvolvedAgent
Description Value
Description: Shows a list of all the involved agents on this ticket, in the ticket free text screen of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewFreeText
Valid: 0
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketFreeText'}->{'InvolvedAgent'} =  '0';


Ticket::Frontend::AgentTicketFreeText###InformAgent
Description Value
Description: Shows a list of all the possible agents (all agents with note permissions on the queue/ticket) to determine who should be informed about this note, in the ticket free text screen of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewFreeText
Valid: 0
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketFreeText'}->{'InformAgent'} =  '0';


Ticket::Frontend::AgentTicketFreeText###ArticleTypeDefault
Description Value
Description: Defines the default type of the note in the ticket free text screen of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewFreeText
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketFreeText'}->{'ArticleTypeDefault'} =  'note-internal';


Ticket::Frontend::AgentTicketFreeText###ArticleTypes
Description Value
Description: Specifies the different note types that will be used in the system.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewFreeText
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketFreeText'}->{'ArticleTypes'} =  {
  'note-external' => '1',
  'note-internal' => '1',
  'note-report' => '0'
};


Ticket::Frontend::AgentTicketFreeText###Priority
Description Value
Description: Shows the ticket priority options in the ticket free text screen of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewFreeText
Valid: 0
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketFreeText'}->{'Priority'} =  '0';


Ticket::Frontend::AgentTicketFreeText###PriorityDefault
Description Value
Description: Defines the default ticket priority in the ticket free text screen of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewFreeText
Valid: 0
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketFreeText'}->{'PriorityDefault'} =  '3 normal';


Ticket::Frontend::AgentTicketFreeText###Title
Description Value
Description: Shows the title fields in the ticket free text screen of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewFreeText
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketFreeText'}->{'Title'} =  '1';


Ticket::Frontend::AgentTicketFreeText###TicketFreeText
Description Value
Description: Ticket free text options shown in the ticket free text screen of the agent interface. Possible settings: 0 = Disabled, 1 = Enabled, 2 = Enabled and required.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewFreeText
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketFreeText'}->{'TicketFreeText'} =  {
  '1' => '1',
  '10' => '0',
  '11' => '0',
  '12' => '0',
  '13' => '0',
  '14' => '0',
  '15' => '0',
  '16' => '0',
  '2' => '1',
  '3' => '1',
  '4' => '1',
  '5' => '0',
  '6' => '0',
  '7' => '0',
  '8' => '0',
  '9' => '0'
};


Ticket::Frontend::AgentTicketFreeText###TicketFreeTime
Description Value
Description: Ticket free time options shown in the ticket free text screen of the agent interface. Possible settings: 0 = Disabled, 1 = Enabled, 2 = Enabled and required.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewFreeText
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketFreeText'}->{'TicketFreeTime'} =  {
  '1' => '0',
  '2' => '0',
  '3' => '0',
  '4' => '0',
  '5' => '0',
  '6' => '0'
};


Ticket::Frontend::AgentTicketFreeText###ArticleFreeText
Description Value
Description: Article free text options shown in the ticket free text screen of the agent interface. Possible settings: 0 = Disabled, 1 = Enabled, 2 = Enabled and required.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewFreeText
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketFreeText'}->{'ArticleFreeText'} =  {
  '1' => '0',
  '2' => '0',
  '3' => '0'
};


Ticket::Frontend::AgentTicketFreeText###HistoryType
Description Value
Description: Defines the history type for the ticket free text screen action, which gets used for ticket history.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewFreeText
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketFreeText'}->{'HistoryType'} =  'AddNote';


Ticket::Frontend::AgentTicketFreeText###HistoryComment
Description Value
Description: Defines the history comment for the ticket free text screen action, which gets used for ticket history.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewFreeText
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketFreeText'}->{'HistoryComment'} =  '%%FreeText';


Frontend::Agent::Ticket::ViewHistory

Ticket::Frontend::HistoryOrder
Description Value
Description: Shows the ticket history (reverse ordered) in the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewHistory
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::HistoryOrder'} =  'normal';


Frontend::Agent::Ticket::ViewMailbox

Ticket::Frontend::AgentTicketLockedView###SortBy::Default
Description Value
Description: Defines the default ticket attribute for ticket sorting in the locked ticket view of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewMailbox
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketLockedView'}->{'SortBy::Default'} =  'Age';


Ticket::Frontend::AgentTicketLockedView###Order::Default
Description Value
Description: Defines the default ticket order in the ticket locked view of the agent interface. Up: oldest on top. Down: latest on top.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewMailbox
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketLockedView'}->{'Order::Default'} =  'Up';


Ticket::Frontend::AgentTicketResponsibleView###SortBy::Default
Description Value
Description: Defines the default ticket attribute for ticket sorting in the responsible view of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewMailbox
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketResponsibleView'}->{'SortBy::Default'} =  'Age';


Ticket::Frontend::AgentTicketResponsibleView###Order::Default
Description Value
Description: Defines the default ticket order in the responsible view of the agent interface. Up: oldest on top. Down: latest on top.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewMailbox
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketResponsibleView'}->{'Order::Default'} =  'Up';


Ticket::Frontend::AgentTicketWatchView###SortBy::Default
Description Value
Description: Defines the default ticket attribute for ticket sorting in the watch view of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewMailbox
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketWatchView'}->{'SortBy::Default'} =  'Age';


Ticket::Frontend::AgentTicketWatchView###Order::Default
Description Value
Description: Defines the default ticket order in the watch view of the agent interface. Up: oldest on top. Down: latest on top.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewMailbox
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketWatchView'}->{'Order::Default'} =  'Up';


Frontend::Agent::Ticket::ViewMerge

Ticket::Frontend::AgentTicketMerge###Permission
Description Value
Description: Required permissions to use the ticket merge screen of a zoomed ticket in the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewMerge
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketMerge'}->{'Permission'} =  'rw';


Ticket::Frontend::AgentTicketMerge###RequiredLock
Description Value
Description: Defines if a ticket lock is required in the ticket merge screen of a zoomed ticket in the agent interface (if the ticket isn't locked yet, the ticket gets locked and the current agent will be set automatically as its owner).
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewMerge
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketMerge'}->{'RequiredLock'} =  '1';


Ticket::Frontend::MergeText
Description Value
Description: When tickets are merged, the customer can be informed per email by setting the check box "Inform Sender". In this text area, you can define a pre-formatted text which can later be modified by the agents.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewMerge
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::MergeText'} =  'Your email with ticket number "<OTRS_TICKET>" is merged to "<OTRS_MERGE_TO_TICKET>".';


Ticket::Frontend::AutomaticMergeText
Description Value
Description: When tickets are merged, a note will be added automatically to the ticket which is no longer active. In this text area you can define this text (This text cannot be changed by the agent).
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewMerge
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::AutomaticMergeText'} =  'Merged Ticket <OTRS_TICKET> to <OTRS_MERGE_TO_TICKET>.';


Frontend::Agent::Ticket::ViewMove

Ticket::Frontend::MoveType
Description Value
Description: Determines if the list of possible queues to move to ticket into should be displayed in a dropdown list or in a new window in the agent interface. If "New Window" is set you can add a move note to the ticket.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewMove
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::MoveType'} =  'form';


Ticket::Frontend::AgentTicketMove###State
Description Value
Description: Allows to set a new ticket state in the move ticket screen of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewMove
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketMove'}->{'State'} =  '1';


Ticket::DefaultNextMoveStateType
Description Value
Description: Defines the next state of a ticket after being moved to another queue, in the move ticket screen of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewMove
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::DefaultNextMoveStateType'} =  [
  'open',
  'closed'
];


Ticket::Frontend::AgentTicketMove###Priority
Description Value
Description: Shows the ticket priority options in the move ticket screen of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewMove
Valid: 0
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketMove'}->{'Priority'} =  '0';


Ticket::Frontend::AgentTicketMove###TicketFreeText
Description Value
Description: Ticket free text options shown in the move ticket screen of the agent interface. Possible settings: 0 = Disabled, 1 = Enabled, 2 = Enabled and required.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewMove
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketMove'}->{'TicketFreeText'} =  {
  '1' => '0',
  '10' => '0',
  '11' => '0',
  '12' => '0',
  '13' => '0',
  '14' => '0',
  '15' => '0',
  '16' => '0',
  '2' => '0',
  '3' => '0',
  '4' => '0',
  '5' => '0',
  '6' => '0',
  '7' => '0',
  '8' => '0',
  '9' => '0'
};


Ticket::Frontend::AgentTicketMove###TicketFreeTime
Description Value
Description: Ticket free time options shown in the move ticket screen of the agent interface. Possible settings: 0 = Disabled, 1 = Enabled, 2 = Enabled and required.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewMove
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketMove'}->{'TicketFreeTime'} =  {
  '1' => '0',
  '2' => '0',
  '3' => '0',
  '4' => '0',
  '5' => '0',
  '6' => '0'
};


Ticket::Frontend::AgentTicketMove###NextScreen
Description Value
Description: Determines the next screen after the ticket is moved. LastScreenOverview will return to search results, queueview, dashboard or the like, LastScreenView will return to TicketZoom.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewMove
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketMove'}->{'NextScreen'} =  'LastScreenView';


Ticket::Frontend::AgentTicketMove###Subject
Description Value
Description: Sets the default subject for notes added in the ticket move screen of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewMove
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketMove'}->{'Subject'} =  '$Text{"Change Queue"}';


Ticket::Frontend::AgentTicketMove###Body
Description Value
Description: Sets the default body text for notes added in the ticket move screen of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewMove
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketMove'}->{'Body'} =  '';


Frontend::Agent::Ticket::ViewNote

Ticket::Frontend::AgentTicketNote###Permission
Description Value
Description: Required permissions to use the ticket note screen in the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewNote
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketNote'}->{'Permission'} =  'note';


Ticket::Frontend::AgentTicketNote###RequiredLock
Description Value
Description: Defines if a ticket lock is required in the ticket note screen of the agent interface (if the ticket isn't locked yet, the ticket gets locked and the current agent will be set automatically as its owner).
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewNote
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketNote'}->{'RequiredLock'} =  '0';


Ticket::Frontend::AgentTicketNote###TicketType
Description Value
Description: Sets the ticket type in the ticket note screen of the agent interface (Ticket::Type needs to be activated).
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewNote
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketNote'}->{'TicketType'} =  '0';


Ticket::Frontend::AgentTicketNote###Service
Description Value
Description: Sets the service in the ticket note screen of the agent interface (Ticket::Service needs to be activated).
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewNote
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketNote'}->{'Service'} =  '0';


Ticket::Frontend::AgentTicketNote###Owner
Description Value
Description: Sets the ticket owner in the ticket note screen of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewNote
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketNote'}->{'Owner'} =  '0';


Ticket::Frontend::AgentTicketNote###OwnerMandatory
Description Value
Description: Sets if ticket owner must be selected by the agent.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewNote
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketNote'}->{'OwnerMandatory'} =  '0';


Ticket::Frontend::AgentTicketNote###Responsible
Description Value
Description: Sets the responsible agent of the ticket in the ticket note screen of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewNote
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketNote'}->{'Responsible'} =  '0';


Ticket::Frontend::AgentTicketNote###State
Description Value
Description: If a note is added by an agent, sets the state of a ticket in the ticket note screen of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewNote
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketNote'}->{'State'} =  '0';


Ticket::Frontend::AgentTicketNote###StateType
Description Value
Description: Defines the next state of a ticket after adding a note, in the ticket note screen of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewNote
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketNote'}->{'StateType'} =  [
  'open',
  'closed',
  'pending reminder',
  'pending auto'
];


Ticket::Frontend::AgentTicketNote###StateDefault
Description Value
Description: Defines the default next state of a ticket after adding a note, in the ticket note screen of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewNote
Valid: 0
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketNote'}->{'StateDefault'} =  'open';


Ticket::Frontend::AgentTicketNote###Note
Description Value
Description: Allows adding notes in the ticket note screen of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewNote
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketNote'}->{'Note'} =  '1';


Ticket::Frontend::AgentTicketNote###Subject
Description Value
Description: Sets the default subject for notes added in the ticket note screen of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewNote
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketNote'}->{'Subject'} =  '$Text{"Note"}';


Ticket::Frontend::AgentTicketNote###Body
Description Value
Description: Sets the default body text for notes added in the ticket note screen of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewNote
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketNote'}->{'Body'} =  '';


Ticket::Frontend::AgentTicketNote###InvolvedAgent
Description Value
Description: Shows a list of all the involved agents on this ticket, in the ticket note screen of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewNote
Valid: 0
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketNote'}->{'InvolvedAgent'} =  '0';


Ticket::Frontend::AgentTicketNote###InformAgent
Description Value
Description: Shows a list of all the possible agents (all agents with note permissions on the queue/ticket) to determine who should be informed about this note, in the ticket note screen of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewNote
Valid: 0
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketNote'}->{'InformAgent'} =  '0';


Ticket::Frontend::AgentTicketNote###ArticleTypeDefault
Description Value
Description: Defines the default type of the note in the ticket note screen of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewNote
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketNote'}->{'ArticleTypeDefault'} =  'note-internal';


Ticket::Frontend::AgentTicketNote###ArticleTypes
Description Value
Description: Specifies the different note types that will be used in the system.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewNote
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketNote'}->{'ArticleTypes'} =  {
  'note-external' => '1',
  'note-internal' => '1',
  'note-report' => '0'
};


Ticket::Frontend::AgentTicketNote###Priority
Description Value
Description: Shows the ticket priority options in the ticket note screen of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewNote
Valid: 0
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketNote'}->{'Priority'} =  '0';


Ticket::Frontend::AgentTicketNote###PriorityDefault
Description Value
Description: Defines the default ticket priority in the ticket note screen of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewNote
Valid: 0
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketNote'}->{'PriorityDefault'} =  '3 normal';


Ticket::Frontend::AgentTicketNote###Title
Description Value
Description: Shows the title fields in the ticket note screen of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewNote
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketNote'}->{'Title'} =  '0';


Ticket::Frontend::AgentTicketNote###TicketFreeText
Description Value
Description: Ticket free text options shown in the ticket note screen of the agent interface. Possible settings: 0 = Disabled, 1 = Enabled, 2 = Enabled and required.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewNote
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketNote'}->{'TicketFreeText'} =  {
  '1' => '0',
  '10' => '0',
  '11' => '0',
  '12' => '0',
  '13' => '0',
  '14' => '0',
  '15' => '0',
  '16' => '0',
  '2' => '0',
  '3' => '0',
  '4' => '0',
  '5' => '0',
  '6' => '0',
  '7' => '0',
  '8' => '0',
  '9' => '0'
};


Ticket::Frontend::AgentTicketNote###TicketFreeTime
Description Value
Description: Ticket free time options shown in the ticket note screen of the agent interface. Possible settings: 0 = Disabled, 1 = Enabled, 2 = Enabled and required.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewNote
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketNote'}->{'TicketFreeTime'} =  {
  '1' => '0',
  '2' => '0',
  '3' => '0',
  '4' => '0',
  '5' => '0',
  '6' => '0'
};


Ticket::Frontend::AgentTicketNote###ArticleFreeText
Description Value
Description: Article free text options shown in the ticket note screen of the agent interface. Possible settings: 0 = Disabled, 1 = Enabled, 2 = Enabled and required.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewNote
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketNote'}->{'ArticleFreeText'} =  {
  '1' => '0',
  '2' => '0',
  '3' => '0'
};


Ticket::Frontend::AgentTicketNote###HistoryType
Description Value
Description: Defines the history type for the ticket note screen action, which gets used for ticket history in the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewNote
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketNote'}->{'HistoryType'} =  'AddNote';


Ticket::Frontend::AgentTicketNote###HistoryComment
Description Value
Description: Defines the history comment for the ticket note screen action, which gets used for ticket history in the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewNote
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketNote'}->{'HistoryComment'} =  '%%Note';


Frontend::Agent::Ticket::ViewOwner

Ticket::Frontend::AgentTicketOwner###Permission
Description Value
Description: Required permissions to use the ticket owner screen of a zoomed ticket in the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewOwner
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketOwner'}->{'Permission'} =  'owner';


Ticket::Frontend::AgentTicketOwner###RequiredLock
Description Value
Description: Defines if a ticket lock is required in the ticket owner screen of a zoomed ticket in the agent interface (if the ticket isn't locked yet, the ticket gets locked and the current agent will be set automatically as its owner).
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewOwner
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketOwner'}->{'RequiredLock'} =  '0';


Ticket::Frontend::AgentTicketOwner###TicketType
Description Value
Description: Sets the ticket type in the ticket owner screen of a zoomed ticket in the agent interface (Ticket::Type needs to be activated).
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewOwner
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketOwner'}->{'TicketType'} =  '0';


Ticket::Frontend::AgentTicketOwner###Service
Description Value
Description: Sets the service in the ticket owner screen of a zoomed ticket in the agent interface (Ticket::Service needs to be activated).
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewOwner
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketOwner'}->{'Service'} =  '0';


Ticket::Frontend::AgentTicketOwner###Owner
Description Value
Description: Sets the ticket owner in the ticket owner screen of a zoomed ticket in the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewOwner
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketOwner'}->{'Owner'} =  '1';


Ticket::Frontend::AgentTicketOwner###OwnerMandatory
Description Value
Description: Sets if ticket owner must be selected by the agent.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewOwner
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketOwner'}->{'OwnerMandatory'} =  '1';


Ticket::Frontend::AgentTicketOwner###Responsible
Description Value
Description: Sets the responsible agent of the ticket in the ticket owner screen of a zoomed ticket in the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewOwner
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketOwner'}->{'Responsible'} =  '0';


Ticket::Frontend::AgentTicketOwner###State
Description Value
Description: If a note is added by an agent, sets the state of the ticket in the ticket owner screen of a zoomed ticket in the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewOwner
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketOwner'}->{'State'} =  '0';


Ticket::Frontend::AgentTicketOwner###StateType
Description Value
Description: Defines the next state of a ticket after adding a note, in the ticket owner screen of a zoomed ticket in the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewOwner
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketOwner'}->{'StateType'} =  [
  'open',
  'pending reminder',
  'pending auto'
];


Ticket::Frontend::AgentTicketOwner###StateDefault
Description Value
Description: Defines the default next state of a ticket after adding a note, in the ticket owner screen of a zoomed ticket in the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewOwner
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketOwner'}->{'StateDefault'} =  'open';


Ticket::Frontend::AgentTicketOwner###Note
Description Value
Description: Allows adding notes in the ticket owner screen of a zoomed ticket in the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewOwner
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketOwner'}->{'Note'} =  '1';


Ticket::Frontend::AgentTicketOwner###Subject
Description Value
Description: Sets the default subject for notes added in the ticket owner screen of a zoomed ticket in the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewOwner
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketOwner'}->{'Subject'} =  '$Text{"Owner Update"}!';


Ticket::Frontend::AgentTicketOwner###Body
Description Value
Description: Sets the default body text for notes added in the ticket owner screen of a zoomed ticket in the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewOwner
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketOwner'}->{'Body'} =  '';


Ticket::Frontend::AgentTicketOwner###InvolvedAgent
Description Value
Description: Shows a list of all the involved agents on this ticket, in the ticket owner screen of a zoomed ticket in the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewOwner
Valid: 0
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketOwner'}->{'InvolvedAgent'} =  '0';


Ticket::Frontend::AgentTicketOwner###InformAgent
Description Value
Description: Shows a list of all the possible agents (all agents with note permissions on the queue/ticket) to determine who should be informed about this note, in the ticket owner screen of a zoomed ticket in the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewOwner
Valid: 0
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketOwner'}->{'InformAgent'} =  '0';


Ticket::Frontend::AgentTicketOwner###ArticleTypeDefault
Description Value
Description: Defines the default type of the note in the ticket owner screen of a zoomed ticket in the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewOwner
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketOwner'}->{'ArticleTypeDefault'} =  'note-internal';


Ticket::Frontend::AgentTicketOwner###ArticleTypes
Description Value
Description: Specifies the different note types that will be used in the system.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewOwner
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketOwner'}->{'ArticleTypes'} =  {
  'note-external' => '0',
  'note-internal' => '1',
  'note-report' => '0'
};


Ticket::Frontend::AgentTicketOwner###Priority
Description Value
Description: Shows the ticket priority options in the ticket owner screen of a zoomed ticket in the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewOwner
Valid: 0
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketOwner'}->{'Priority'} =  '0';


Ticket::Frontend::AgentTicketOwner###PriorityDefault
Description Value
Description: Defines the default ticket priority in the ticket owner screen of a zoomed ticket in the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewOwner
Valid: 0
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketOwner'}->{'PriorityDefault'} =  '3 normal';


Ticket::Frontend::AgentTicketOwner###Title
Description Value
Description: Shows the title fields in the ticket owner screen of a zoomed ticket in the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewOwner
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketOwner'}->{'Title'} =  '0';


Ticket::Frontend::AgentTicketOwner###TicketFreeText
Description Value
Description: Ticket free text options shown in the ticket owner screen of a zoomed ticket in the agent interface. Possible settings: 0 = Disabled, 1 = Enabled, 2 = Enabled and required.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewOwner
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketOwner'}->{'TicketFreeText'} =  {
  '1' => '0',
  '10' => '0',
  '11' => '0',
  '12' => '0',
  '13' => '0',
  '14' => '0',
  '15' => '0',
  '16' => '0',
  '2' => '0',
  '3' => '0',
  '4' => '0',
  '5' => '0',
  '6' => '0',
  '7' => '0',
  '8' => '0',
  '9' => '0'
};


Ticket::Frontend::AgentTicketOwner###TicketFreeTime
Description Value
Description: Ticket free time options shown in the ticket owner screen of a zoomed ticket in the agent interface. Possible settings: 0 = Disabled, 1 = Enabled, 2 = Enabled and required.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewOwner
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketOwner'}->{'TicketFreeTime'} =  {
  '1' => '0',
  '2' => '0',
  '3' => '0',
  '4' => '0',
  '5' => '0',
  '6' => '0'
};


Ticket::Frontend::AgentTicketOwner###ArticleFreeText
Description Value
Description: Article free text options shown in the ticket owner screen of a zoomed ticket in the agent interface. Possible settings: 0 = Disabled, 1 = Enabled, 2 = Enabled and required.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewOwner
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketOwner'}->{'ArticleFreeText'} =  {
  '1' => '0',
  '2' => '0',
  '3' => '0'
};


Ticket::Frontend::AgentTicketOwner###HistoryType
Description Value
Description: Defines the history type for the ticket owner screen action, which gets used for ticket history in the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewOwner
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketOwner'}->{'HistoryType'} =  'AddNote';


Ticket::Frontend::AgentTicketOwner###HistoryComment
Description Value
Description: Defines the history comment for the ticket owner screen action, which gets used for ticket history in the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewOwner
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketOwner'}->{'HistoryComment'} =  '%%Owner';


Frontend::Agent::Ticket::ViewPending

Ticket::Frontend::AgentTicketPending###Permission
Description Value
Description: Required permissions to use the ticket pending screen of a zoomed ticket in the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewPending
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketPending'}->{'Permission'} =  'pending';


Ticket::Frontend::AgentTicketPending###RequiredLock
Description Value
Description: Defines if a ticket lock is required in the ticket pending screen of a zoomed ticket in the agent interface (if the ticket isn't locked yet, the ticket gets locked and the current agent will be set automatically as its owner).
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewPending
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketPending'}->{'RequiredLock'} =  '1';


Ticket::Frontend::AgentTicketPending###TicketType
Description Value
Description: Sets the ticket type in the ticket pending screen of a zoomed ticket in the agent interface (Ticket::Type needs to be activated).
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewPending
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketPending'}->{'TicketType'} =  '0';


Ticket::Frontend::AgentTicketPending###Service
Description Value
Description: Sets the service in the ticket pending screen of a zoomed ticket in the agent interface (Ticket::Service needs to be activated).
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewPending
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketPending'}->{'Service'} =  '0';


Ticket::Frontend::AgentTicketPending###Owner
Description Value
Description: Sets the ticket owner in the ticket pending screen of a zoomed ticket in the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewPending
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketPending'}->{'Owner'} =  '0';


Ticket::Frontend::AgentTicketPending###OwnerMandatory
Description Value
Description: Sets if ticket owner must be selected by the agent.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewPending
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketPending'}->{'OwnerMandatory'} =  '0';


Ticket::Frontend::AgentTicketPending###Responsible
Description Value
Description: Sets the responsible agent of the ticket in the ticket pending screen of a zoomed ticket in the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewPending
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketPending'}->{'Responsible'} =  '0';


Ticket::Frontend::AgentTicketPending###State
Description Value
Description: If a note is added by an agent, sets the state of the ticket in the ticket pending screen of a zoomed ticket in the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewPending
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketPending'}->{'State'} =  '1';


Ticket::Frontend::AgentTicketPending###StateType
Description Value
Description: Defines the next state of a ticket after adding a note, in the ticket pending screen of a zoomed ticket in the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewPending
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketPending'}->{'StateType'} =  [
  'pending reminder',
  'pending auto'
];


Ticket::Frontend::AgentTicketPending###StateDefault
Description Value
Description: Defines the default next state of a ticket after adding a note, in the ticket pending screen of a zoomed ticket in the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewPending
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketPending'}->{'StateDefault'} =  'pending reminder';


Ticket::Frontend::AgentTicketPending###Note
Description Value
Description: Allows adding notes in the ticket pending screen of a zoomed ticket in the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewPending
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketPending'}->{'Note'} =  '1';


Ticket::Frontend::AgentTicketPending###Subject
Description Value
Description: Sets the default subject for notes added in the ticket pending screen of a zoomed ticket in the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewPending
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketPending'}->{'Subject'} =  '$Text{"Pending"}!';


Ticket::Frontend::AgentTicketPending###Body
Description Value
Description: Sets the default body text for notes added in the ticket pending screen of a zoomed ticket in the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewPending
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketPending'}->{'Body'} =  '';


Ticket::Frontend::AgentTicketPending###InvolvedAgent
Description Value
Description: Shows a list of all the involved agents on this ticket, in the ticket pending screen of a zoomed ticket in the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewPending
Valid: 0
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketPending'}->{'InvolvedAgent'} =  '0';


Ticket::Frontend::AgentTicketPending###InformAgent
Description Value
Description: Shows a list of all the possible agents (all agents with note permissions on the queue/ticket) to determine who should be informed about this note, in the ticket pending screen of a zoomed ticket in the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewPending
Valid: 0
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketPending'}->{'InformAgent'} =  '0';


Ticket::Frontend::AgentTicketPending###ArticleTypeDefault
Description Value
Description: Defines the default type of the note in the ticket pending screen of a zoomed ticket in the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewPending
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketPending'}->{'ArticleTypeDefault'} =  'note-internal';


Ticket::Frontend::AgentTicketPending###ArticleTypes
Description Value
Description: Specifies the different note types that will be used in the system.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewPending
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketPending'}->{'ArticleTypes'} =  {
  'note-external' => '0',
  'note-internal' => '1',
  'note-report' => '0'
};


Ticket::Frontend::AgentTicketPending###Priority
Description Value
Description: Shows the ticket priority options in the ticket pending screen of a zoomed ticket in the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewPending
Valid: 0
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketPending'}->{'Priority'} =  '0';


Ticket::Frontend::AgentTicketPending###PriorityDefault
Description Value
Description: Defines the default ticket priority in the ticket pending screen of a zoomed ticket in the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewPending
Valid: 0
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketPending'}->{'PriorityDefault'} =  '3 normal';


Ticket::Frontend::AgentTicketPending###Title
Description Value
Description: Shows the title fields in the ticket pending screen of a zoomed ticket in the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewPending
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketPending'}->{'Title'} =  '0';


Ticket::Frontend::AgentTicketPending###TicketFreeText
Description Value
Description: Ticket free text options shown in the ticket pending screen of a zoomed ticket in the agent interface. Possible settings: 0 = Disabled, 1 = Enabled, 2 = Enabled and required.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewPending
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketPending'}->{'TicketFreeText'} =  {
  '1' => '0',
  '10' => '0',
  '11' => '0',
  '12' => '0',
  '13' => '0',
  '14' => '0',
  '15' => '0',
  '16' => '0',
  '2' => '0',
  '3' => '0',
  '4' => '0',
  '5' => '0',
  '6' => '0',
  '7' => '0',
  '8' => '0',
  '9' => '0'
};


Ticket::Frontend::AgentTicketPending###TicketFreeTime
Description Value
Description: Ticket free time options shown in the ticket pending screen of a zoomed ticket in the agent interface. Possible settings: 0 = Disabled, 1 = Enabled, 2 = Enabled and required.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewPending
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketPending'}->{'TicketFreeTime'} =  {
  '1' => '0',
  '2' => '0',
  '3' => '0',
  '4' => '0',
  '5' => '0',
  '6' => '0'
};


Ticket::Frontend::AgentTicketPending###ArticleFreeText
Description Value
Description: Article free text options shown in the ticket pending screen of a zoomed ticket in the agent interface. Possible settings: 0 = Disabled, 1 = Enabled, 2 = Enabled and required.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewPending
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketPending'}->{'ArticleFreeText'} =  {
  '1' => '0',
  '2' => '0',
  '3' => '0'
};


Ticket::Frontend::AgentTicketPending###HistoryType
Description Value
Description: Defines the history type for the ticket pending screen action, which gets used for ticket history in the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewPending
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketPending'}->{'HistoryType'} =  'AddNote';


Ticket::Frontend::AgentTicketPending###HistoryComment
Description Value
Description: Defines the history comment for the ticket pending screen action, which gets used for ticket history in the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewPending
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketPending'}->{'HistoryComment'} =  '%%Pending';


Frontend::Agent::Ticket::ViewPhoneNew

Ticket::Frontend::AgentTicketPhone###Priority
Description Value
Description: Sets the default priority for new phone tickets in the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewPhoneNew
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketPhone'}->{'Priority'} =  '3 normal';


Ticket::Frontend::AgentTicketPhone###ArticleType
Description Value
Description: Sets the default article type for new phone tickets in the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewPhoneNew
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketPhone'}->{'ArticleType'} =  'phone';


Ticket::Frontend::AgentTicketPhone###SenderType
Description Value
Description: Sets the default sender type for new phone ticket in the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewPhoneNew
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketPhone'}->{'SenderType'} =  'customer';


Ticket::Frontend::AgentTicketPhone###Subject
Description Value
Description: Sets the default subject for new phone tickets (e.g. 'Phone call') in the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewPhoneNew
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketPhone'}->{'Subject'} =  '';


Ticket::Frontend::AgentTicketPhone###Body
Description Value
Description: Sets the default note text for new telephone tickets. E.g 'New ticket via call' in the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewPhoneNew
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketPhone'}->{'Body'} =  '';


Ticket::Frontend::AgentTicketPhone###StateDefault
Description Value
Description: Sets the default next state for new phone tickets in the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewPhoneNew
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketPhone'}->{'StateDefault'} =  'open';


Ticket::Frontend::AgentTicketPhone###StateType
Description Value
Description: Determines the next possible ticket states, after the creation of a new phone ticket in the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewPhoneNew
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketPhone'}->{'StateType'} =  [
  'open',
  'pending auto',
  'pending reminder',
  'closed'
];


Ticket::Frontend::AgentTicketPhone###TicketFreeText
Description Value
Description: Ticket free text options shown in the phone ticket screen of the agent interface. Possible settings: 0 = Disabled, 1 = Enabled, 2 = Enabled and required.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewPhoneNew
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketPhone'}->{'TicketFreeText'} =  {
  '1' => '0',
  '10' => '0',
  '11' => '0',
  '12' => '0',
  '13' => '0',
  '14' => '0',
  '15' => '0',
  '16' => '0',
  '2' => '0',
  '3' => '0',
  '4' => '0',
  '5' => '0',
  '6' => '0',
  '7' => '0',
  '8' => '0',
  '9' => '0'
};


Ticket::Frontend::AgentTicketPhone###TicketFreeTime
Description Value
Description: Ticket free time options shown in the phone ticket screen of the agent interface. Possible settings: 0 = Disabled, 1 = Enabled, 2 = Enabled and required.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewPhoneNew
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketPhone'}->{'TicketFreeTime'} =  {
  '1' => '0',
  '2' => '0',
  '3' => '0',
  '4' => '0',
  '5' => '0',
  '6' => '0'
};


Ticket::Frontend::AgentTicketPhone###ArticleFreeText
Description Value
Description: Article free text options shown in the phone ticket screen of the agent interface. Possible settings: 0 = Disabled, 1 = Enabled, 2 = Enabled and required.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewPhoneNew
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketPhone'}->{'ArticleFreeText'} =  {
  '1' => '0',
  '2' => '0',
  '3' => '0'
};


Ticket::Frontend::AgentTicketPhone###HistoryType
Description Value
Description: Defines the history type for the phone ticket screen action, which gets used for ticket history in the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewPhoneNew
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketPhone'}->{'HistoryType'} =  'PhoneCallCustomer';


Ticket::Frontend::AgentTicketPhone###HistoryComment
Description Value
Description: Defines the history comment for the phone ticket screen action, which gets used for ticket history in the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewPhoneNew
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketPhone'}->{'HistoryComment'} =  '';


Ticket::Frontend::AgentTicketPhone###SplitLinkType
Description Value
Description: Sets the default link type of splitted tickets in the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewPhoneNew
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketPhone'}->{'SplitLinkType'} =  {
  'Direction' => 'Target',
  'LinkType' => 'ParentChild'
};


Frontend::Agent::Ticket::ViewPhoneOutbound

Ticket::Frontend::AgentTicketPhoneOutbound###Permission
Description Value
Description: Required permissions to use the ticket phone outbound screen in the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewPhoneOutbound
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketPhoneOutbound'}->{'Permission'} =  'phone';


Ticket::Frontend::AgentTicketPhoneOutbound###RequiredLock
Description Value
Description: Defines if a ticket lock is required in the ticket phone outbound screen of the agent interface (if the ticket isn't locked yet, the ticket gets locked and the current agent will be set automatically as its owner).
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewPhoneOutbound
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketPhoneOutbound'}->{'RequiredLock'} =  '1';


Ticket::Frontend::AgentTicketPhoneOutbound###ArticleType
Description Value
Description: Defines the default type of the note in the ticket phone outbound screen of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewPhoneOutbound
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketPhoneOutbound'}->{'ArticleType'} =  'phone';


Ticket::Frontend::AgentTicketPhoneOutbound###SenderType
Description Value
Description: Defines the default sender type for phone tickets in the ticket phone outbound screen of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewPhoneOutbound
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketPhoneOutbound'}->{'SenderType'} =  'agent';


Ticket::Frontend::AgentTicketPhoneOutbound###Subject
Description Value
Description: Defines the default subject for phone tickets in the ticket phone outbound screen of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewPhoneOutbound
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketPhoneOutbound'}->{'Subject'} =  '$Text{"Phone call"}!';


Ticket::Frontend::AgentTicketPhoneOutbound###Body
Description Value
Description: Defines the default note body text for phone tickets in the ticket phone outbound screen of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewPhoneOutbound
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketPhoneOutbound'}->{'Body'} =  '';


Ticket::Frontend::AgentTicketPhoneOutbound###State
Description Value
Description: Defines the default ticket next state after adding a phone note in the ticket phone outbound screen of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewPhoneOutbound
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketPhoneOutbound'}->{'State'} =  'closed successful';


Ticket::Frontend::AgentTicketPhoneOutbound###StateType
Description Value
Description: Next possible ticket states after adding a phone note in the ticket phone outbound screen of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewPhoneOutbound
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketPhoneOutbound'}->{'StateType'} =  [
  'open',
  'pending auto',
  'pending reminder',
  'closed'
];


Ticket::Frontend::AgentTicketPhoneOutbound###TicketFreeText
Description Value
Description: Ticket free text options shown in the ticket phone outbound screen of the agent interface. Possible settings: 0 = Disabled, 1 = Enabled, 2 = Enabled and required.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewPhoneOutbound
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketPhoneOutbound'}->{'TicketFreeText'} =  {
  '1' => '0',
  '10' => '0',
  '11' => '0',
  '12' => '0',
  '13' => '0',
  '14' => '0',
  '15' => '0',
  '16' => '0',
  '2' => '0',
  '3' => '0',
  '4' => '0',
  '5' => '0',
  '6' => '0',
  '7' => '0',
  '8' => '0',
  '9' => '0'
};


Ticket::Frontend::AgentTicketPhoneOutbound###TicketFreeTime
Description Value
Description: Ticket free time options shown in the ticket phone outbound screen of the agent interface. Possible settings: 0 = Disabled, 1 = Enabled, 2 = Enabled and required.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewPhoneOutbound
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketPhoneOutbound'}->{'TicketFreeTime'} =  {
  '1' => '0',
  '2' => '0',
  '3' => '0',
  '4' => '0',
  '5' => '0',
  '6' => '0'
};


Ticket::Frontend::AgentTicketPhoneOutbound###ArticleFreeText
Description Value
Description: Article free text options shown in the ticket phone outbound screen of the agent interface. Possible settings: 0 = Disabled, 1 = Enabled, 2 = Enabled and required.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewPhoneOutbound
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketPhoneOutbound'}->{'ArticleFreeText'} =  {
  '1' => '0',
  '2' => '0',
  '3' => '0'
};


Ticket::Frontend::AgentTicketPhoneOutbound###HistoryType
Description Value
Description: Defines the history type for the ticket phone outbound screen action, which gets used for ticket history in the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewPhoneOutbound
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketPhoneOutbound'}->{'HistoryType'} =  'PhoneCallAgent';


Ticket::Frontend::AgentTicketPhoneOutbound###HistoryComment
Description Value
Description: Defines the history comment for the ticket phone outbound screen action, which gets used for ticket history in the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewPhoneOutbound
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketPhoneOutbound'}->{'HistoryComment'} =  '';


Frontend::Agent::Ticket::ViewPriority

Ticket::Frontend::AgentTicketPriority###Permission
Description Value
Description: Required permissions to use the ticket priority screen of a zoomed ticket in the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewPriority
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketPriority'}->{'Permission'} =  'priority';


Ticket::Frontend::AgentTicketPriority###RequiredLock
Description Value
Description: Defines if a ticket lock is required in the ticket priority screen of a zoomed ticket in the agent interface (if the ticket isn't locked yet, the ticket gets locked and the current agent will be set automatically as its owner).
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewPriority
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketPriority'}->{'RequiredLock'} =  '1';


Ticket::Frontend::AgentTicketPriority###TicketType
Description Value
Description: Sets the ticket type in the ticket priority screen of a zoomed ticket in the agent interface (Ticket::Type needs to be activated).
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewPriority
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketPriority'}->{'TicketType'} =  '0';


Ticket::Frontend::AgentTicketPriority###Service
Description Value
Description: Sets the service in the ticket priority screen of a zoomed ticket in the agent interface (Ticket::Service needs to be activated).
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewPriority
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketPriority'}->{'Service'} =  '0';


Ticket::Frontend::AgentTicketPriority###Owner
Description Value
Description: Sets the ticket owner in the ticket priority screen of a zoomed ticket in the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewPriority
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketPriority'}->{'Owner'} =  '0';


Ticket::Frontend::AgentTicketPriority###OwnerMandatory
Description Value
Description: Sets if ticket owner must be selected by the agent.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewPriority
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketPriority'}->{'OwnerMandatory'} =  '0';


Ticket::Frontend::AgentTicketPriority###Responsible
Description Value
Description: Sets the responsible agent of the ticket in the ticket priority screen of a zoomed ticket in the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewPriority
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketPriority'}->{'Responsible'} =  '0';


Ticket::Frontend::AgentTicketPriority###State
Description Value
Description: If a note is added by an agent, sets the state of the ticket in the ticket priority screen of a zoomed ticket in the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewPriority
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketPriority'}->{'State'} =  '0';


Ticket::Frontend::AgentTicketPriority###StateType
Description Value
Description: Defines the next state of a ticket after adding a note, in the ticket priority screen of a zoomed ticket in the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewPriority
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketPriority'}->{'StateType'} =  [
  'open',
  'pending reminder',
  'pending auto'
];


Ticket::Frontend::AgentTicketPriority###StateDefault
Description Value
Description: Defines the default next state of a ticket after adding a note, in the ticket priority screen of a zoomed ticket in the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewPriority
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketPriority'}->{'StateDefault'} =  'open';


Ticket::Frontend::AgentTicketPriority###Note
Description Value
Description: Allows adding notes in the ticket priority screen of a zoomed ticket in the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewPriority
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketPriority'}->{'Note'} =  '1';


Ticket::Frontend::AgentTicketPriority###Subject
Description Value
Description: Sets the default subject for notes added in the ticket priority screen of a zoomed ticket in the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewPriority
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketPriority'}->{'Subject'} =  '$Text{"Priority Update"}!';


Ticket::Frontend::AgentTicketPriority###Body
Description Value
Description: Sets the default body text for notes added in the ticket priority screen of a zoomed ticket in the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewPriority
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketPriority'}->{'Body'} =  '';


Ticket::Frontend::AgentTicketPriority###InvolvedAgent
Description Value
Description: Shows a list of all the involved agents on this ticket, in the ticket priority screen of a zoomed ticket in the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewPriority
Valid: 0
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketPriority'}->{'InvolvedAgent'} =  '0';


Ticket::Frontend::AgentTicketPriority###InformAgent
Description Value
Description: Shows a list of all the possible agents (all agents with note permissions on the queue/ticket) to determine who should be informed about this note, in the ticket priority screen of a zoomed ticket in the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewPriority
Valid: 0
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketPriority'}->{'InformAgent'} =  '0';


Ticket::Frontend::AgentTicketPriority###ArticleTypeDefault
Description Value
Description: Defines the default type of the note in the ticket priority screen of a zoomed ticket in the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewPriority
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketPriority'}->{'ArticleTypeDefault'} =  'note-internal';


Ticket::Frontend::AgentTicketPriority###ArticleTypes
Description Value
Description: Specifies the different note types that will be used in the system.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewPriority
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketPriority'}->{'ArticleTypes'} =  {
  'note-external' => '0',
  'note-internal' => '1',
  'note-report' => '0'
};


Ticket::Frontend::AgentTicketPriority###Priority
Description Value
Description: Shows the ticket priority options in the ticket priority screen of a zoomed ticket in the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewPriority
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketPriority'}->{'Priority'} =  '1';


Ticket::Frontend::AgentTicketPriority###PriorityDefault
Description Value
Description: Defines the default ticket priority in the ticket priority screen of a zoomed ticket in the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewPriority
Valid: 0
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketPriority'}->{'PriorityDefault'} =  '3 normal';


Ticket::Frontend::AgentTicketPriority###Title
Description Value
Description: Shows the title fields in the ticket priority screen of a zoomed ticket in the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewPriority
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketPriority'}->{'Title'} =  '0';


Ticket::Frontend::AgentTicketPriority###TicketFreeText
Description Value
Description: Ticket free text options shown in the ticket priority screen of a zoomed ticket in the agent interface. Possible settings: 0 = Disabled, 1 = Enabled, 2 = Enabled and required.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewPriority
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketPriority'}->{'TicketFreeText'} =  {
  '1' => '0',
  '10' => '0',
  '11' => '0',
  '12' => '0',
  '13' => '0',
  '14' => '0',
  '15' => '0',
  '16' => '0',
  '2' => '0',
  '3' => '0',
  '4' => '0',
  '5' => '0',
  '6' => '0',
  '7' => '0',
  '8' => '0',
  '9' => '0'
};


Ticket::Frontend::AgentTicketPriority###TicketFreeTime
Description Value
Description: Ticket free time options shown in the ticket priority screen of a zoomed ticket in the agent interface. Possible settings: 0 = Disabled, 1 = Enabled, 2 = Enabled and required.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewPriority
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketPriority'}->{'TicketFreeTime'} =  {
  '1' => '0',
  '2' => '0',
  '3' => '0',
  '4' => '0',
  '5' => '0',
  '6' => '0'
};


Ticket::Frontend::AgentTicketPriority###ArticleFreeText
Description Value
Description: Article free text options shown in the ticket priority screen of a zoomed ticket in the agent interface. Possible settings: 0 = Disabled, 1 = Enabled, 2 = Enabled and required.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewPriority
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketPriority'}->{'ArticleFreeText'} =  {
  '1' => '0',
  '2' => '0',
  '3' => '0'
};


Ticket::Frontend::AgentTicketPriority###HistoryType
Description Value
Description: Defines the history type for the ticket priority screen action, which gets used for ticket history in the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewPriority
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketPriority'}->{'HistoryType'} =  'AddNote';


Ticket::Frontend::AgentTicketPriority###HistoryComment
Description Value
Description: Defines the history comment for the ticket priority screen action, which gets used for ticket history in the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewPriority
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketPriority'}->{'HistoryComment'} =  '%%Priority';


Frontend::Agent::Ticket::ViewQueue

Ticket::Frontend::AgentTicketQueue###StripEmptyLines
Description Value
Description: Strips empty lines on the ticket preview in the queue view.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewQueue
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketQueue'}->{'StripEmptyLines'} =  '0';


Ticket::Frontend::AgentTicketQueue###ViewAllPossibleTickets
Description Value
Description: Shows all both ro and rw queues in the queue view.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewQueue
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketQueue'}->{'ViewAllPossibleTickets'} =  '0';


Ticket::Frontend::AgentTicketQueue###HighlightAge1
Description Value
Description: Sets the age in minutes (first level) for highlighting queues that contain untouched tickets.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewQueue
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketQueue'}->{'HighlightAge1'} =  '1440';


Ticket::Frontend::AgentTicketQueue###HighlightAge2
Description Value
Description: Sets the age in minutes (second level) for highlighting queues that contain untouched tickets.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewQueue
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketQueue'}->{'HighlightAge2'} =  '2880';



Ticket::Frontend::AgentTicketQueue###QueueSort
Description Value
Description: Sorts the tickets (ascendingly or descendingly) when a single queue is selected in the queue view and after the tickets are sorted by priority. Values: 0 = ascending (oldest on top, default), 1 = descending (youngest on top). Use the QueueID for the key and 0 or 1 for value.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewQueue
Valid: 0
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketQueue'}->{'QueueSort'} =  {
  '3' => '0',
  '7' => '1'
};


Ticket::Frontend::AgentTicketQueue###SortBy::Default
Description Value
Description: Defines the default sort criteria for all queues displayed in the queue view, after sort by priority is done.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewQueue
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketQueue'}->{'SortBy::Default'} =  'Age';


Ticket::Frontend::AgentTicketQueue###Order::Default
Description Value
Description: Defines the default sort order for all queues in the queue view, after priority sort.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewQueue
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketQueue'}->{'Order::Default'} =  'Up';


Frontend::Agent::Ticket::ViewResponsible

Ticket::Frontend::AgentTicketResponsible###Permission
Description Value
Description: Required permissions to use the ticket responsible screen in the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewResponsible
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketResponsible'}->{'Permission'} =  'responsible';


Ticket::Frontend::AgentTicketResponsible###RequiredLock
Description Value
Description: Defines if a ticket lock is required in the ticket responsible screen of the agent interface (if the ticket isn't locked yet, the ticket gets locked and the current agent will be set automatically as its owner).
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewResponsible
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketResponsible'}->{'RequiredLock'} =  '0';


Ticket::Frontend::AgentTicketResponsible###TicketType
Description Value
Description: Sets the ticket type in the ticket responsible screen of the agent interface (Ticket::Type needs to be activated).
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewResponsible
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketResponsible'}->{'TicketType'} =  '0';


Ticket::Frontend::AgentTicketResponsible###Service
Description Value
Description: Sets the service in the ticket responsible screen of the agent interface (Ticket::Service needs to be activated).
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewResponsible
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketResponsible'}->{'Service'} =  '0';


Ticket::Frontend::AgentTicketResponsible###Owner
Description Value
Description: Sets the ticket owner in the ticket responsible screen of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewResponsible
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketResponsible'}->{'Owner'} =  '0';


Ticket::Frontend::AgentTicketResponsible###OwnerMandatory
Description Value
Description: Sets if ticket owner must be selected by the agent.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewResponsible
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketResponsible'}->{'OwnerMandatory'} =  '0';


Ticket::Frontend::AgentTicketResponsible###Responsible
Description Value
Description: Sets the responsible agent of the ticket in the ticket responsible screen of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewResponsible
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketResponsible'}->{'Responsible'} =  '1';


Ticket::Frontend::AgentTicketResponsible###State
Description Value
Description: If a note is added by an agent, sets the state of a ticket in the ticket responsible screen of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewResponsible
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketResponsible'}->{'State'} =  '0';


Ticket::Frontend::AgentTicketResponsible###StateType
Description Value
Description: Defines the next state of a ticket after adding a note, in the ticket responsible screen of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewResponsible
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketResponsible'}->{'StateType'} =  [
  'open',
  'pending reminder',
  'pending auto'
];


Ticket::Frontend::AgentTicketResponsible###StateDefault
Description Value
Description: Defines the default next state of a ticket after adding a note, in the ticket responsible screen of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewResponsible
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketResponsible'}->{'StateDefault'} =  'open';


Ticket::Frontend::AgentTicketResponsible###Note
Description Value
Description: Allows adding notes in the ticket responsible screen of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewResponsible
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketResponsible'}->{'Note'} =  '1';


Ticket::Frontend::AgentTicketResponsible###Subject
Description Value
Description: Sets the default subject for notes added in the ticket responsible screen of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewResponsible
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketResponsible'}->{'Subject'} =  '$Text{"Responsible Update"}!';


Ticket::Frontend::AgentTicketResponsible###Body
Description Value
Description: Sets the default body text for notes added in the ticket responsible screen of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewResponsible
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketResponsible'}->{'Body'} =  '';


Ticket::Frontend::AgentTicketResponsible###InvolvedAgent
Description Value
Description: Shows a list of all the involved agents on this ticket, in the ticket responsible screen of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewResponsible
Valid: 0
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketResponsible'}->{'InvolvedAgent'} =  '0';


Ticket::Frontend::AgentTicketResponsible###InformAgent
Description Value
Description: Shows a list of all the possible agents (all agents with note permissions on the queue/ticket) to determine who should be informed about this note, in the ticket responsible screen of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewResponsible
Valid: 0
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketResponsible'}->{'InformAgent'} =  '0';


Ticket::Frontend::AgentTicketResponsible###ArticleTypeDefault
Description Value
Description: Defines the default type of the note in the ticket responsible screen of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewResponsible
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketResponsible'}->{'ArticleTypeDefault'} =  'note-internal';


Ticket::Frontend::AgentTicketResponsible###ArticleTypes
Description Value
Description: Specifies the different note types that will be used in the system.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewResponsible
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketResponsible'}->{'ArticleTypes'} =  {
  'note-external' => '0',
  'note-internal' => '1',
  'note-report' => '0'
};


Ticket::Frontend::AgentTicketResponsible###Priority
Description Value
Description: Shows the ticket priority options in the ticket responsible screen of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewResponsible
Valid: 0
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketResponsible'}->{'Priority'} =  '0';


Ticket::Frontend::AgentTicketResponsible###PriorityDefault
Description Value
Description: Defines the default ticket priority in the ticket responsible screen of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewResponsible
Valid: 0
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketResponsible'}->{'PriorityDefault'} =  '3 normal';


Ticket::Frontend::AgentTicketResponsible###Title
Description Value
Description: Shows the title fields in the ticket responsible screen of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewResponsible
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketResponsible'}->{'Title'} =  '1';


Ticket::Frontend::AgentTicketResponsible###TicketFreeText
Description Value
Description: Ticket free text options shown in the ticket responsible screen of the agent interface. Possible settings: 0 = Disabled, 1 = Enabled, 2 = Enabled and required.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewResponsible
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketResponsible'}->{'TicketFreeText'} =  {
  '1' => '0',
  '10' => '0',
  '11' => '0',
  '12' => '0',
  '13' => '0',
  '14' => '0',
  '15' => '0',
  '16' => '0',
  '2' => '0',
  '3' => '0',
  '4' => '0',
  '5' => '0',
  '6' => '0',
  '7' => '0',
  '8' => '0',
  '9' => '0'
};


Ticket::Frontend::AgentTicketResponsible###TicketFreeTime
Description Value
Description: Ticket free time options shown in the ticket responsible screen of the agent interface. Possible settings: 0 = Disabled, 1 = Enabled, 2 = Enabled and required.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewResponsible
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketResponsible'}->{'TicketFreeTime'} =  {
  '1' => '0',
  '2' => '0',
  '3' => '0',
  '4' => '0',
  '5' => '0',
  '6' => '0'
};


Ticket::Frontend::AgentTicketResponsible###ArticleFreeText
Description Value
Description: Article free text options shown in the ticket responsible screen of the agent interface. Possible settings: 0 = Disabled, 1 = Enabled, 2 = Enabled and required.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewResponsible
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketResponsible'}->{'ArticleFreeText'} =  {
  '1' => '0',
  '2' => '0',
  '3' => '0'
};


Ticket::Frontend::AgentTicketResponsible###HistoryType
Description Value
Description: Defines the history type for the ticket responsible screen action, which gets used for ticket history in the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewResponsible
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketResponsible'}->{'HistoryType'} =  'AddNote';


Ticket::Frontend::AgentTicketResponsible###HistoryComment
Description Value
Description: Defines the history comment for the ticket responsible screen action, which gets used for ticket history in the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewResponsible
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketResponsible'}->{'HistoryComment'} =  '%%Responsible';


Frontend::Agent::Ticket::ViewSearch

Ticket::Frontend::AgentTicketSearch###ExtendedSearchCondition
Description Value
Description: Allows extended search conditions in ticket search of the agent interface. With this feature you can search w. g. with this kind of conditions like "(key1&&key2)" or "(key1
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewSearch
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketSearch'}->{'ExtendedSearchCondition'} =  '1';


Ticket::Frontend::AgentTicketSearch###SearchLimit
Description Value
Description: Maximum number of tickets to be displayed in the result of a search in the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewSearch
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketSearch'}->{'SearchLimit'} =  '2000';


Ticket::Frontend::AgentTicketSearch###SearchPageShown
Description Value
Description: Number of tickets to be displayed in each page of a search result in the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewSearch
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketSearch'}->{'SearchPageShown'} =  '40';


Ticket::Frontend::AgentTicketSearch###SearchViewableTicketLines
Description Value
Description: Number of lines (per ticket) that are shown by the search utility in the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewSearch
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketSearch'}->{'SearchViewableTicketLines'} =  '10';


Ticket::Frontend::AgentTicketSearch###TicketFreeText
Description Value
Description: Ticket free text options shown in the ticket search of the agent interface. Possible settings: 0 = Disabled, 1 = Enabled, 2 = Enabled and required.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewSearch
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketSearch'}->{'TicketFreeText'} =  {
  '1' => '1',
  '10' => '0',
  '11' => '0',
  '12' => '0',
  '13' => '0',
  '14' => '0',
  '15' => '0',
  '16' => '0',
  '2' => '1',
  '3' => '0',
  '4' => '0',
  '5' => '0',
  '6' => '0',
  '7' => '0',
  '8' => '0',
  '9' => '0'
};


Ticket::Frontend::AgentTicketSearch###TicketFreeTime
Description Value
Description: Ticket free time options shown in the ticket search of the agent interface. Possible settings: 0 = Disabled, 1 = Enabled.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewSearch
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketSearch'}->{'TicketFreeTime'} =  {
  '1' => '0',
  '2' => '0',
  '3' => '0',
  '4' => '0',
  '5' => '0',
  '6' => '0'
};


Ticket::Frontend::AgentTicketSearch###SortBy::Default
Description Value
Description: Defines the default ticket attribute for ticket sorting of the ticket search result of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewSearch
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketSearch'}->{'SortBy::Default'} =  'Age';


Ticket::Frontend::AgentTicketSearch###Order::Default
Description Value
Description: Defines the default ticket order in the ticket search result of the agent interface. Up: oldest on top. Down: latest on top.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewSearch
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketSearch'}->{'Order::Default'} =  'Down';


Ticket::Frontend::AgentTicketSearch###SearchArticleCSVTree
Description Value
Description: Exports the whole article tree in search result (it can affect the system performance).
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewSearch
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketSearch'}->{'SearchArticleCSVTree'} =  '0';


Ticket::Frontend::AgentTicketSearch###SearchCSVData
Description Value
Description: Data used to export the search result in CSV format.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewSearch
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketSearch'}->{'SearchCSVData'} =  [
  'TicketNumber',
  'Age',
  'Created',
  'Closed',
  'FirstLock',
  'FirstResponse',
  'State',
  'Priority',
  'Queue',
  'Lock',
  'Owner',
  'UserFirstname',
  'UserLastname',
  'CustomerID',
  'CustomerName',
  'From',
  'Subject',
  'AccountedTime',
  'TicketFreeKey1',
  'TicketFreeText1',
  'TicketFreeKey2',
  'TicketFreeText2',
  'TicketFreeKey3',
  'TicketFreeText3',
  'TicketFreeKey4',
  'TicketFreeText4',
  'TicketFreeKey5',
  'TicketFreeText5',
  'TicketFreeKey6',
  'TicketFreeText6',
  'TicketFreeKey7',
  'TicketFreeText7',
  'TicketFreeKey8',
  'TicketFreeText8',
  'TicketFreeTime1',
  'TicketFreeTime2',
  'TicketFreeTime3',
  'TicketFreeTime4',
  'TicketFreeTime5',
  'TicketFreeTime6',
  'ArticleTree',
  'SolutionInMin',
  'SolutionDiffInMin',
  'FirstResponseInMin',
  'FirstResponseDiffInMin'
];


Ticket::Frontend::AgentTicketSearch###ArticleCreateTime
Description Value
Description: Includes article create times in the ticket search of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewSearch
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketSearch'}->{'ArticleCreateTime'} =  '0';


Ticket::Frontend::AgentTicketSearch###Defaults###Fulltext
Description Value
Description: Defines the default shown ticket search attribute for ticket search screen.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewSearch
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketSearch'}->{'Defaults'}->{'Fulltext'} =  '';


Ticket::Frontend::AgentTicketSearch###Defaults###TicketNumber
Description Value
Description: Defines the default shown ticket search attribute for ticket search screen.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewSearch
Valid: 0
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketSearch'}->{'Defaults'}->{'TicketNumber'} =  '';


Ticket::Frontend::AgentTicketSearch###Defaults###Title
Description Value
Description: Defines the default shown ticket search attribute for ticket search screen.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewSearch
Valid: 0
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketSearch'}->{'Defaults'}->{'Title'} =  '';


Ticket::Frontend::AgentTicketSearch###Defaults###From
Description Value
Description: Defines the default shown ticket search attribute for ticket search screen.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewSearch
Valid: 0
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketSearch'}->{'Defaults'}->{'From'} =  '';


Ticket::Frontend::AgentTicketSearch###Defaults###To
Description Value
Description: Defines the default shown ticket search attribute for ticket search screen.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewSearch
Valid: 0
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketSearch'}->{'Defaults'}->{'To'} =  '';


Ticket::Frontend::AgentTicketSearch###Defaults###Cc
Description Value
Description: Defines the default shown ticket search attribute for ticket search screen.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewSearch
Valid: 0
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketSearch'}->{'Defaults'}->{'Cc'} =  '';


Ticket::Frontend::AgentTicketSearch###Defaults###Subject
Description Value
Description: Defines the default shown ticket search attribute for ticket search screen.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewSearch
Valid: 0
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketSearch'}->{'Defaults'}->{'Subject'} =  '';


Ticket::Frontend::AgentTicketSearch###Defaults###Body
Description Value
Description: Defines the default shown ticket search attribute for ticket search screen.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewSearch
Valid: 0
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketSearch'}->{'Defaults'}->{'Body'} =  '';


Ticket::Frontend::AgentTicketSearch###Defaults###CustomerID
Description Value
Description: Defines the default shown ticket search attribute for ticket search screen.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewSearch
Valid: 0
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketSearch'}->{'Defaults'}->{'CustomerID'} =  '';


Ticket::Frontend::AgentTicketSearch###Defaults###CustomerUserLogin
Description Value
Description: Defines the default shown ticket search attribute for ticket search screen.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewSearch
Valid: 0
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketSearch'}->{'Defaults'}->{'CustomerUserLogin'} =  '';


Ticket::Frontend::AgentTicketSearch###Defaults###StateIDs
Description Value
Description: Defines the default shown ticket search attribute for ticket search screen.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewSearch
Valid: 0
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketSearch'}->{'Defaults'}->{'StateIDs'} =  [];


Ticket::Frontend::AgentTicketSearch###Defaults###QueueIDs
Description Value
Description: Defines the default shown ticket search attribute for ticket search screen.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewSearch
Valid: 0
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketSearch'}->{'Defaults'}->{'QueueIDs'} =  [];


Ticket::Frontend::AgentTicketSearch###Defaults###TicketCreateTimePoint
Description Value
Description: Default data to use on attribute for ticket search screen. Example: "TicketCreateTimePointFormat=year;TicketCreateTimePointStart=Last;TicketCreateTimePoint=2;".
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewSearch
Valid: 0
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketSearch'}->{'Defaults'}->{'TicketCreateTimePoint'} =  '';


Ticket::Frontend::AgentTicketSearch###Defaults###TicketCreateTimeSlot
Description Value
Description: Default data to use on attribute for ticket search screen. Example: "TicketCreateTimeStartYear=2010;TicketCreateTimeStartMonth=10;TicketCreateTimeStartDay=4;TicketCreateTimeStopYear=2010;TicketCreateTimeStopMonth=11;TicketCreateTimeStopDay=3;".
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewSearch
Valid: 0
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketSearch'}->{'Defaults'}->{'TicketCreateTimeSlot'} =  '';


Ticket::Frontend::AgentTicketSearch###Defaults###TicketChangeTimePoint
Description Value
Description: Defines the default shown ticket search attribute for ticket search screen.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewSearch
Valid: 0
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketSearch'}->{'Defaults'}->{'TicketChangeTimePoint'} =  '';


Ticket::Frontend::AgentTicketSearch###Defaults###TicketChangeTimeSlot
Description Value
Description: Defines the default shown ticket search attribute for ticket search screen.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewSearch
Valid: 0
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketSearch'}->{'Defaults'}->{'TicketChangeTimeSlot'} =  '';


Ticket::Frontend::AgentTicketSearch###Defaults###TicketCloseTimePoint
Description Value
Description: Defines the default shown ticket search attribute for ticket search screen.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewSearch
Valid: 0
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketSearch'}->{'Defaults'}->{'TicketCloseTimePoint'} =  '';


Ticket::Frontend::AgentTicketSearch###Defaults###TicketCloseTimeSlot
Description Value
Description: Defines the default shown ticket search attribute for ticket search screen.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewSearch
Valid: 0
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketSearch'}->{'Defaults'}->{'TicketCloseTimeSlot'} =  '';


Ticket::Frontend::AgentTicketSearch###Defaults###ArticleCreateTimePoint
Description Value
Description: Defines the default shown ticket search attribute for ticket search screen.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewSearch
Valid: 0
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketSearch'}->{'Defaults'}->{'ArticleCreateTimePoint'} =  '';


Ticket::Frontend::AgentTicketSearch###Defaults###ArticleCreateTimeSlot
Description Value
Description: Defines the default shown ticket search attribute for ticket search screen.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewSearch
Valid: 0
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketSearch'}->{'Defaults'}->{'ArticleCreateTimeSlot'} =  '';


Ticket::Frontend::AgentTicketSearch###Defaults###SearchInArchive
Description Value
Description: Defines the default shown ticket search attribute for ticket search screen.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewSearch
Valid: 0
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketSearch'}->{'Defaults'}->{'SearchInArchive'} =  '';


Ticket::Frontend::AgentTicketSearch###Defaults###TicketFreeTime1
Description Value
Description: Defines the default shown ticket search attribute for ticket search screen.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewSearch
Valid: 0
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketSearch'}->{'Defaults'}->{'TicketFreeTime1'} =  '';


Ticket::Frontend::AgentTicketSearch###Defaults###TicketFreeTime2
Description Value
Description: Defines the default shown ticket search attribute for ticket search screen.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewSearch
Valid: 0
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketSearch'}->{'Defaults'}->{'TicketFreeTime2'} =  '';


Ticket::Frontend::AgentTicketSearch###Defaults###TicketFreeTime3
Description Value
Description: Defines the default shown ticket search attribute for ticket search screen.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewSearch
Valid: 0
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketSearch'}->{'Defaults'}->{'TicketFreeTime3'} =  '';


Ticket::Frontend::AgentTicketSearch###Defaults###TicketFreeTime4
Description Value
Description: Defines the default shown ticket search attribute for ticket search screen.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewSearch
Valid: 0
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketSearch'}->{'Defaults'}->{'TicketFreeTime4'} =  '';


Ticket::Frontend::AgentTicketSearch###Defaults###TicketFreeTime5
Description Value
Description: Defines the default shown ticket search attribute for ticket search screen.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewSearch
Valid: 0
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketSearch'}->{'Defaults'}->{'TicketFreeTime5'} =  '';


Ticket::Frontend::AgentTicketSearch###Defaults###TicketFreeText1
Description Value
Description: Defines the default shown ticket search attribute for ticket search screen.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewSearch
Valid: 0
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketSearch'}->{'Defaults'}->{'TicketFreeText1'} =  [];


Ticket::Frontend::AgentTicketSearch###Defaults###TicketFreeText2
Description Value
Description: Defines the default shown ticket search attribute for ticket search screen.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewSearch
Valid: 0
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketSearch'}->{'Defaults'}->{'TicketFreeText2'} =  [];


Ticket::Frontend::AgentTicketSearch###Defaults###TicketFreeText3
Description Value
Description: Defines the default shown ticket search attribute for ticket search screen.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewSearch
Valid: 0
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketSearch'}->{'Defaults'}->{'TicketFreeText3'} =  [];


Ticket::Frontend::AgentTicketSearch###Defaults###TicketFreeText4
Description Value
Description: Defines the default shown ticket search attribute for ticket search screen.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewSearch
Valid: 0
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketSearch'}->{'Defaults'}->{'TicketFreeText4'} =  [];


Ticket::Frontend::AgentTicketSearch###Defaults###TicketFreeText5
Description Value
Description: Defines the default shown ticket search attribute for ticket search screen.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewSearch
Valid: 0
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketSearch'}->{'Defaults'}->{'TicketFreeText5'} =  [];


Ticket::Frontend::AgentTicketSearch###Defaults###TicketFreeText6
Description Value
Description: Defines the default shown ticket search attribute for ticket search screen.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewSearch
Valid: 0
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketSearch'}->{'Defaults'}->{'TicketFreeText6'} =  [];


Ticket::Frontend::AgentTicketSearch###Defaults###TicketFreeText7
Description Value
Description: Defines the default shown ticket search attribute for ticket search screen.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewSearch
Valid: 0
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketSearch'}->{'Defaults'}->{'TicketFreeText7'} =  [];


Ticket::Frontend::AgentTicketSearch###Defaults###TicketFreeText8
Description Value
Description: Defines the default shown ticket search attribute for ticket search screen.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewSearch
Valid: 0
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketSearch'}->{'Defaults'}->{'TicketFreeText8'} =  [];


Ticket::Frontend::AgentTicketSearch###Defaults###TicketFreeText9
Description Value
Description: Defines the default shown ticket search attribute for ticket search screen.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewSearch
Valid: 0
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketSearch'}->{'Defaults'}->{'TicketFreeText9'} =  [];


Ticket::Frontend::AgentTicketSearch###Defaults###TicketFreeText10
Description Value
Description: Defines the default shown ticket search attribute for ticket search screen.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewSearch
Valid: 0
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketSearch'}->{'Defaults'}->{'TicketFreeText10'} =  [];


Ticket::Frontend::AgentTicketSearch###Defaults###TicketFreeText11
Description Value
Description: Defines the default shown ticket search attribute for ticket search screen.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewSearch
Valid: 0
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketSearch'}->{'Defaults'}->{'TicketFreeText11'} =  [];


Ticket::Frontend::AgentTicketSearch###Defaults###TicketFreeText12
Description Value
Description: Defines the default shown ticket search attribute for ticket search screen.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewSearch
Valid: 0
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketSearch'}->{'Defaults'}->{'TicketFreeText12'} =  [];


Ticket::Frontend::AgentTicketSearch###Defaults###TicketFreeText13
Description Value
Description: Defines the default shown ticket search attribute for ticket search screen.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewSearch
Valid: 0
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketSearch'}->{'Defaults'}->{'TicketFreeText13'} =  [];


Ticket::Frontend::AgentTicketSearch###Defaults###TicketFreeText14
Description Value
Description: Defines the default shown ticket search attribute for ticket search screen.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewSearch
Valid: 0
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketSearch'}->{'Defaults'}->{'TicketFreeText14'} =  [];


Ticket::Frontend::AgentTicketSearch###Defaults###TicketFreeText15
Description Value
Description: Defines the default shown ticket search attribute for ticket search screen.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewSearch
Valid: 0
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketSearch'}->{'Defaults'}->{'TicketFreeText15'} =  [];


Ticket::Frontend::AgentTicketSearch###Defaults###TicketFreeText16
Description Value
Description: Defines the default shown ticket search attribute for ticket search screen.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewSearch
Valid: 0
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketSearch'}->{'Defaults'}->{'TicketFreeText16'} =  [];


Ticket::Frontend::CustomerTicketSearch###SearchArticleCSVTree
Description Value
Description: Exports the whole article tree in search result (it can affect the system performance).
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewSearch
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::CustomerTicketSearch'}->{'SearchArticleCSVTree'} =  '0';


Frontend::Agent::Ticket::ViewStatus

Ticket::Frontend::AgentTicketStatusView###ViewableTicketsPage
Description Value
Description: Shows all open tickets (even if they are locked) in the status view of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewStatus
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketStatusView'}->{'ViewableTicketsPage'} =  '50';


Ticket::Frontend::AgentTicketStatusView###SortBy::Default
Description Value
Description: Defines the default ticket attribute for ticket sorting in the status view of the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewStatus
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketStatusView'}->{'SortBy::Default'} =  'Age';


Ticket::Frontend::AgentTicketStatusView###Order::Default
Description Value
Description: Defines the default ticket order (after priority sort) in the status view of the agent interface. Up: oldest on top. Down: latest on top.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewStatus
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::AgentTicketStatusView'}->{'Order::Default'} =  'Down';


Frontend::Agent::Ticket::ViewZoom

Ticket::Frontend::PlainView
Description Value
Description: Shows a link to see a zoomed email ticket in plain text.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewZoom
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::PlainView'} =  '0';


Ticket::Frontend::ZoomExpand
Description Value
Description: Shows all the articles of the ticket (expanded) in the zoom view.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewZoom
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::ZoomExpand'} =  '0';


Ticket::Frontend::ZoomExpandSort
Description Value
Description: Shows the articles sorted normally or in reverse, under ticket zoom in the agent interface.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewZoom
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::ZoomExpandSort'} =  'normal';


Ticket::ZoomAttachmentDisplayCount
Description Value
Description: Shows a count of icons in the ticket zoom, if the article has attachments.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewZoom
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::ZoomAttachmentDisplayCount'} =  '20';


Ticket::ZoomTimeDisplay
Description Value
Description: Displays the accounted time for an article in the ticket zoom view.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewZoom
Valid: 0
Required: 0
Config-Setting:
$Self->{'Ticket::ZoomTimeDisplay'} =  '0';


Ticket::Frontend::TicketArticleFilter
Description Value
Description: Activates the article filter in the zoom view to specify which articles should be shown.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewZoom
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::TicketArticleFilter'} =  '0';


Ticket::Frontend::HTMLArticleHeightDefault
Description Value
Description: Set the default height (in pixels) of inline HTML articles in AgentTicketZoom.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewZoom
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::HTMLArticleHeightDefault'} =  '100';


Ticket::Frontend::HTMLArticleHeightMax
Description Value
Description: Set the maximum height (in pixels) of inline HTML articles in AgentTicketZoom.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewZoom
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::HTMLArticleHeightMax'} =  '2500';


Ticket::Frontend::ZoomRichTextForce
Description Value
Description: Show article as rich text even if rich text writing is disabled.
Group: Ticket
SubGroup: Frontend::Agent::Ticket::ViewZoom
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::ZoomRichTextForce'} =  '0';


Frontend::Agent::TicketOverview

Ticket::Frontend::Overview###Small
Description Value
Description: Allows having a small format ticket overview (CustomerInfo => 1 - shows also the customer information).
Group: Ticket
SubGroup: Frontend::Agent::TicketOverview
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::Overview'}->{'Small'} =  {
  'CustomerInfo' => '1',
  'Module' => 'Kernel::Output::HTML::TicketOverviewSmall',
  'Name' => 'Small',
  'NameShort' => 'S'
};


Ticket::Frontend::OverviewSmall###ColumnHeader
Description Value
Description: Shows either the last customer article's subject or the ticket title in the small format overview.
Group: Ticket
SubGroup: Frontend::Agent::TicketOverview
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::OverviewSmall'}->{'ColumnHeader'} =  'LastCustomerSubject';


Ticket::Frontend::Overview###Medium
Description Value
Description: Allows having a medium format ticket overview (CustomerInfo => 1 - shows also the customer information).
Group: Ticket
SubGroup: Frontend::Agent::TicketOverview
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::Overview'}->{'Medium'} =  {
  'CustomerInfo' => '0',
  'Module' => 'Kernel::Output::HTML::TicketOverviewMedium',
  'Name' => 'Medium',
  'NameShort' => 'M',
  'TicketActionsPerTicket' => '0'
};


Ticket::Frontend::Overview###Preview
Description Value
Description: Shows a preview of the ticket overview (CustomerInfo => 1 - shows also Customer-Info, CustomerInfoMaxSize max. size in characters of Customer-Info).
Group: Ticket
SubGroup: Frontend::Agent::TicketOverview
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::Overview'}->{'Preview'} =  {
  'CustomerInfo' => '0',
  'CustomerInfoMaxSize' => '18',
  'DefaultPreViewLines' => '18',
  'DefaultViewNewLine' => '90',
  'Module' => 'Kernel::Output::HTML::TicketOverviewPreview',
  'Name' => 'Preview',
  'NameShort' => 'L',
  'StripEmptyLines' => '0',
  'TicketActionsPerTicket' => '0'
};


Frontend::Agent::ToolBarModule

Frontend::ToolBarModule###1-Ticket::AgentTicketQueue
Description Value
Description: Toolbar Item for a shortcut.
Group: Ticket
SubGroup: Frontend::Agent::ToolBarModule
Valid: 0
Required: 0
Config-Setting:
$Self->{'Frontend::ToolBarModule'}->{'1-Ticket::AgentTicketQueue'} =  {
  'AccessKey' => 'q',
  'Action' => 'AgentTicketQueue',
  'CssClass' => 'QueueView',
  'Link' => 'Action=AgentTicketQueue',
  'Module' => 'Kernel::Output::HTML::ToolBarLink',
  'Name' => 'Queue view',
  'Priority' => '1010010'
};


Frontend::ToolBarModule###2-Ticket::AgentTicketStatus
Description Value
Description: Toolbar Item for a shortcut.
Group: Ticket
SubGroup: Frontend::Agent::ToolBarModule
Valid: 0
Required: 0
Config-Setting:
$Self->{'Frontend::ToolBarModule'}->{'2-Ticket::AgentTicketStatus'} =  {
  'AccessKey' => 'o',
  'Action' => 'AgentTicketStatusView',
  'CssClass' => 'StatusView',
  'Link' => 'Action=AgentTicketStatusView',
  'Module' => 'Kernel::Output::HTML::ToolBarLink',
  'Name' => 'Status view',
  'Priority' => '1010020'
};


Frontend::ToolBarModule###3-Ticket::AgentTicketEscalation
Description Value
Description: Toolbar Item for a shortcut.
Group: Ticket
SubGroup: Frontend::Agent::ToolBarModule
Valid: 0
Required: 0
Config-Setting:
$Self->{'Frontend::ToolBarModule'}->{'3-Ticket::AgentTicketEscalation'} =  {
  'AccessKey' => 'w',
  'Action' => 'AgentTicketEscalationView',
  'CssClass' => 'EscalationView',
  'Link' => 'Action=AgentTicketEscalationView',
  'Module' => 'Kernel::Output::HTML::ToolBarLink',
  'Name' => 'Escalation view',
  'Priority' => '1010030'
};


Frontend::ToolBarModule###4-Ticket::AgentTicketPhone
Description Value
Description: Toolbar Item for a shortcut.
Group: Ticket
SubGroup: Frontend::Agent::ToolBarModule
Valid: 0
Required: 0
Config-Setting:
$Self->{'Frontend::ToolBarModule'}->{'4-Ticket::AgentTicketPhone'} =  {
  'AccessKey' => 'l',
  'Action' => 'AgentTicketPhone',
  'CssClass' => 'PhoneTicket',
  'Link' => 'Action=AgentTicketPhone',
  'Module' => 'Kernel::Output::HTML::ToolBarLink',
  'Name' => 'New phone ticket',
  'Priority' => '1020010'
};


Frontend::ToolBarModule###5-Ticket::AgentTicketEmail
Description Value
Description: Toolbar Item for a shortcut.
Group: Ticket
SubGroup: Frontend::Agent::ToolBarModule
Valid: 0
Required: 0
Config-Setting:
$Self->{'Frontend::ToolBarModule'}->{'5-Ticket::AgentTicketEmail'} =  {
  'AccessKey' => 'l',
  'Action' => 'AgentTicketEmail',
  'CssClass' => 'EmailTicket',
  'Link' => 'Action=AgentTicketEmail',
  'Module' => 'Kernel::Output::HTML::ToolBarLink',
  'Name' => 'New email ticket',
  'Priority' => '1020020'
};


Frontend::ToolBarModule###6-Ticket::TicketResponsible
Description Value
Description: Agent interface notification module to see the number of tickets an agent is responsible for.
Group: Ticket
SubGroup: Frontend::Agent::ToolBarModule
Valid: 1
Required: 0
Config-Setting:
$Self->{'Frontend::ToolBarModule'}->{'6-Ticket::TicketResponsible'} =  {
  'CssClass' => 'Responsible',
  'CssClassNew' => 'Responsible New',
  'CssClassReached' => 'Responsible Reached',
  'Module' => 'Kernel::Output::HTML::ToolBarTicketResponsible',
  'Priority' => '1030010'
};


Frontend::ToolBarModule###7-Ticket::TicketWatcher
Description Value
Description: Agent interface notification module to see the number of watched tickets.
Group: Ticket
SubGroup: Frontend::Agent::ToolBarModule
Valid: 1
Required: 0
Config-Setting:
$Self->{'Frontend::ToolBarModule'}->{'7-Ticket::TicketWatcher'} =  {
  'CssClass' => 'Watcher',
  'CssClassNew' => 'Watcher New',
  'CssClassReached' => 'Watcher Reached',
  'Module' => 'Kernel::Output::HTML::ToolBarTicketWatcher',
  'Priority' => '1030020'
};


Frontend::ToolBarModule###8-Ticket::TicketLocked
Description Value
Description: Agent interface notification module to check the used charset.
Group: Ticket
SubGroup: Frontend::Agent::ToolBarModule
Valid: 1
Required: 0
Config-Setting:
$Self->{'Frontend::ToolBarModule'}->{'8-Ticket::TicketLocked'} =  {
  'CssClass' => 'Locked',
  'CssClassNew' => 'Locked New',
  'CssClassReached' => 'Locked Reached',
  'Module' => 'Kernel::Output::HTML::ToolBarTicketLocked',
  'Priority' => '1030030'
};


Frontend::ToolBarModule###9-Ticket::TicketSearchProfile
Description Value
Description: Agent interface module to access search profiles via nav bar.
Group: Ticket
SubGroup: Frontend::Agent::ToolBarModule
Valid: 0
Required: 0
Config-Setting:
$Self->{'Frontend::ToolBarModule'}->{'9-Ticket::TicketSearchProfile'} =  {
  'Block' => 'ToolBarSearchProfile',
  'Description' => 'Search-Template',
  'MaxWidth' => '40',
  'Module' => 'Kernel::Output::HTML::ToolBarTicketSearchProfile',
  'Name' => 'Search-Template',
  'Priority' => '1990010'
};


Frontend::ToolBarModule###10-Ticket::TicketSearchFulltext
Description Value
Description: Agent interface module to access fulltext search via nav bar.
Group: Ticket
SubGroup: Frontend::Agent::ToolBarModule
Valid: 0
Required: 0
Config-Setting:
$Self->{'Frontend::ToolBarModule'}->{'10-Ticket::TicketSearchFulltext'} =  {
  'Block' => 'ToolBarSearchFulltext',
  'CSS' => 'Core.Agent.Toolbar.FulltextSearch.css',
  'Description' => 'Fulltext-Search',
  'Module' => 'Kernel::Output::HTML::ToolBarTicketSearchFulltext',
  'Name' => 'Fulltext-Search',
  'Priority' => '1990020',
  'Size' => '10'
};


Frontend::Customer

Ticket::TicketOverviewSortable
Description Value
Description: Controls if customers have the ability to sort their tickets.
Group: Ticket
SubGroup: Frontend::Customer
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::CustomerTicketOverviewSortable'} =  '';


Ticket::TicketOverviewCustomEmptyText
Description Value
Description: Custom text for the page shown to customers that have no tickets yet.
Group: Ticket
SubGroup: Frontend::Customer
Valid: 0
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::CustomerTicketOverviewCustomEmptyText'} =  {
  'Button' => 'Create your first ticket',
  'Text' => 'Please click the button below to create your first ticket.',
  'Title' => 'Welcome!'
};


Frontend::Customer

User::Item###9-OpenTickets
Description Value
Description: Customer item (icon) which shows the open tickets of this customer as info block.
Group: Ticket
SubGroup: Frontend::Customer
Valid: 1
Required: 0
Config-Setting:
$Self->{'Frontend::CustomerUser::Item'}->{'9-OpenTickets'} =  {
  'Action' => 'AgentTicketSearch',
  'Attributes' => 'StateType=Open;',
  'CSS' => 'Core.Agent.CustomerUser.OpenTicket.css',
  'CSSClassNoOpenTicket' => 'NoOpenTicket',
  'CSSClassOpenTicket' => 'OpenTicket',
  'Module' => 'Kernel::Output::HTML::CustomerUserGenericTicket',
  'Subaction' => 'Search',
  'Target' => '_blank',
  'Text' => 'Open Tickets'
};


CustomerFrontend::CommonObject###QueueObject
Description Value
Description: Path of the file that stores all the settings for the QueueObject object for the customer interface.
Group: Ticket
SubGroup: Frontend::Customer
Valid: 1
Required: 1
Config-Setting:
$Self->{'CustomerFrontend::CommonObject'}->{'QueueObject'} =  'Kernel::System::Queue';


CustomerFrontend::CommonObject###TicketObject
Description Value
Description: Path of the file that stores all the settings for the TicketObject for the customer interface.
Group: Ticket
SubGroup: Frontend::Customer
Valid: 1
Required: 1
Config-Setting:
$Self->{'CustomerFrontend::CommonObject'}->{'TicketObject'} =  'Kernel::System::Ticket';


CustomerFrontend::CommonParam###Action
Description Value
Description: Defines the default used Frontend-Module if no Action parameter given in the url on the customer interface.
Group: Ticket
SubGroup: Frontend::Customer
Valid: 1
Required: 1
Config-Setting:
$Self->{'CustomerFrontend::CommonParam'}->{'Action'} =  'CustomerTicketOverView';


CustomerFrontend::CommonParam###TicketID
Description Value
Description: Default ticket ID used by the system in the customer interface.
Group: Ticket
SubGroup: Frontend::Customer
Valid: 1
Required: 1
Config-Setting:
$Self->{'CustomerFrontend::CommonParam'}->{'TicketID'} =  '';


Frontend::Customer::ModuleMetaHead

CustomerFrontend::HeaderMetaModule###2-TicketSearch
Description Value
Description: Module to generate html OpenSearch profile for short ticket search in the customer interface.
Group: Ticket
SubGroup: Frontend::Customer::ModuleMetaHead
Valid: 1
Required: 0
Config-Setting:
$Self->{'CustomerFrontend::HeaderMetaModule'}->{'2-TicketSearch'} =  {
  'Action' => 'CustomerTicketSearch',
  'Module' => 'Kernel::Output::HTML::CustomerHeaderMetaTicketSearch'
};


Frontend::Customer::ModuleRegistration

CustomerFrontend::Module###CustomerTicketOverView
Description Value
Description: Frontend module registration for the customer interface.
Group: Ticket
SubGroup: Frontend::Customer::ModuleRegistration
Valid: 1
Required: 0
Config-Setting:
$Self->{'CustomerFrontend::Module'}->{'CustomerTicketOverView'} =  {
  'Description' => 'Overview of customer tickets',
  'NavBar' => [
    {
      'AccessKey' => 'm',
      'Block' => '',
      'Description' => 'My Tickets',
      'Link' => 'Action=CustomerTicketOverView;Subaction=MyTickets',
      'LinkOption' => '',
      'Name' => 'My Tickets',
      'NavBar' => '',
      'Prio' => '110',
      'Type' => ''
    },
    {
      'AccessKey' => 'c',
      'Block' => '',
      'Description' => 'Company Tickets',
      'Link' => 'Action=CustomerTicketOverView;Subaction=CompanyTickets',
      'LinkOption' => '',
      'Name' => 'Company Tickets',
      'NavBar' => '',
      'Prio' => '120',
      'Type' => ''
    }
  ],
  'NavBarName' => 'Ticket',
  'Title' => 'Overview'
};


CustomerFrontend::Module###CustomerTicketMessage
Description Value
Description: Frontend module registration for the customer interface.
Group: Ticket
SubGroup: Frontend::Customer::ModuleRegistration
Valid: 1
Required: 0
Config-Setting:
$Self->{'CustomerFrontend::Module'}->{'CustomerTicketMessage'} =  {
  'Description' => 'Create tickets',
  'NavBar' => [
    {
      'AccessKey' => 'n',
      'Block' => '',
      'Description' => 'Create new Ticket',
      'Link' => 'Action=CustomerTicketMessage',
      'LinkOption' => '',
      'Name' => 'New Ticket',
      'NavBar' => '',
      'Prio' => '100',
      'Type' => ''
    }
  ],
  'NavBarName' => 'Ticket',
  'Title' => 'New Ticket'
};


CustomerFrontend::Module###CustomerTicketZoom
Description Value
Description: Frontend module registration for the customer interface.
Group: Ticket
SubGroup: Frontend::Customer::ModuleRegistration
Valid: 1
Required: 0
Config-Setting:
$Self->{'CustomerFrontend::Module'}->{'CustomerTicketZoom'} =  {
  'Description' => 'Ticket zoom view',
  'Loader' => {
    'JavaScript' => [
      'Core.Customer.TicketZoom.js',
      'Core.UI.Popup.js'
    ]
  },
  'NavBarName' => 'Ticket',
  'Title' => 'Zoom'
};


CustomerFrontend::Module###CustomerTicketPrint
Description Value
Description: Frontend module registration for the customer interface.
Group: Ticket
SubGroup: Frontend::Customer::ModuleRegistration
Valid: 1
Required: 0
Config-Setting:
$Self->{'CustomerFrontend::Module'}->{'CustomerTicketPrint'} =  {
  'Description' => 'Customer Ticket Print Module',
  'NavBarName' => '',
  'Title' => 'Print'
};


CustomerFrontend::Module###CustomerZoom
Description Value
Description: Frontend module registration for the customer interface.
Group: Ticket
SubGroup: Frontend::Customer::ModuleRegistration
Valid: 1
Required: 0
Config-Setting:
$Self->{'CustomerFrontend::Module'}->{'CustomerZoom'} =  {
  'Description' => 'compat mod',
  'NavBarName' => '',
  'Title' => ''
};


CustomerFrontend::Module###CustomerTicketAttachment
Description Value
Description: Frontend module registration for the customer interface.
Group: Ticket
SubGroup: Frontend::Customer::ModuleRegistration
Valid: 1
Required: 0
Config-Setting:
$Self->{'CustomerFrontend::Module'}->{'CustomerTicketAttachment'} =  {
  'Description' => 'To download attachments',
  'NavBarName' => '',
  'Title' => ''
};


CustomerFrontend::Module###CustomerTicketSearch
Description Value
Description: Frontend module registration for the customer interface.
Group: Ticket
SubGroup: Frontend::Customer::ModuleRegistration
Valid: 1
Required: 0
Config-Setting:
$Self->{'CustomerFrontend::Module'}->{'CustomerTicketSearch'} =  {
  'Description' => 'Customer ticket search',
  'NavBar' => [
    {
      'AccessKey' => 's',
      'Block' => '',
      'Description' => 'Search',
      'Link' => 'Action=CustomerTicketSearch',
      'LinkOption' => '',
      'Name' => 'Search',
      'NavBar' => '',
      'Prio' => '300',
      'Type' => ''
    }
  ],
  'NavBarName' => 'Ticket',
  'Title' => 'Search'
};


Frontend::Customer::Preferences

CustomerPreferencesGroups###ShownTickets
Description Value
Description: Defines all the parameters for the ShownTickets object in the customer preferences of the customer interface.
Group: Ticket
SubGroup: Frontend::Customer::Preferences
Valid: 1
Required: 0
Config-Setting:
$Self->{'CustomerPreferencesGroups'}->{'ShownTickets'} =  {
  'Active' => '1',
  'Column' => 'User Profile',
  'Data' => {
    '15' => '15',
    '20' => '20',
    '25' => '25',
    '30' => '30'
  },
  'DataSelected' => '25',
  'Key' => 'Max. displayed tickets',
  'Label' => 'Number of displayed tickets',
  'Module' => 'Kernel::Output::HTML::PreferencesGeneric',
  'PrefKey' => 'UserShowTickets',
  'Prio' => '4000'
};


CustomerPreferencesGroups###RefreshTime
Description Value
Description: Defines all the parameters for the RefreshTime object in the customer preferences of the customer interface.
Group: Ticket
SubGroup: Frontend::Customer::Preferences
Valid: 1
Required: 0
Config-Setting:
$Self->{'CustomerPreferencesGroups'}->{'RefreshTime'} =  {
  'Active' => '1',
  'Column' => 'User Profile',
  'Data' => {
    '' => 'off',
    '10' => '10 minutes',
    '15' => '15 minutes',
    '2' => ' 2 minutes',
    '5' => ' 5 minutes',
    '7' => ' 7 minutes'
  },
  'DataSelected' => '',
  'Key' => 'Refresh interval',
  'Label' => 'Ticket overview',
  'Module' => 'Kernel::Output::HTML::PreferencesGeneric',
  'PrefKey' => 'UserRefreshTime',
  'Prio' => '4000'
};


Frontend::Customer::Ticket::ViewNew

Ticket::Frontend::CustomerTicketMessage###NextScreenAfterNewTicket
Description Value
Description: Determines the next screen after new customer ticket in the customer interface.
Group: Ticket
SubGroup: Frontend::Customer::Ticket::ViewNew
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::CustomerTicketMessage'}->{'NextScreenAfterNewTicket'} =  'CustomerTicketOverView';


Ticket::Frontend::CustomerTicketMessage###Priority
Description Value
Description: Allows customers to set the ticket priority in the customer interface.
Group: Ticket
SubGroup: Frontend::Customer::Ticket::ViewNew
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::CustomerTicketMessage'}->{'Priority'} =  '1';


Ticket::Frontend::CustomerTicketMessage###PriorityDefault
Description Value
Description: Defines the default priority of new customer tickets in the customer interface.
Group: Ticket
SubGroup: Frontend::Customer::Ticket::ViewNew
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::CustomerTicketMessage'}->{'PriorityDefault'} =  '3 normal';


Ticket::Frontend::CustomerTicketMessage###Queue
Description Value
Description: Allows customers to set the ticket queue in the customer interface. If this is set to 'No', QueueDefault should be
Group: Ticket
SubGroup: Frontend::Customer::Ticket::ViewNew
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::CustomerTicketMessage'}->{'Queue'} =  '1';


Ticket::Frontend::CustomerTicketMessage###QueueDefault
Description Value
Description: Defines the default queue for new customer tickets in the customer interface.
Group: Ticket
SubGroup: Frontend::Customer::Ticket::ViewNew
Valid: 0
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::CustomerTicketMessage'}->{'QueueDefault'} =  'Postmaster';


Ticket::Frontend::CustomerTicketMessage###Service
Description Value
Description: Allows customers to set the ticket service in the customer interface.
Group: Ticket
SubGroup: Frontend::Customer::Ticket::ViewNew
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::CustomerTicketMessage'}->{'Service'} =  '1';


Ticket::Frontend::CustomerTicketMessage###SLA
Description Value
Description: Allows customers to set the ticket SLA in the customer interface.
Group: Ticket
SubGroup: Frontend::Customer::Ticket::ViewNew
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::CustomerTicketMessage'}->{'SLA'} =  '1';


Ticket::Frontend::CustomerTicketMessage###StateDefault
Description Value
Description: Defines the default state of new customer tickets in the customer interface.
Group: Ticket
SubGroup: Frontend::Customer::Ticket::ViewNew
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::CustomerTicketMessage'}->{'StateDefault'} =  'new';


Ticket::Frontend::CustomerTicketMessage###ArticleType
Description Value
Description: Defines the default type for article in the customer interface.
Group: Ticket
SubGroup: Frontend::Customer::Ticket::ViewNew
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::CustomerTicketMessage'}->{'ArticleType'} =  'webrequest';


Ticket::Frontend::CustomerTicketMessage###SenderType
Description Value
Description: Sender type for new tickets from the customer inteface.
Group: Ticket
SubGroup: Frontend::Customer::Ticket::ViewNew
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::CustomerTicketMessage'}->{'SenderType'} =  'customer';


Ticket::Frontend::CustomerTicketMessage###HistoryType
Description Value
Description: Defines the default history type in the customer interface.
Group: Ticket
SubGroup: Frontend::Customer::Ticket::ViewNew
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::CustomerTicketMessage'}->{'HistoryType'} =  'WebRequestCustomer';


Ticket::Frontend::CustomerTicketMessage###HistoryComment
Description Value
Description: Comment for new history entries in the customer interface.
Group: Ticket
SubGroup: Frontend::Customer::Ticket::ViewNew
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::CustomerTicketMessage'}->{'HistoryComment'} =  '';


CustomerPanelSelectionType
Description Value
Description: Defines the receipent target of the tickets ("Queue" shows all queues, "SystemAddress" displays all system addresses) in the customer interface.
Group: Ticket
SubGroup: Frontend::Customer::Ticket::ViewNew
Valid: 1
Required: 1
Config-Setting:
$Self->{'CustomerPanelSelectionType'} =  'Queue';


CustomerPanelSelectionString
Description Value
Description: Determines the strings that will be shown as receipent (To:) of the ticket in the customer interface. For Queue as CustomerPanelSelectionType, "<Queue>" shows the names of the queues, and for SystemAddress, "<Realname> <<Email>>" shows the name and email of the receipent.
Group: Ticket
SubGroup: Frontend::Customer::Ticket::ViewNew
Valid: 1
Required: 0
Config-Setting:
$Self->{'CustomerPanelSelectionString'} =  '<Queue>';


CustomerPanelOwnSelection
Description Value
Description: Determines which queues will be valid for ticket's recepients in the customer interface.
Group: Ticket
SubGroup: Frontend::Customer::Ticket::ViewNew
Valid: 0
Required: 0
Config-Setting:
$Self->{'CustomerPanelOwnSelection'} =  {
  'Junk' => 'First Queue',
  'Misc' => 'Second Queue'
};


CustomerPanel::NewTicketQueueSelectionModule
Description Value
Description: Module for To-selection in new ticket screen in the customer interface.
Group: Ticket
SubGroup: Frontend::Customer::Ticket::ViewNew
Valid: 1
Required: 1
Config-Setting:
$Self->{'CustomerPanel::NewTicketQueueSelectionModule'} =  'Kernel::Output::HTML::CustomerNewTicketQueueSelectionGeneric';


Ticket::Frontend::CustomerTicketMessage###TicketFreeText
Description Value
Description: Ticket free text options shown in the ticket message screen of the customer interface. Possible settings: 0 = Disabled, 1 = Enabled, 2 = Enabled and required. NOTE. If you want to display these fields also in the ticket zoom of the customer interface, you have to enable them in CustomerTicketZoom###AttributesView.
Group: Ticket
SubGroup: Frontend::Customer::Ticket::ViewNew
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::CustomerTicketMessage'}->{'TicketFreeText'} =  {
  '1' => '0',
  '10' => '0',
  '11' => '0',
  '12' => '0',
  '13' => '0',
  '14' => '0',
  '15' => '0',
  '16' => '0',
  '2' => '0',
  '3' => '0',
  '4' => '0',
  '5' => '0',
  '6' => '0',
  '7' => '0',
  '8' => '0',
  '9' => '0'
};


Ticket::Frontend::CustomerTicketMessage###TicketFreeTime
Description Value
Description: Ticket free time options shown in the ticket message screen of the customer interface. Possible settings: 0 = Disabled, 1 = Enabled, 2 = Enabled and required. NOTE. If you want to display these fields also in the ticket zoom of the customer interface, you have to enable them in CustomerTicketZoom###AttributesView.
Group: Ticket
SubGroup: Frontend::Customer::Ticket::ViewNew
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::CustomerTicketMessage'}->{'TicketFreeTime'} =  {
  '1' => '0',
  '2' => '0',
  '3' => '0',
  '4' => '0',
  '5' => '0',
  '6' => '0'
};


Ticket::Frontend::CustomerTicketMessage###ArticleFreeText
Description Value
Description: Article free text options shown in the ticket message screen of the customer interface. Possible settings: 0 = Disabled, 1 = Enabled, 2 = Enabled and required. NOTE. If you want to display these fields also in the ticket zoom of the customer interface, you have to enable them in CustomerTicketZoom###AttributesView.
Group: Ticket
SubGroup: Frontend::Customer::Ticket::ViewNew
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::CustomerTicketMessage'}->{'ArticleFreeText'} =  {
  '1' => '0',
  '2' => '0',
  '3' => '0'
};


Frontend::Customer::Ticket::ViewSearch

Ticket::CustomerTicketSearch::SearchLimit
Description Value
Description: Maximum number of tickets to be displayed in the result of a search in the customer interface.
Group: Ticket
SubGroup: Frontend::Customer::Ticket::ViewSearch
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::CustomerTicketSearch::SearchLimit'} =  '5000';


Ticket::CustomerTicketSearch::SearchPageShown
Description Value
Description: Number of tickets to be displayed in each page of a search result in the customer interface.
Group: Ticket
SubGroup: Frontend::Customer::Ticket::ViewSearch
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::CustomerTicketSearch::SearchPageShown'} =  '40';


Ticket::CustomerTicketSearch::SortBy::Default
Description Value
Description: Defines the default ticket attribute for ticket sorting in a ticket search of the customer interface.
Group: Ticket
SubGroup: Frontend::Customer::Ticket::ViewSearch
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::CustomerTicketSearch::SortBy::Default'} =  'Age';


Ticket::CustomerTicketSearch::Order::Default
Description Value
Description: Defines the default ticket order of a search result in the customer interface. Up: oldest on top. Down: latest on top.
Group: Ticket
SubGroup: Frontend::Customer::Ticket::ViewSearch
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::CustomerTicketSearch::Order::Default'} =  'Down';


Ticket::Frontend::CustomerTicketSearch###ExtendedSearchCondition
Description Value
Description: Allows extended search conditions in ticket search of the customer interface. With this feature you can search w. g. with this kind of conditions like "(key1&&key2)" or "(key1
Group: Ticket
SubGroup: Frontend::Customer::Ticket::ViewSearch
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::CustomerTicketSearch'}->{'ExtendedSearchCondition'} =  '1';


Ticket::Frontend::CustomerTicketSearch###TicketFreeText
Description Value
Description: Ticket free text options shown in the ticket search screen in the customer interface. Possible settings: 0 = Disabled and 1 = Enabled.
Group: Ticket
SubGroup: Frontend::Customer::Ticket::ViewSearch
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::CustomerTicketSearch'}->{'TicketFreeText'} =  {
  '1' => '0',
  '10' => '0',
  '11' => '0',
  '12' => '0',
  '13' => '0',
  '14' => '0',
  '15' => '0',
  '16' => '0',
  '2' => '0',
  '3' => '0',
  '4' => '0',
  '5' => '0',
  '6' => '0',
  '7' => '0',
  '8' => '0',
  '9' => '0'
};


Ticket::Frontend::CustomerTicketSearch###TicketFreeTime
Description Value
Description: Ticket free time options shown in the ticket search screen in the customer interface. Possible settings: 0 = Disabled and 1 = Enabled.
Group: Ticket
SubGroup: Frontend::Customer::Ticket::ViewSearch
Valid: 1
Required: 0
Config-Setting:
$Self->{'Ticket::Frontend::CustomerTicketSearch'}->{'TicketFreeTime'} =  {
  '1' => '0',
  '2' => '0',
  '3' => '0',
  '4' => '0',
  '5' => '0',
  '6' => '0'
};


Ticket::Frontend::CustomerTicketSearch###SearchCSVData
Description Value
Description: Data used to export the search result in CSV format.
Group: Ticket
SubGroup: Frontend::Customer::Ticket::ViewSearch
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::CustomerTicketSearch'}->{'SearchCSVData'} =  [
  'TicketNumber',
  'Age',
  'Created',
  'Closed',
  'State',
  'Priority',
  'Lock',
  'CustomerID',
  'CustomerName',
  'From',
  'Subject'
];


Frontend::Customer::Ticket::ViewZoom

Ticket::Frontend::CustomerTicketZoom###NextScreenAfterFollowUp
Description Value
Description: Determines the next screen after the follow up screen of a zoomed ticket in the customer interface.
Group: Ticket
SubGroup: Frontend::Customer::Ticket::ViewZoom
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::CustomerTicketZoom'}->{'NextScreenAfterFollowUp'} =  'CustomerTicketOverView';


Ticket::Frontend::CustomerTicketZoom###ArticleType
Description Value
Description: Defines the default type of the note in the ticket zoom screen of the customer interface.
Group: Ticket
SubGroup: Frontend::Customer::Ticket::ViewZoom
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::CustomerTicketZoom'}->{'ArticleType'} =  'webrequest';


Ticket::Frontend::CustomerTicketZoom###SenderType
Description Value
Description: Defines the default sender type for tickets in the ticket zoom screen of the customer interface.
Group: Ticket
SubGroup: Frontend::Customer::Ticket::ViewZoom
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::CustomerTicketZoom'}->{'SenderType'} =  'customer';


Ticket::Frontend::CustomerTicketZoom###HistoryType
Description Value
Description: Defines the history type for the ticket zoom action, which gets used for ticket history in the customer interface.
Group: Ticket
SubGroup: Frontend::Customer::Ticket::ViewZoom
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::CustomerTicketZoom'}->{'HistoryType'} =  'FollowUp';


Ticket::Frontend::CustomerTicketZoom###HistoryComment
Description Value
Description: Defines the history comment for the ticket zoom action, which gets used for ticket history in the customer interface.
Group: Ticket
SubGroup: Frontend::Customer::Ticket::ViewZoom
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::CustomerTicketZoom'}->{'HistoryComment'} =  '';


Ticket::Frontend::CustomerTicketZoom###Priority
Description Value
Description: Allows customers to change the ticket priority in the customer interface.
Group: Ticket
SubGroup: Frontend::Customer::Ticket::ViewZoom
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::CustomerTicketZoom'}->{'Priority'} =  '1';


Ticket::Frontend::CustomerTicketZoom###PriorityDefault
Description Value
Description: Defines the default priority of follow up customer tickets in the ticket zoom screen in the customer interface.
Group: Ticket
SubGroup: Frontend::Customer::Ticket::ViewZoom
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::CustomerTicketZoom'}->{'PriorityDefault'} =  '3 normal';


Ticket::Frontend::CustomerTicketZoom###State
Description Value
Description: Allows choosing the next compose state for customer tickets in the customer interface.
Group: Ticket
SubGroup: Frontend::Customer::Ticket::ViewZoom
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::CustomerTicketZoom'}->{'State'} =  '1';


Ticket::Frontend::CustomerTicketZoom###StateDefault
Description Value
Description: Defines the default next state for a ticket after customer follow up in the customer interface.
Group: Ticket
SubGroup: Frontend::Customer::Ticket::ViewZoom
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::CustomerTicketZoom'}->{'StateDefault'} =  'open';


Ticket::Frontend::CustomerTicketZoom###StateType
Description Value
Description: Defines the next possible states for customer tickets in the customer interface.
Group: Ticket
SubGroup: Frontend::Customer::Ticket::ViewZoom
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::CustomerTicketZoom'}->{'StateType'} =  [
  'open',
  'closed'
];


Ticket::Frontend::CustomerTicketZoom###AttributesView
Description Value
Description: Shows the activated ticket attributes in the customer interface (0 = Disabled and 1 = Enabled).
Group: Ticket
SubGroup: Frontend::Customer::Ticket::ViewZoom
Valid: 1
Required: 1
Config-Setting:
$Self->{'Ticket::Frontend::CustomerTicketZoom'}->{'AttributesView'} =  {
  'ArticleFreeText1' => '0',
  'ArticleFreeText2' => '0',
  'ArticleFreeText3' => '0',
  'Priority' => '1',
  'Queue' => '1',
  'SLA' => '0',
  'Service' => '0',
  'State' => '1',
  'TicketFreeText1' => '0',
  'TicketFreeText10' => '0',
  'TicketFreeText11' => '0',
  'TicketFreeText12' => '0',
  'TicketFreeText13' => '0',
  'TicketFreeText14' => '0',
  'TicketFreeText15' => '0',
  'TicketFreeText16' => '0',
  'TicketFreeText2' => '0',
  'TicketFreeText3' => '0',
  'TicketFreeText4' => '0',
  'TicketFreeText5' => '0',
  'TicketFreeText6' => '0',
  'TicketFreeText7' => '0',
  'TicketFreeText8' => '0',
  'TicketFreeText9' => '0',
  'TicketFreeTime1' => '0',
  'TicketFreeTime2' => '0',
  'TicketFreeTime3' => '0',
  'TicketFreeTime4' => '0',
  'TicketFreeTime5' => '0',
  'TicketFreeTime6' => '0',
  'Type' => '0'
};


Frontend::Queue::Preferences

QueuePreferences###Comment2
Description Value
Description: Parameters of the example queue attribute Comment2.
Group: Ticket
SubGroup: Frontend::Queue::Preferences
Valid: 0
Required: 0
Config-Setting:
$Self->{'QueuePreferences'}->{'Comment2'} =  {
  'Block' => 'TextArea',
  'Cols' => '50',
  'Desc' => 'Define the queue comment 2.',
  'Label' => 'Comment2',
  'Module' => 'Kernel::Output::HTML::QueuePreferencesGeneric',
  'PrefKey' => 'Comment2',
  'Rows' => '5'
};


Frontend::SLA::Preferences

SLAPreferences###Comment2
Description Value
Description: Parameters of the example SLA attribute Comment2.
Group: Ticket
SubGroup: Frontend::SLA::Preferences
Valid: 0
Required: 0
Config-Setting:
$Self->{'SLAPreferences'}->{'Comment2'} =  {
  'Block' => 'TextArea',
  'Cols' => '50',
  'Desc' => 'Define the sla comment 2.',
  'Label' => 'Comment2',
  'Module' => 'Kernel::Output::HTML::SLAPreferencesGeneric',
  'PrefKey' => 'Comment2',
  'Rows' => '5'
};


Frontend::Service::Preferences

ServicePreferences###Comment2
Description Value
Description: Parameters of the example service attribute Comment2.
Group: Ticket
SubGroup: Frontend::Service::Preferences
Valid: 0
Required: 0
Config-Setting:
$Self->{'ServicePreferences'}->{'Comment2'} =  {
  'Block' => 'TextArea',
  'Cols' => '50',
  'Desc' => 'Define the service comment 2.',
  'Label' => 'Comment2',
  'Module' => 'Kernel::Output::HTML::ServicePreferencesGeneric',
  'PrefKey' => 'Comment2',
  'Rows' => '5'
};


Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox