> 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 _______________________________________________ http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users Community help: http://wiki.bestpractical.com Commercial support: [EMAIL PROTECTED] Discover RT's hidden secrets with RT Essentials from O'Reilly Media. Buy a copy at http://rtbook.bestpractical.com We're hiring! Come hack Perl for Best Practical: http://bestpractical.com/about/jobs.html
