= RequestTracker Commandline Interface = The command is rt from the {{{rt4-clients}}} package. == Configuration == run {{{rt help config}}} and set environmental variables accordingly: {{{ RTUSER=guest RTPASSWD=readonly RTSERVER=https://rt.debian.org }}} Or put {{{ user guest passwd readonly server https://rt.debian.org }}} in {{{~/.rtrc}}}. == 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 }}} Someone please describe actual usage example, for now I'll use recommend {{{rt help}}} and {{{rt help actions}}} :-)