TeamSetting interface
Data contract for TeamSettings
- Extends
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 |
url | Full http link to the resource |
Information about categories that are visible on the backlog.
backlogVisibilities: {[key: string]: boolean}
Property Value
{[key: string]: boolean}
BugsBehavior (Off, AsTasks, AsRequirements, ...)
bugsBehavior: BugsBehavior
Property Value
Default Iteration, the iteration used when creating a new work item on the queries page.
defaultIteration: TeamSettingsIteration
Property Value
Default Iteration macro (if any)
defaultIterationMacro: string
Property Value
string
Full http link to the resource
url: string
Property Value
string
Inherited From TeamSettingsDataContractBase.url