As a part of my application I need to display the sum of Estimate, ToDo and Actuals(as done in TeamStatus Tab) for all the tasks owned by users in a given project and workspace. To do this I was planning to retrieve all the tasks owned by each single user in the project and then summing up the particular values of Estimate, ToDo and Actuals. How do I know the people who are involved in the particular project? Is there any way to get all the tasks owned by a user? How should I approach towards this problem?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
I think you'll find the following Stackoverflow answer pretty useful - this matches your needs almost to a T: |
|||||
|