Represents Work Item Recent Activity

interface AccountRecentActivityWorkItemModel {
    activityDate?: Date;
    activityType?: WorkItemRecentActivityType;
    assignedTo?: string;
    changedDate?: Date;
    id?: number;
    identityId?: string;
    state?: string;
    teamProject?: string;
    title?: string;
    workItemType?: string;
}

Hierarchy (View Summary)

Properties

activityDate?: Date

Date of the last Activity by the user

Type of the activity

assignedTo?: string

Assigned To

changedDate?: Date

Last changed date of the work item

id?: number

Work Item Id

identityId?: string

TeamFoundationId of the user this activity belongs to

state?: string

State of the work item

teamProject?: string

Team project the work item belongs to

title?: string

Title of the work item

workItemType?: string

Type of Work Item