Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IBugFieldMapping Interface

 

Represents the mapping of bug field properties to their work item tracking fields.

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

public interface class IBugFieldMapping

NameDescription
System_CAPS_pubpropertyBugWorkItem

Gets the name of the type of bug work item to create.

System_CAPS_pubpropertyCreatedBy

Gets the identity of the person who created this mapping object.

System_CAPS_pubpropertyCreatedByName

User who created the bug field mapping.

System_CAPS_pubpropertyCreatedDate

Gets the date and time that this mapping object was created.

System_CAPS_pubpropertyFieldMappings

Gets the dictionary of automatically generated bug data and the names of the corresponding bug work item fields.

System_CAPS_pubpropertyLastUpdated

Gets the date and time that this mapping object was last updated.

System_CAPS_pubpropertyLastUpdatedBy

Gets the identity of the person who last updated this mapping object.

System_CAPS_pubpropertyLastUpdatedByName

Last person to update bug field mapping

System_CAPS_pubpropertyRevision

Gets the revision number of this mapping object for concurrency.

NameDescription
System_CAPS_pubmethodExport(String^)

Saves this mapping object to an XML file.

System_CAPS_pubmethodRefresh()

Updates this mapping object by using data from the server.

For more information about how to use Test Manager (TCM) to modify the bug field mapping, see Customize and manage the test experience [tcm and Microsoft Test Manager].

Return to top
Show: