CommentMention interface

Base class for WIT REST resources.

Extends

Properties

artifactId

The artifact portion of the parsed text. (i.e. the work item's id)

artifactType

The type the parser assigned to the mention. (i.e. person, work item, etc)

commentId

The comment id of the mention.

targetId

The resolved target of the mention. An example of this could be a user's tfid

Inherited Properties

url

REST URL for the resource.

Property Details

artifactId

The artifact portion of the parsed text. (i.e. the work item's id)

artifactId: string

Property Value

string

artifactType

The type the parser assigned to the mention. (i.e. person, work item, etc)

artifactType: string

Property Value

string

commentId

The comment id of the mention.

commentId: number

Property Value

number

targetId

The resolved target of the mention. An example of this could be a user's tfid

targetId: string

Property Value

string

Inherited Property Details

url

REST URL for the resource.

url: string

Property Value

string

Inherited From WorkItemTrackingResource.url