If I set the trigger for a rule to “Task is overdue” will the rule not work on completed tasks?
For example, I set up a process to delete a task from the project a specified number of days (e.g., 3 days) after completion, but it doesn’t seem to be executed.
If rules can’t be applied to completed tasks, are there any alternatives?
Currently, it doesn’t seem to be triggered on completed tasks.
I think it’s necessary for Multi-home feature of asana.
Hi @ka_nishiyama , there isn’t a rule action to delete a task. Perhaps you mean to remove the task from a project?
And, no, the ‘when overdue’ trigger will not run on completed tasks because the task is no longer regarded as overdue since it is completed. However, I can understand your use case, although I’ve never come across this need with any of the numerous customers we’ve worked with.
Actually, @ka_nishiyama, you could try creating a formula field A that is (Completed date +3 days, for example) and then another formula field B that is (Formula A - Today).
Then you could create a rule trigger when Formula B is changed and Number is equal to 0, then run your action.
I haven’t tried this but it should work in theory, although I’ve ran into some bugs when triggering formula number fields..