- In VS 2008, export the work item type (probably task, if you're using Agile 4.0) to an Xml file (if it asks you to include any Global Lists, just say no).
- Open w/ yr Xml editor (I use Notepad++)
- Find the TRANSITION node between the two states you care about. (Xpath would look much like "//WORKFLOW/TRANSITIONS[TRANSITION[@from='Active' and @to='Closed']])
- Under this node, you'll find an ACTIONS/ACTION node containing a value like "Microsoft.VSTS.Actions.Checkin".
- Delete that entire "ACTIONS" node.
- Save the file.
- Import the work item definition back into TFS, effectively overwriting the existing definition.
- Profit!
http://www.woodwardweb.com/vsts/000230.html
No comments:
Post a Comment