Page 1 of 1

Set Due Date by Status

Posted: 03 Jun 2008, 19:34
by chiky
Hi, in the new versión 1.2.0 the Due date is set manually in the creation of the bug report.

It is possible to set that each time you change the status of the issue the due date is recalculated automatically?
if yes, where do I have to make the change?

Re: Set Due Date by Status

Posted: 25 Jun 2008, 05:10
by vboctor
Your best best is to override the following custom function:
custom_function_default_issue_update_notify()

See manual for overriding custom functions.

This function should be called after the issue is updated. However, you might find some corner scenarios where the function is not called. If so, please submit a bug report with a patch and we will apply such fix.