Logo
  Wednesday, September 08, 2010
Sign-In  |  Sign-Up  |  Contact Us  | Bookmark |  RSS Feed

TFS Work Item Attachments  
Work Items form allows adding attachments to it via TFS interface. In order to do that you need to open u work item that already exists on the server or create new one by clicking on the Work Items folder within Team Explorer and selecting New Task or any other type.

Attachment
Attachment

Attachments can be restricted in size. You can set size limit via TFS WebService. In order to access WebService to set a size of the attachment, you need to type:
http://tfsrtmsp1:8080/WorkItemTracking/v1.0/ConfigurationSettingsService.asmx?op=SetMaxAttachmentSize

Attachment Web Service
Attachment Web Service

In order to set the size, you need to specify new Attachment maximum size in the maxSize window and press Invoke button.
Print TFS Work Item Attachments Bookmark TFS Work Item Attachments

Related Articles  
Troubleshooting Team Foundation Server
Q11, Q12 Often time we may run into problems displaying our Team Foundation Portal. There may be many different reasons ...
tf Command-Line Utility Tool in Team Foundation Server
tf Command line utility provide many useful operations that we can perform with Team Foundation Server. Here is a list ...
STATE Element of the work type definition in Team Foundation Server
STATE Element is one of the most important elements that can be specified while creating work item type definition. It ...
tf permission Commands in Team Foundation Server
tf permission is a command line statement that modifies the access control list of all the users and at a same time ...
TFSBuild.proj file and build process customization
TFSBuild.proj file is used to customize and tailor Build process according to our needs. One of the most useful and ...
Customizing Build Numbers in TFS with the help of TFSBuild.proj file
There are situations when we require creating our own build numbers for each build that we publish. TFS allows us to do ...
More