Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
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. |
Methods
Name | Description | |
---|---|---|
![]() |
Export(String) | Saves this mapping object to an XML file. |
![]() |
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