Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[perl #39932] [TODO] enable bulk operations in rt

6 views
Skip to first unread message

Jerry Gay

unread,
Jul 24, 2006, 7:23:48 PM7/24/06
to bugs-bi...@rt.perl.org
# New Ticket Created by Jerry Gay
# Please include the string: [perl #39932]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=39932 >


for a subset of rt bugadmins, enable bulk operations in order to allow
creation of new tickets from a file (eg. TODO.pod, STATUS.pod, etc.)

~jerry

Will Coleda via RT

unread,
Jul 10, 2007, 10:15:49 PM7/10/07
to perl6-i...@perl.org
It is now possible to open tickets from the command line if you're a bugadmin. First, get an RT
CLI account; see the wiki for details. Then:

rt create -e -t ticket set subject='Testing new ticket' cc=wi...@coleda.com Queue=parrot

Will pop you into an editor. Add your text message at the end (any continuation lines must
begin with whitespace.)

Once you're done editing, save & quit, the ticket will be generated, and you'll get your ticket
number, which you can then pass to other rt invocations.

Regards.

0 new messages