ReportingWorkItemRevisionsFilter interface

The class represents the reporting work item revision filer.

Properties

fields

A list of fields to return in work item revisions. Omit this parameter to get all reportable fields.

includeDeleted

Include deleted work item in the result.

includeIdentityRef

Return an identity reference instead of a string value for identity fields.

includeLatestOnly

Include only the latest version of a work item, skipping over all previous revisions of the work item.

includeTagRef

Include tag reference instead of string value for System.Tags field

types

A list of types to filter the results to specific work item types. Omit this parameter to get work item revisions of all work item types.

Property Details

fields

A list of fields to return in work item revisions. Omit this parameter to get all reportable fields.

fields: string[]

Property Value

string[]

includeDeleted

Include deleted work item in the result.

includeDeleted: boolean

Property Value

boolean

includeIdentityRef

Return an identity reference instead of a string value for identity fields.

includeIdentityRef: boolean

Property Value

boolean

includeLatestOnly

Include only the latest version of a work item, skipping over all previous revisions of the work item.

includeLatestOnly: boolean

Property Value

boolean

includeTagRef

Include tag reference instead of string value for System.Tags field

includeTagRef: boolean

Property Value

boolean

types

A list of types to filter the results to specific work item types. Omit this parameter to get work item revisions of all work item types.

types: string[]

Property Value

string[]