Modify the number of work items limit in the iteration view of TFS 2013

Source: Internet
Author: User

When the number of work items in a TFS iteration exceeds 500, a red warning appears in the TFS Web page (Web Access) display the number of items in the backlog exceeds the configured limit of 500. The current total is 529 .....

TFS displays work items such as 500 requirements/tasks by default in the iteration view, beyond which a warning message (such as yours) appears, but does not affect the iteration view or the results of the query.

You can modify the limit number by reconfiguring the process profile for TFS by following these steps:

1. Open the command-line window and navigate to the installation location of Viusal Studio 2013

My computer is: C:\Program Files (x86) \microsoft Visual Studio 12.0

2. Export the process profile using the witadmin tool

witadmin exportprocessconfig/collection:collectionurl/p:projectname/f: "Directorypath/processconfiguration.xml"

3. Open the exported configuration file using any text editing tool (such as Notepad) and add the attribute workitemcountlimit to the Taskbacklog node, for example:

<taskbacklog category= "Microsoft.taskcategory" pluralname= "Tasks" singularname= "Task" workitemcountlimit= "800″ >

4. Using the WitAdmin tool to import the modified process configuration file

witadmin importprocessconfig/collection:collectionurl/p:projectname/f: "Directorypath/processconfiguration.xml"

Reference: http://blog.imaginet.com/change-the-work-item-limit-in-the-tfs-2013-sprint-backlog/

Modify the number of work items limit in the iteration view of TFS 2013

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.