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
'Declaration
Public Interface IBugFieldMapping
public interface IBugFieldMapping
public interface class IBugFieldMapping
type IBugFieldMapping = interface end
public interface IBugFieldMapping
The IBugFieldMapping type exposes the following members.
Properties
Name | Description | |
---|---|---|
BugWorkItem | Gets the name of the type of bug work item to create. | |
CreatedBy | Gets the identity of the person who created this mapping object. | |
CreatedByName | User who created the bug field mapping. | |
CreatedDate | Gets the date and time that this mapping object was created. | |
FieldMappings | Gets the dictionary of automatically generated bug data and the names of the corresponding bug work item fields. | |
LastUpdated | Gets the date and time that this mapping object was last updated. | |
LastUpdatedBy | Gets the identity of the person who last updated this mapping object. | |
LastUpdatedByName | Last person to update bug field mapping | |
Revision | Gets the revision number of this mapping object for concurrency. |
Top
Methods
Name | Description | |
---|---|---|
Export | Saves this mapping object to an XML file. | |
Refresh | Updates this mapping object by using data from the server. |
Top
Remarks
For more information about how to use Test Manager (TCM) to modify the bug field mapping, see Specify the Bug Type to File By Using Microsoft Test Manager.
See Also
Reference
Microsoft.TeamFoundation.TestManagement.Client Namespace
Other Resources
Specify the Bug Type to File By Using Microsoft Test Manager