ChiliProject is not maintained anymore. Please be advised that there will be no more updates.

We do not recommend that you setup new ChiliProject instances and we urge all existing users to migrate their data to a maintained system, e.g. Redmine. We will provide a migration script later. In the meantime, you can use the instructions by Christian Daehn.

Auto change issue status

Added by Devin Frazier at 2012-03-28 01:01 am

Hello there!
I haven't been able to find anything related to this query with a Google search or a Chiliproject forums search.
My question is, is there a way to have an issue status automatically change after X amount of days?

For example if a issue is changed to 'On Hold' is there a way it can automatically be changed back to 'New' after 3 days?

Thank you in advance!


Replies (2)

RE: Auto change issue status - Added by Felix Schäfer at 2012-03-28 07:11 am

Devin Frazier wrote:

My question is, is there a way to have an issue status automatically change after X amount of days?

There's currently no built-in mechanism to execute events other than on "page views", so I don't think this is easily doable currently, sorry.

RE: Auto change issue status - Added by Devin Frazier at 2012-03-28 05:34 pm

Then perhaps the easiest thing to do it to write a PHP script that searches the DB for the 'On Hold' status and changes it to 'New' or whatever it should be and run it as a cron...

(1-2/2)