Re: Where to put Crontool conditions?

Emmanuel Lacour <[email protected]> Mon, 19 Dec 2016 17:26:35 +0100
Newsgroups gmane.comp.bug-tracking.request-tracker.user
Message-ID <[email protected]>
Le 19/12/2016 à 17:07, Alex Hall a écrit :
> Hi list,
> Where do I put custom conditions for rt-crontool? I'm trying to get
> UntouchedInHours to work. Its page says to place it in
> local/RT/bin/... But I have no bin inside local/RT. I'm assuming that,
> like so many Wiki pages, this is simply not updated for the newer RT
> versions? What's the right path to use under 4.4.1? Thanks. Oh, the
> page I'm using:
> https://rt-wiki.bestpractical.com/wiki/UntouchedInHours


like any custom RT scrip condition: local/lib/RT/Condition/ (you need to
create this directory if not yet done).