TeamSetting interface
Data contract for TeamSettings
- Extends
Properties
backlog |
Backlog Iteration |
backlog |
Information about categories that are visible on the backlog. |
bugs |
BugsBehavior (Off, AsTasks, AsRequirements, ...) |
default |
Default Iteration, the iteration used when creating a new work item on the queries page. |
default |
Default Iteration macro (if any) |
working |
Days that the team is working |
Inherited Properties
url | Full http link to the resource |
Property Details
backlogIteration
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
Inherited Property Details
url
Full http link to the resource
url: string
Property Value
string
Inherited From TeamSettingsDataContractBase.url