Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface WorkItemResult

Defines the work item result that matched a work item search request.

Hierarchy

  • WorkItemResult

Index

Properties

Properties

Optional fields

fields: object

A standard set of work item fields and their values.

Type declaration

  • [key: string]: string

Optional hits

hits: Array<WorkItemHit>

Highlighted snippets of fields that match the search request. The list is sorted by relevance of the snippets.

Optional project

project: Project

Project details of the work item.

Optional url

url: string

Reference to the work item.

Generated using TypeDoc