RequestTracker Commandline Interface

The command is rt from the rt4-clients package.

Configuration

run rt help config and set environmental variables accordingly:

RTUSER=debian
RTPASSWD=password   (the real password is found at master.debian.org:/home/debian/misc/rt-password)
RTSERVER=https://rt.debian.org

Or put

user debian
passwd password   (the real password is found at master.debian.org:/home/debian/misc/rt-password)
server https://rt.debian.org

in ~/.rtrc.

There used to be public 'guest' account but that has been disabled due to abuse.

Using

rt list 'creator=my.email@addre.ss and (status=new or status=open)'

rt show ticket/123/history
rt show -l ticket/123/history

rt help list
rt help show