TeamSetting interface

Data contract for TeamSettings

Extends

Properties

backlogIteration

Backlog Iteration

backlogVisibilities

Information about categories that are visible on the backlog.

bugsBehavior

BugsBehavior (Off, AsTasks, AsRequirements, ...)

defaultIteration

Default Iteration, the iteration used when creating a new work item on the queries page.

defaultIterationMacro

Default Iteration macro (if any)

workingDays

Days that the team is working

Inherited Properties

url

Full http link to the resource

Property Details

backlogIteration

Backlog Iteration

backlogIteration: TeamSettingsIteration

Property Value

backlogVisibilities

Information about categories that are visible on the backlog.

backlogVisibilities: {[key: string]: boolean}

Property Value

{[key: string]: boolean}

bugsBehavior

BugsBehavior (Off, AsTasks, AsRequirements, ...)

bugsBehavior: BugsBehavior

Property Value

defaultIteration

Default Iteration, the iteration used when creating a new work item on the queries page.

defaultIteration: TeamSettingsIteration

Property Value

defaultIterationMacro

Default Iteration macro (if any)

defaultIterationMacro: string

Property Value

string

workingDays

Days that the team is working

workingDays: DayOfWeek[]

Property Value

Inherited Property Details

url

Full http link to the resource

url: string

Property Value

string

Inherited From TeamSettingsDataContractBase.url