WorkItemField interface

作業項目のフィールドとその作業項目の種類に固有のプロパティについて説明します。

Extends

プロパティ

canSortBy

サーバー クエリでフィールドを並べ替え可能にするかどうかを示します。

description

フィールドの説明。

isDeleted

このフィールドが削除されるかどうかを示します。

isIdentity

このフィールドが ID フィールドかどうかを示します。

isPicklist

このインスタンスが候補リストかどうかを示します。

isPicklistSuggested

このインスタンスが候補リストであるかどうかを示します。

isQueryable

フィールドをサーバーで照会できるかどうかを示します。

name

フィールドの名前。

picklistId

このフィールドが候補リストの場合、関連付けられている候補リストの識別子。それ以外の場合は null

readOnly

フィールドが [読み取り専用] かどうかを示します。

referenceName

フィールドの参照名。

supportedOperations

このフィールドでサポートされている操作。

type

フィールドの型。

usage

フィールドの使用法。

継承されたプロパティ

url

リソースの REST URL。

プロパティの詳細

canSortBy

サーバー クエリでフィールドを並べ替え可能にするかどうかを示します。

canSortBy: boolean

プロパティ値

boolean

description

フィールドの説明。

description: string

プロパティ値

string

isDeleted

このフィールドが削除されるかどうかを示します。

isDeleted: boolean

プロパティ値

boolean

isIdentity

このフィールドが ID フィールドかどうかを示します。

isIdentity: boolean

プロパティ値

boolean

isPicklist

このインスタンスが候補リストかどうかを示します。

isPicklist: boolean

プロパティ値

boolean

isPicklistSuggested

このインスタンスが候補リストであるかどうかを示します。

isPicklistSuggested: boolean

プロパティ値

boolean

isQueryable

フィールドをサーバーで照会できるかどうかを示します。

isQueryable: boolean

プロパティ値

boolean

name

フィールドの名前。

name: string

プロパティ値

string

picklistId

このフィールドが候補リストの場合、関連付けられている候補リストの識別子。それ以外の場合は null

picklistId: string

プロパティ値

string

readOnly

フィールドが [読み取り専用] かどうかを示します。

readOnly: boolean

プロパティ値

boolean

referenceName

フィールドの参照名。

referenceName: string

プロパティ値

string

supportedOperations

このフィールドでサポートされている操作。

supportedOperations: WorkItemFieldOperation[]

プロパティ値

type

フィールドの型。

type: FieldType

プロパティ値

usage

フィールドの使用法。

usage: FieldUsage

プロパティ値

継承されたプロパティの詳細

url

リソースの REST URL。

url: string

プロパティ値

string

WorkItemTrackingResource.url から継承された