I typically write notes with action items for my employees in them so they look something like this
------BEGIN NOTE------
Engineering to provide product spec sheets
[ ] Me - Talk to bob about release timeline
[ ] Denis - Make sure his system are ready
Jenny has informed me that all the system are up and running.
------END NOTE----------
Lets imagine that the [ ] is a todo box.
So I first though this should be really easy to set up a saved search so I can have a liste of all my employees who still have active items.
My initial search string was
todo:false Denis
That is great, it works for uncompleted todo lists. It would return 1 for the note above.
However if I have this string
todo:false Jenny
It would also return 1 and link to that note. So basically any time an employee is mentioned in a note with a todo, they show up for their query, even if the todo item is not for them.
Is there anyways to wrap a query up to only return when the todo that is uncompleted is inline with the person's name?
Idea
TheWarren 2
I typically write notes with action items for my employees in them so they look something like this
------BEGIN NOTE------
Engineering to provide product spec sheets
[ ] Me - Talk to bob about release timeline
[ ] Denis - Make sure his system are ready
Jenny has informed me that all the system are up and running.
------END NOTE----------
Lets imagine that the [ ] is a todo box.
So I first though this should be really easy to set up a saved search so I can have a liste of all my employees who still have active items.
My initial search string was
todo:false Denis
That is great, it works for uncompleted todo lists. It would return 1 for the note above.
However if I have this string
todo:false Jenny
It would also return 1 and link to that note. So basically any time an employee is mentioned in a note with a todo, they show up for their query, even if the todo item is not for them.
Is there anyways to wrap a query up to only return when the todo that is uncompleted is inline with the person's name?
Thanks
W
25 replies to this idea
Recommended Posts
Archived
This topic is now archived and is closed to further replies.