I came across this tutorial on how to programmatically pull Iteration Paths and Area Paths from TFS 2012 using their API.
However, my company has set up some custom fields, one being "Team" (not to be confused with Team Projects that is already specified by TFS). In our Feature Request template, the user will click a dropdown menu and select the team they want to assign a project to. However, I haven't found a way to pull our team names programmatically like I can iteration paths and area paths.
Any ideas on how to pull custom fields?