CLI Question: Set dependson value via CLI?

I’ve searched and played around with the CLI interface but I can’t find
a way to set or modify items in the ‘Links’ section, specifically
depends on or is depended on by.

Am I just missing something?

I’m attempting to script some actions against RT and my next step to add
the “depends on” part is to go through the interface with WWW::Mech. I
was able to get the rest of my script working via the CLI and I really
wanted to do all of the work there.

Thanks,
Jim

Jim Brandt
Administrative Computing Services
University at Buffalo

I’ve searched and played around with the CLI interface but I can’t find
a way to set or modify items in the ‘Links’ section, specifically
depends on or is depended on by.

This seems to be an undocumented feature:

rt link <ticket_id> DependsOn <ticket_id>

(or try ‘rt help link’)

HTH

Joshua Colson jcolson@voidgate.org