Handling Cancelled Tasks
shamalk says:
Hi,
I use RTM extensively. At my work, At my home, Planning projects etc.
I badly need a way to handle cancelled tasks. Cancelled task means a task which was scheduled but was not completed due to some reason. But I do not want to delete that task because I need it for future analysis of the project.
Can someone help me on this?
Thank you very much.
I use RTM extensively. At my work, At my home, Planning projects etc.
I badly need a way to handle cancelled tasks. Cancelled task means a task which was scheduled but was not completed due to some reason. But I do not want to delete that task because I need it for future analysis of the project.
Can someone help me on this?
Thank you very much.
Hi shamalk,
One possible solution would be to complete the tasks, and add a tag indicating that the task was cancelled. The completed tasks will retain the tag, which would allow you to perform searches such as the following to identify all the completed tasks for a project:
list:ProjectZ AND status:completed AND tag:cancelled
Hope that helps!
One possible solution would be to complete the tasks, and add a tag indicating that the task was cancelled. The completed tasks will retain the tag, which would allow you to perform searches such as the following to identify all the completed tasks for a project:
list:ProjectZ AND status:completed AND tag:cancelled
Hope that helps!
shamalk says:
Thanks brendan. That's a good idea. =)