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)

Syntax

public interface IBugFieldMapping
public interface class IBugFieldMapping
type IBugFieldMapping = interface end
Public Interface IBugFieldMapping

Properties

Name Description
System_CAPS_pubproperty BugWorkItem

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

System_CAPS_pubproperty CreatedBy

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

System_CAPS_pubproperty CreatedByName

User who created the bug field mapping.

System_CAPS_pubproperty CreatedDate

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

System_CAPS_pubproperty FieldMappings

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

System_CAPS_pubproperty LastUpdated

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

System_CAPS_pubproperty LastUpdatedBy

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

System_CAPS_pubproperty LastUpdatedByName

Last person to update bug field mapping

System_CAPS_pubproperty Revision

Gets the revision number of this mapping object for concurrency.

Methods

Name Description
System_CAPS_pubmethod Export(String)

Saves this mapping object to an XML file.

System_CAPS_pubmethod Refresh()

Updates this mapping object by using data from the server.

Remarks

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].

See Also

IBugFieldMappingHelper
Microsoft.TeamFoundation.TestManagement.Client Namespace
Customize and manage the test experience [tcm and Microsoft Test Manager]

Return to top