<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Limiting the AssignedTo dropdown-population for Team Foundation Server workitems</title>
	<atom:link href="http://blog.edwardsmit.com/2006/08/limiting-the-assignedto-dropdown-population-for-team-foundation-server-workitems/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.edwardsmit.com/2006/08/limiting-the-assignedto-dropdown-population-for-team-foundation-server-workitems/</link>
	<description>Edward&#039;s Unicode Sequences</description>
	<lastBuildDate>Thu, 30 Jun 2011 16:27:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Edward</title>
		<link>http://blog.edwardsmit.com/2006/08/limiting-the-assignedto-dropdown-population-for-team-foundation-server-workitems/comment-page-1/#comment-621</link>
		<dc:creator>Edward</dc:creator>
		<pubDate>Tue, 14 Sep 2010 22:05:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.edwardsmit.com/Limiting+The+AssignedTo+Dropdownpopulation+For+Team+Foundation+Server+Workitems.aspx#comment-621</guid>
		<description>Honestly Brad, I don&#039;t know. It&#039;s been a mighty long time since I&#039;ve done some configuration of TFS. I advise you to ask the question to my good friend Marcel de Vries, who is MVP for Team System. His blog is at http://blogs.infosupport.com/blogs/marcelv/</description>
		<content:encoded><![CDATA[<p>Honestly Brad, I don&#8217;t know. It&#8217;s been a mighty long time since I&#8217;ve done some configuration of TFS. I advise you to ask the question to my good friend Marcel de Vries, who is MVP for Team System. His blog is at <a href="http://blogs.infosupport.com/blogs/marcelv/" rel="nofollow">http://blogs.infosupport.com/blogs/marcelv/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brad</title>
		<link>http://blog.edwardsmit.com/2006/08/limiting-the-assignedto-dropdown-population-for-team-foundation-server-workitems/comment-page-1/#comment-620</link>
		<dc:creator>Brad</dc:creator>
		<pubDate>Tue, 14 Sep 2010 20:38:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.edwardsmit.com/Limiting+The+AssignedTo+Dropdownpopulation+For+Team+Foundation+Server+Workitems.aspx#comment-620</guid>
		<description>I&#039;ve added my own field to my task template and I&#039;d to limit the users to anyone in AD, mostly to validate them. Can this be done also?
Using TFS2008</description>
		<content:encoded><![CDATA[<p>I&#8217;ve added my own field to my task template and I&#8217;d to limit the users to anyone in AD, mostly to validate them. Can this be done also?<br />
Using TFS2008</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcel de Vries</title>
		<link>http://blog.edwardsmit.com/2006/08/limiting-the-assignedto-dropdown-population-for-team-foundation-server-workitems/comment-page-1/#comment-159</link>
		<dc:creator>Marcel de Vries</dc:creator>
		<pubDate>Wed, 27 Jan 2010 13:08:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.edwardsmit.com/Limiting+The+AssignedTo+Dropdownpopulation+For+Team+Foundation+Server+Workitems.aspx#comment-159</guid>
		<description>Tom,
The same restriction is true for 2010. The points that the Team Project Template can be seen as the blueprint of all your projects. Once a project is instantiated, it is the same as with a c# class. You can manipulate only one instance at the time ;-)

Now I understand your issue, since I have experienced the same for all our process template upgrades we do for our software factory.  It is just a matter of building a simple UI that iterates all projects, select the once you want to upgrade to your new definition and then issue commands against the TFS API for each project to update the Work Item definitions.
So there is a solution to the problem. Send me an email through my blog (http://blogs.infosupport.com/marcelv) and I will give you the details how you can automate this.</description>
		<content:encoded><![CDATA[<p>Tom,<br />
The same restriction is true for 2010. The points that the Team Project Template can be seen as the blueprint of all your projects. Once a project is instantiated, it is the same as with a c# class. You can manipulate only one instance at the time <img src='http://blog.edwardsmit.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Now I understand your issue, since I have experienced the same for all our process template upgrades we do for our software factory.  It is just a matter of building a simple UI that iterates all projects, select the once you want to upgrade to your new definition and then issue commands against the TFS API for each project to update the Work Item definitions.<br />
So there is a solution to the problem. Send me an email through my blog (<a href="http://blogs.infosupport.com/marcelv" rel="nofollow">http://blogs.infosupport.com/marcelv</a>) and I will give you the details how you can automate this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tom</title>
		<link>http://blog.edwardsmit.com/2006/08/limiting-the-assignedto-dropdown-population-for-team-foundation-server-workitems/comment-page-1/#comment-158</link>
		<dc:creator>tom</dc:creator>
		<pubDate>Wed, 27 Jan 2010 07:39:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.edwardsmit.com/Limiting+The+AssignedTo+Dropdownpopulation+For+Team+Foundation+Server+Workitems.aspx#comment-158</guid>
		<description>Thanks for your answer.
With this solution i must modify each file set (Bug.xml, QoS.xml, Risk.xml, Scenario.xml and Task.xml) for each current project in TFS, with the set of active directory people who are involved to this project. (and another set of people who are involved to another project. We have many projects.
No GUI, no user mapping etc. I can believe it ....
We are using TFS 2008, has TFS 2010 the same restrictions?</description>
		<content:encoded><![CDATA[<p>Thanks for your answer.<br />
With this solution i must modify each file set (Bug.xml, QoS.xml, Risk.xml, Scenario.xml and Task.xml) for each current project in TFS, with the set of active directory people who are involved to this project. (and another set of people who are involved to another project. We have many projects.<br />
No GUI, no user mapping etc. I can believe it &#8230;.<br />
We are using TFS 2008, has TFS 2010 the same restrictions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edward</title>
		<link>http://blog.edwardsmit.com/2006/08/limiting-the-assignedto-dropdown-population-for-team-foundation-server-workitems/comment-page-1/#comment-156</link>
		<dc:creator>Edward</dc:creator>
		<pubDate>Tue, 26 Jan 2010 14:37:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.edwardsmit.com/Limiting+The+AssignedTo+Dropdownpopulation+For+Team+Foundation+Server+Workitems.aspx#comment-156</guid>
		<description>Hi Tom,
[Project] should be replaced by the current project name.
The files mentioned in the beginning of the post should be modified, so: &quot;Bug.xml, QoS.xml, Risk.xml, Scenario.xml and Task.xml (located in the &quot;MSF for Agile Software Development - v4.0\WorkItem Tracking\TypeDefinitions&quot; directory)&quot;

Hope this helps</description>
		<content:encoded><![CDATA[<p>Hi Tom,<br />
[Project] should be replaced by the current project name.<br />
The files mentioned in the beginning of the post should be modified, so: &#8220;Bug.xml, QoS.xml, Risk.xml, Scenario.xml and Task.xml (located in the &#8220;MSF for Agile Software Development &#8211; v4.0\WorkItem Tracking\TypeDefinitions&#8221; directory)&#8221;</p>
<p>Hope this helps</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tom</title>
		<link>http://blog.edwardsmit.com/2006/08/limiting-the-assignedto-dropdown-population-for-team-foundation-server-workitems/comment-page-1/#comment-155</link>
		<dc:creator>tom</dc:creator>
		<pubDate>Tue, 26 Jan 2010 14:18:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.edwardsmit.com/Limiting+The+AssignedTo+Dropdownpopulation+For+Team+Foundation+Server+Workitems.aspx#comment-155</guid>
		<description>- Is [Project] a TFS keyword for all projects or do you mean the current project name?
- Which file must be modified? Each project file or is there a global file for this settings?</description>
		<content:encoded><![CDATA[<p>- Is [Project] a TFS keyword for all projects or do you mean the current project name?<br />
- Which file must be modified? Each project file or is there a global file for this settings?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

