[rt-users] RE: Edit ticket links using CLI?
Philip Kime
pkime at Shopzilla.com
Wed May 17 13:15:38 EDT 2006
> Is it possible to edit ticket links using the command line tool (rt)?
If
> so, what are the field names?
There is a separate CLI subcommand for this (see rt help link), for
example:
rt link <ticketID1> DependsOn <ticketID2>
rt link <ticketID1> RefersTo <ticketID2>
rt link -d <ticketID1> DependsOn <ticketID2> (deletes a link)
To display links
rt show ticket/<ticketID>/links
More information about the rt-users
mailing list