How to get Team Member capacity for an Iteration using TFS JAVA SDK
-
Friday, February 22, 2013 2:32 PM
Hi ,
Is there a way by which i can get individual Team Member Capacity,Days Off for an Iteration using Java SDK?
I have been looking into this for a long time...
Does anyone have an idea how this can be done?
Thanks a lot in advance!
All Replies
-
Wednesday, February 27, 2013 9:14 AMOwner
Hmm, you know rather embarrassingly I'm not actually sure where that data is stored. I know that it is not as a work item.
Let me go check in with the Agile planning team and figure that out first - that will let us know how to access it programatically then. Note that as we never do this from Eclipse it might not have an API that will help us - but I'll check and get back to you.
Martin.
http://www.woodwardweb.com
-
Friday, March 01, 2013 5:06 AM
Hi Martin,
The details which Joel is looking for is stored in the collection database in the tables starting with tbl_team.
Joel, however I would recommend you to use an API, instead of directly querying the database. This would be your last option, in case you don't have any APIs.
Regards
Sunil
-
Friday, March 01, 2013 9:41 AMOwner
I've been digging into the source code on the server and I don't see an API for this. Talking with the team that own this now to confirm.
M.
http://www.woodwardweb.com

