Resolve users group membership in AssignedTo on work-item-queries
I assign work-items to user-groups in TFS. Lets say, I have a task assigned to the group [Devlopers]. Now I want to setup the Team Query "My Tasks" so that every member of [Developers] will see the task. I tried the following operator/value-combinations in the query-editor (the square-brackets are added for visual reasons): [Assigned To] [In Group] [@Me] [Assigned To] [Contains] [@Me] [Assigned To] [=] [@Me] [Assigned To] [In] [@Me] What I really need is something like @MyGroups instead of @Me. How can one achieve this? If it isn't possible to this, what is the sence of Assign-To-Group in TFS?