mail-merge: Add instructions for using with RT
authorAlex Dehnert <adehnert@mit.edu>
Mon, 18 Feb 2013 06:07:12 +0000 (01:07 -0500)
committerAlex Dehnert <adehnert@mit.edu>
Mon, 18 Feb 2013 06:07:12 +0000 (01:07 -0500)
mail-merge-help/README

index 9890086b8abdb114bee31d1a5b31888d54479690..632c87192f3924b6c098e2c94cbc968e0b997379 100644 (file)
@@ -1,4 +1,5 @@
 Using the "mail-merge" script
+=============================
 
 The mail-merge script (if this file is ./mail-merge-help/README, it should be
 ./mail-merge) is a simple tool for combining a CSV file of data with a Python
@@ -25,3 +26,22 @@ The script will output the rows in the CSV file, as it parsed them, as it reads
 The mail-merge command should work on any Athena machine (and most other machines with Python installed).
 
 Please feel free to contact me (adehnert@mit.edu) with any questions.
+
+
+Using mail-merge with RT
+------------------------
+
+mail-merge now supports limited RT interaction. To use with RT, you should:
+
+* Use the --rt-queue option, passing the queue name (if it contains no spaces)
+  or ID number (which can be found on https://help.mit.edu/Admin/Queues/)
+
+* Make sure to put the queue correspondence address (eg,
+  asa-exec-correspondence@mit.edu) as the cc_addr (first argument)
+
+* Optionally, pass --rt-owner, to set the Owner and add them as an AdminCC on
+  the created tickets
+
+mail-merge will automatically create the ticket, set the value of the "email"
+field as Requestor, and email the correspondence address (not the "email" value
+directly) with your ticket.