SourceRelatedWorkItem interface

Represents a work item related to some source item. These are retrieved from Source Providers.

Properties

assignedTo

Identity ref for the person that the work item is assigned to.

currentState

Current state of the work item, e.g. Active, Resolved, Closed, etc.

description

Long description for the work item.

id

Unique identifier for the work item

providerName

The name of the provider the work item is associated with.

title

Short name for the work item.

type

Type of work item, e.g. Bug, Task, User Story, etc.

Property Details

assignedTo

Identity ref for the person that the work item is assigned to.

assignedTo: IdentityRef

Property Value

currentState

Current state of the work item, e.g. Active, Resolved, Closed, etc.

currentState: string

Property Value

string

description

Long description for the work item.

description: string

Property Value

string

id

Unique identifier for the work item

id: string

Property Value

string

providerName

The name of the provider the work item is associated with.

providerName: string

Property Value

string

title

Short name for the work item.

title: string

Property Value

string

type

Type of work item, e.g. Bug, Task, User Story, etc.

type: string

Property Value

string