Updates:
Owner:
Fleety...@gmail.com
Labels: Priority-Medium Milestone-Release6.6 Plat-All Component-Docs
Comment #1 on issue 172 by
Fleety...@gmail.com: +jhelp manage4 missing
http://code.google.com/p/anomalyjobs/issues/detail?id=172
Seems it is named '+jhelp manage 4' instead of 'manage4'. Will fix.
What's the unrelated question?
If it is 'how do I set jobs to auto-update their due dates to some set
number of days in the future upon a new comment', then you're looking for
action hooks (see '+jhelp hooks', and specifically you want HOOK_ADD for
updating on a new comment). If you want the behavior to be for a single
bucket, you'd add HOOK_ADD to the bucket itself. If you want the behavior
to be global then you'd add it to the Job Parent Object. I can't recall
off-hand if the JPO already has a HOOK_ADD by default, so if it does, you'd
want to modify the existing one and add your code there.