Represents Recent Mention Work Item

interface AccountRecentMentionWorkItemModel {
    assignedTo?: string;
    id?: number;
    mentionedDateField?: Date;
    state?: string;
    teamProject?: string;
    title?: string;
    workItemType?: string;
}

Properties

assignedTo?: string

Assigned To

id?: number

Work Item Id

mentionedDateField?: Date

Latest date that the user were mentioned

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