summaryrefslogtreecommitdiff
path: root/doc/rt-liberation.texinfo
diff options
context:
space:
mode:
Diffstat (limited to 'doc/rt-liberation.texinfo')
-rw-r--r--doc/rt-liberation.texinfo43
1 files changed, 39 insertions, 4 deletions
diff --git a/doc/rt-liberation.texinfo b/doc/rt-liberation.texinfo
index 8b63fc0..f5fa128 100644
--- a/doc/rt-liberation.texinfo
+++ b/doc/rt-liberation.texinfo
@@ -14,11 +14,11 @@
@copying
- @copyright{} 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2020 Free Software Foundation
+ @copyright{} 2009, 2010, 2011, 2012, 2013, 2014, 2015 Free Software Foundation
@quotation
Permission is granted to copy, distribute and/or modify this document
-under the terms of the GNU Free Documentation License, Version 1.2 or
+under the terms of the GNU Free Documentation License, Version 1.1 or
any later version published by the Free Software Foundation; with no
Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
copy of the license is included in the section entitled ``GNU Free
@@ -97,6 +97,8 @@ Ticket Browser
+
+
@c --------------------------------------------------
@node Introduction
@@ -115,6 +117,8 @@ the resulting tickets, viewing the tickets' contents and performing
operations on the tickets.
+
+
@c --------------------------------------------------
@node Installation
@@ -136,10 +140,12 @@ Tell GNU/Emacs to load the package with:
(require 'rt-liberation)
@end lisp
-Tell rt-liberation where to find the RT server's REST interface:
+Tell rt-liberation where to find the RT server's REST interface and
+which version of RT the server is running:
@lisp
-(setq rt-liber-rest-url "rt.example.org")
+(setq rt-liber-rest-url "rt.example.org"
+ rt-liber-rt-version "4.2.4")
@end lisp
rt-liberation can issue a command to ``take'' a ticket (that is,
@@ -178,6 +184,8 @@ TicketSQL language.
+
+
@c --------------------------------------------------
@node Query Compiler
@@ -198,6 +206,8 @@ number of TicketSQL tokens.
+
+
@c --------------------------------------------------
@node Query Language
@@ -277,6 +287,8 @@ in function calls:
@end lisp
+
+
@c --------------------------------------------------
@node Ticket Browser
@@ -412,6 +424,8 @@ Set the numerical priority level of the ticket at point.
+
+
@c --------------------------------------------------
@node Ticket Browser Display
@@ -478,6 +492,8 @@ considered high priority if its value is strictly higher than
@var{rt-liber-browser-priority-cutoff}
+
+
@c --------------------------------------------------
@node Ticket Browser Sorting
@@ -619,6 +635,8 @@ buffers will be created displaying the query results and named
+
+
@c --------------------------------------------------
@node Ticket Viewer
@@ -736,6 +754,8 @@ Display the associated ticket in the ticket browser.
+
+
@c --------------------------------------------------
@node Gnus Integration
@@ -804,6 +824,8 @@ the Viewer will be able to call into it, @xref{Ticket Viewer}.
+
+
@c --------------------------------------------------
@node Tracking Updates
@@ -839,6 +861,8 @@ time-stamp so that the next invocation will produce the same result.
@end defun
+
+
@c --------------------------------------------------
@node Batch Operations
@@ -884,6 +908,9 @@ Set the status of all the marked tickets to ``is-spam'' and delete.
@end defun
+
+
+
@c --------------------------------------------------
@node Local Storage
@@ -933,6 +960,8 @@ can be extended to associate any arbitrary data with any ticket.
+
+
@c --------------------------------------------------
@node Concept Index
@@ -940,6 +969,8 @@ can be extended to associate any arbitrary data with any ticket.
@printindex cp
+
+
@c --------------------------------------------------
@node Function Index
@@ -947,6 +978,8 @@ can be extended to associate any arbitrary data with any ticket.
@printindex fn
+
+
@c --------------------------------------------------
@node Variable Index
@@ -954,6 +987,8 @@ can be extended to associate any arbitrary data with any ticket.
@printindex vr
+
+
@c --------------------------------------------------
@node Keybinding Index