[Rt-commit] rt branch, master, updated. rt-4.4.4-96-gb9c297a78

? sunnavy sunnavy at bestpractical.com
Wed Aug 21 10:00:57 EDT 2019


The branch, master has been updated
       via  b9c297a7849426aa034fa099201c3579c5e6f921 (commit)
       via  c0907d18edaa8ae7ede677e0634dc77548faadd1 (commit)
       via  67ef08ef40c21f4c60e7849142b4bae547f221b4 (commit)
      from  f72c12921bcbcda63687066d4f1da47044c8a882 (commit)

Summary of changes:
 docs/images/quote-selection-highlighted.png   | Bin 0 -> 74868 bytes
 docs/images/quote-selection-ticket-update.png | Bin 0 -> 43451 bytes
 docs/working_with_rt.pod                      |  65 ++++++++++++++++++++++++++
 lib/RT/Interface/Web.pm                       |   1 +
 share/static/js/quoteselection.js             |  54 +++++++++++++++++++++
 5 files changed, 120 insertions(+)
 create mode 100644 docs/images/quote-selection-highlighted.png
 create mode 100644 docs/images/quote-selection-ticket-update.png
 create mode 100644 docs/working_with_rt.pod
 create mode 100644 share/static/js/quoteselection.js

- Log -----------------------------------------------------------------
commit c0907d18edaa8ae7ede677e0634dc77548faadd1
Author: Maureen E. Mirville <maureen at bestpractical.com>
Date:   Mon Nov 26 10:00:26 2018 -0500

    Add docs for cored RT::Extension::QuoteSelection

diff --git a/docs/images/quote-selection-highlighted.png b/docs/images/quote-selection-highlighted.png
new file mode 100644
index 000000000..babc2f63d
Binary files /dev/null and b/docs/images/quote-selection-highlighted.png differ
diff --git a/docs/images/quote-selection-ticket-update.png b/docs/images/quote-selection-ticket-update.png
new file mode 100644
index 000000000..326115d6c
Binary files /dev/null and b/docs/images/quote-selection-ticket-update.png differ
diff --git a/docs/working_with_rt.pod b/docs/working_with_rt.pod
new file mode 100644
index 000000000..945036f8a
--- /dev/null
+++ b/docs/working_with_rt.pod
@@ -0,0 +1,65 @@
+=head1 Working with RT
+
+Request Tracker (RT) has a number of use cases and features. In this
+guide, we will go over how to use RT working from the user interface
+rather than working with RT via email.
+
+=head2 Creating a Ticket
+
+There are several ways to create a ticket in RT. From the homepage, "RT
+at a glance", you have a couple of options. One option is to select
+the desired queue from the dropdown at the top right of the page, then
+click on the "New ticket in" button. This will bring you to the Ticket
+Create page where you can add detailed information on the ticket, like
+the subject, the message and various custom fields. These available fields
+are customized by your RT administrator. You can also add attachments to
+the ticket by either dragging and dropping the file or clicking to select
+a file from your computer. Another way tickets can be created is by using
+the "Quick ticket creation" portlet on the "RT at a glance" page. Rather
+than jumping to an additional page, this portlet allows to add the most
+prominent information on a ticket without leaving your home page. Note that
+this portlet may not be available if your RT administrator removed it. With
+the proper rights, a ticket can also be created by emailing the corresponding
+email address set by an RT administrator.
+
+=head2 Actions
+
+=head3 Reply/Comment
+
+Users are able to either comment or reply on a ticket based on their needs.
+A comment is used to add a note to a ticket that is not sent out to the
+Ticket Requestor. This is commonly used internally to track progress on a
+ticket. A reply however, is sent to the Requestor and triggers each
+correspondence scrip. To distinguish the two on the Ticket Update page, the
+message box for Comments, is yellow, whereas the message box for Replies,
+is red. You can Reply/Comment on a ticket by either clicking in the Actions
+menu on the top right or by selecting Reply/Comment directly on a transaction
+in the ticket history.
+
+In order to make replying/commenting on a ticket easier, a feature as of 4.6
+has been added that allows you to quote any text on the ticket display page
+into your comment or reply. To utilize this feature, simply highlight the
+content you would like inserted in your message, then click on Comment/Reply.
+You may click on Comment/Reply from either the Actions menu or directly on
+the transaction you'd like.
+
+=for html <img alt="Selected Text on Ticket Display"
+src="images/quote-selection-highlighted.png">
+
+=for :text [Selected Text on Ticket Display F<docs/images/quote-selection-highlighted.png>]
+
+=for :man [Selected Text on Ticket Display F<docs/images/quote-selection-highlighted.png>]
+
+This will then bring you to the ticket update page where you will find your
+selected text already added to the message box.
+
+=for html <img alt="Text Added to Ticket Update"
+src="images/quote-selection-ticket-update.png">
+
+=for :text [Text Added to Ticket Update F<docs/images/quote-selection-ticket-update.png>]
+
+=for :man [Text Added to Ticket Update F<docs/images/quote-selection-ticket-update.png>]
+
+This is useful when the transaction you are commenting on or replying to has a lot
+of extraneous information, such as the user's signature, that is not needed for your
+message.

commit b9c297a7849426aa034fa099201c3579c5e6f921
Merge: f72c12921 c0907d18e
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Wed Aug 21 21:39:54 2019 +0800

    Merge branch '4.6/core-rt-extension-quoteselection'


-----------------------------------------------------------------------


More information about the rt-commit mailing list