One issue you'll come across is that it isn't possible to define rules based on the Area Path only the Area ID. This means you can't enforce that the area is below another area. If your areas don't change particularly often you could create a global list containing all of the area IDs and you could then use something like this:
<STATE name="Resolved">
<FIELDS>
<FIELD refname="System.AreaID">
<ALLOWEDVALUES>
<GLOBALLIST name="AllowedAreaIDs" />
</ALLOWEDVALUES>
</FIELD>
</FIELDS>
</STATE>
<STATE name="Closed">
<FIELDS>
<FIELD refname="System.AreaID">
<ALLOWEDVALUES>
<GLOBALLIST name="AllowedAreaIDs" />
</ALLOWEDVALUES>
</FIELD>
</FIELDS>
</STATE>
William
On Wed, Nov 5, 2008 at 7:39 PM, Ewald Hofman <[EMAIL PROTECTED]>wrote:
> I know it is possible to customize the work item type. I have now a
> question for the following:
>
>
>
> The completed work is required if *and only if:*
>
> - the state is set to resolved or closed
>
> - The area path is beneath …
>
>
>
> Is this possible?
>
>
>
>
>
> *Ewald Hofman** **| Consultant
> *MCPD Enterprise Application Developer* *
>
> *Avanade** **Netherlands BV**
> **Versterkerstraat 6, 1322 AP Almere
> Mobile: +31 (0) 6 46358936
> **www.avanade.nl* <http://www.avanade.nl/>* ***
>
> *Avanade */systems.solutions.success/from Accenture & Microsoft
>
>
>
> [image: AvaLogo-copy]
>
>
>
>
>
> [image: Eneterprise_Win_Gold]
>
>
> OzTFS.com - to unsubscribe from this list, send a message back to the list
> with 'unsubscribe' as the subject. View the web archives at
> http://www.mail-archive.com/[email protected]/
> Powered by mailenable.com, supported by www.readify.net
OzTFS.com - to unsubscribe from this list, send a message back to the list with
'unsubscribe' as the subject. View the web archives at
http://www.mail-archive.com/[email protected]/
Powered by mailenable.com, supported by www.readify.net
<<image002.jpg>>
<<image001.jpg>>
