Share via


FAQ #2: How do I enforce a rule on Area Path or Iteration Path?

I saw a question on this recently and thought it would be good to contribute to the FAQ that Gregg started:

Incidentally, this solution is from Gregg too :-)

  <FIELD name="Iteration Path - Validation" refname="MyFields.IterationPathValidation" type="String">   <HELPTEXT>Hidden field used to validate Iteration Path</HELPTEXT>   <WHEN field="System.IterationId" value="XX">    <COPY from="value" value="Restricted" />   </WHEN>   <PROHIBITEDVALUES not = "[project]\Project Administrators">    <LISTITEM value="Restricted"/>   </PROHIBITEDVALUES>  </FIELD>

Where XX is the Iteration ID of the root level node. Change Iteration to Area for Area Path field. So if you want to prevent users specifying just root node as AreaPath or IterationPath, put the project name (root) there and users will get an error message that "Iteration Path - Validation has invalid value.

Note: This will work for Area Path as well.

-Siddharth

Comments

  • Anonymous
    February 01, 2008
    PingBack from http://noocyte.wordpress.com/2008/02/01/teams-wit-tools-faq-2-how-do-i-enforce-a-rule-on-area-path-or-iteration-path/

  • Anonymous
    February 04, 2008
    Martin Hinshelwood on TFS Event Handler CTP 2 Released. Brian Harry on Requirements management with Team...

  • Anonymous
    February 13, 2008
    This is exactly what I'm needing but it fails.  No matter what I put in it throws the error.  Any ideas?

  • Anonymous
    March 23, 2008
    Hi barnesbuilt, Sorry for the delay. Could you reply back to sbhatia(at)Microsoft.com with the error?  We'll look into it. Thanks, -Siddharth

  • Anonymous
    February 05, 2009
    The comment has been removed