[otrs-cvs] doc-admin/en/content/customization process-management.xml, 1.25, 1.26
"CVS commits notifications of OTRS.org" <[email protected]>
| Newsgroups | gmane.comp.otrs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Comments:
Update of /home/cvs/doc-admin/en/content/customization
In directory lancelot:/tmp/cvs-serv30858/en/content/customization
Modified Files:
process-management.xml
Log Message:
Added TicketTileSet TransitionAction.
Author: cr
Index: process-management.xml
===================================================================
RCS file: /home/cvs/doc-admin/en/content/customization/process-management.xml,v
retrieving revision 1.25
retrieving revision 1.26
diff -2 -u -d -r1.25 -r1.26
--- process-management.xml 11 Jan 2013 06:19:30 -0000 1.25
+++ process-management.xml 11 Jan 2013 18:54:23 -0000 1.26
@@ -761,4 +761,5 @@
<listitem><para>TicketSLASet</para></listitem>
<listitem><para>TicketStateSet</para></listitem>
+ <listitem><para>TicketTitleSet</para></listitem>
<listitem><para>TicketTypeSet</para></listitem>
</itemizedlist>
@@ -3134,4 +3135,30 @@
<section>
+ <title>TicketTitleSet</title>
+ <para>
+ Sets the ticket title of a process ticket. Example:
+ </para>
+ <para>
+ <screen><![CDATA[
+$Self->{'Process::TransitionAction'} = {
+ 'TA1' => {
+ Name => 'Set Ticket Title to Ticket-title',
+ Module => 'Kernel::System::ProcessManagement::TransitionAction::TicketTitleSet',
+ Config => {
+ Title => 'Ticket-title',
+ },
+ },
+};
+ ]]></screen>
+ </para>
+ <para>
+ 'Name' specifies the name of the configured TransitionAction.
+ </para>
+ <para>
+ 'Title' specifies the new title of the ticket.
+ </para>
+ </section>
+
+ <section>
<title>TicketTypeSet</title>
<para>
@@ -3165,4 +3192,5 @@
</section>
</section>
+
<section>
<title>Access Control Lists (ACLs)</title>
---------------------------------------------------------------------
OTRS mailing list: cvs-log - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/cvs-log
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/cvs-log