TFS’s Work Item Attachment Size Limit

Work Item has 4 Mb size limit on attachments by default. However, we can increase this size limit by setting this limit up to 2 gigabytes. In order to do that, we need to use web services that Team Foundation Server provides.

In order to set this limit you have to be a member of the Administrators group on the Application Tier which is a requirement.

Maximum size as it was mentioned is being set using Web Services and you need to access Web Services using your browser and by typing Server Name and WorkItemTracking directory.

http://SERVER:8080/WorkItemTracking/v1.0/ConfigurationSettingsService.asmx?op=SetMaxAttachmentSize

In the maxSize text box you need to enter desired attachment size in bytes and then Invoke it.

Work Item Size 
Work Item Size

However, we need to exercise caution before we set Work Item attachment limit to a higher size. This value cannot be changed only for one user or a group of users and hence we need to ensure that sufficient disk space is available. Also, we need to understand overall impact on all the TFS users since all of them will be affected.

Featured pages

SharePoint Integration

Windows SharePoint Services is an integral part of Team Foundation Server. As a result, there is v…

Creating Team Project

Team Foundation Server allows creation of the portal project via TFS Portal Creation Wizard. This …

SQL Server Agent Jobs

Team Foundation Server installs several SQL Server Agent Jobs that allow it to perform certain tas…

tf Command

tf Command line utility provide many useful operations that we can perform with Team Foundation Se…

Shelving and Unshelving

Shelving is very powerful feature of the Source Control in VSTS that allows storing pending change…

MS Project Fields Mapping

TFS works with MS Project via mapping file with specific fields mapped from one application to ano…

Using MS Project with Team Foundation Server

MS Projects allows accessing Team Foundation Server and working with the TFS Work Items. This is a…

Managing Documents in TFS

Team Foundation Server provides us with the capability to manage various documents, also called ar…