[Rt-commit] r12559 - in rt/branches/3.8-TESTING: bin

sartak at bestpractical.com sartak at bestpractical.com
Tue May 20 14:10:57 EDT 2008


Author: sartak
Date: Tue May 20 14:10:56 2008
New Revision: 12559

Modified:
   rt/branches/3.8-TESTING/   (props changed)
   rt/branches/3.8-TESTING/bin/rt.in

Log:
 r56426 at onn:  sartak | 2008-05-20 14:08:08 -0400
 Example of setting due date in bin/rt


Modified: rt/branches/3.8-TESTING/bin/rt.in
==============================================================================
--- rt/branches/3.8-TESTING/bin/rt.in	(original)
+++ rt/branches/3.8-TESTING/bin/rt.in	Tue May 20 14:10:56 2008
@@ -1834,7 +1834,7 @@
         rt create -t ticket
 
         # Non-interactive.
-        rt edit ticket/1-3 add cc=foo at example.com set priority=3
+        rt edit ticket/1-3 add cc=foo at example.com set priority=3 due=tomorrow
         rt ls -t tickets -i 'Priority > 5' | rt edit - set status=resolved
         rt edit ticket/4 set priority=3 owner=bar at example.com \
                          add cc=foo at example.com bcc=quux at example.net


More information about the Rt-commit mailing list