Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SourceRelatedWorkItem

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

Hierarchy

  • SourceRelatedWorkItem

Index

Properties

Optional assignedTo

assignedTo: IdentityRef

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

Optional currentState

currentState: string

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

Optional description

description: string

Long description for the work item.

Optional id

id: string

Unique identifier for the work item

Optional links

Optional providerName

providerName: string

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

Optional title

title: string

Short name for the work item.

Optional type

type: string

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

Generated using TypeDoc