az boards iteration team
Note
This reference is part of the azure-devops extension for the Azure CLI (version 2.30.0 or higher). The extension will automatically install the first time you run an az boards iteration team command. Learn more about extensions.
Manage iterations for a team.
Commands
Name | Description | Type | Status |
---|---|---|---|
az boards iteration team add |
Add iteration to a team. |
Extension | GA |
az boards iteration team list |
List iterations for a team. |
Extension | GA |
az boards iteration team list-work-items |
List work-items for an iteration. |
Extension | GA |
az boards iteration team remove |
Remove iteration from a team. |
Extension | GA |
az boards iteration team set-backlog-iteration |
Set backlog iteration for a team. |
Extension | GA |
az boards iteration team set-default-iteration |
Set default iteration for a team. |
Extension | GA |
az boards iteration team show-backlog-iteration |
Show backlog iteration for a team. |
Extension | GA |
az boards iteration team show-default-iteration |
Show default iteration for a team. |
Extension | GA |
az boards iteration team add
Add iteration to a team.
az boards iteration team add --id
--team
[--detect {false, true}]
[--org]
[--project]
Required Parameters
Identifier of the iteration.
Name or ID of the team.
Optional Parameters
Automatically detect organization.
Azure DevOps organization URL. You can configure the default organization using az devops configure -d organization=ORG_URL. Required if not configured as default or picked up via git config. Example: https://dev.azure.com/MyOrganizationName/.
Name or ID of the project. You can configure the default project using az devops configure -d project=NAME_OR_ID. Required if not configured as default or picked up via git config.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az boards iteration team list
List iterations for a team.
az boards iteration team list --team
[--detect {false, true}]
[--org]
[--project]
[--timeframe]
Required Parameters
The name or id of the team.
Optional Parameters
Automatically detect organization.
Azure DevOps organization URL. You can configure the default organization using az devops configure -d organization=ORG_URL. Required if not configured as default or picked up via git config. Example: https://dev.azure.com/MyOrganizationName/.
Name or ID of the project. You can configure the default project using az devops configure -d project=NAME_OR_ID. Required if not configured as default or picked up via git config.
A filter for which iterations are returned based on relative time. Only Current is supported currently.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az boards iteration team list-work-items
List work-items for an iteration.
az boards iteration team list-work-items --id
--team
[--detect {false, true}]
[--org]
[--project]
Required Parameters
Identifier of the iteration.
Name or ID of the team.
Optional Parameters
Automatically detect organization.
Azure DevOps organization URL. You can configure the default organization using az devops configure -d organization=ORG_URL. Required if not configured as default or picked up via git config. Example: https://dev.azure.com/MyOrganizationName/.
Name or ID of the project. You can configure the default project using az devops configure -d project=NAME_OR_ID. Required if not configured as default or picked up via git config.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az boards iteration team remove
Remove iteration from a team.
az boards iteration team remove --id
--team
[--detect {false, true}]
[--org]
[--project]
Required Parameters
Identifier of the iteration.
Name or ID of the team.
Optional Parameters
Automatically detect organization.
Azure DevOps organization URL. You can configure the default organization using az devops configure -d organization=ORG_URL. Required if not configured as default or picked up via git config. Example: https://dev.azure.com/MyOrganizationName/.
Name or ID of the project. You can configure the default project using az devops configure -d project=NAME_OR_ID. Required if not configured as default or picked up via git config.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az boards iteration team set-backlog-iteration
Set backlog iteration for a team.
az boards iteration team set-backlog-iteration --id
--team
[--detect {false, true}]
[--org]
[--project]
Required Parameters
Identifier of the iteration which needs to be set as backlog iteration.
Name or ID of the team.
Optional Parameters
Automatically detect organization.
Azure DevOps organization URL. You can configure the default organization using az devops configure -d organization=ORG_URL. Required if not configured as default or picked up via git config. Example: https://dev.azure.com/MyOrganizationName/.
Name or ID of the project. You can configure the default project using az devops configure -d project=NAME_OR_ID. Required if not configured as default or picked up via git config.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az boards iteration team set-default-iteration
Set default iteration for a team.
az boards iteration team set-default-iteration --team
[--default-iteration-macro]
[--detect {false, true}]
[--id]
[--org]
[--project]
Required Parameters
Name or ID of the team.
Optional Parameters
Default iteration macro. Example: @CurrentIteration.
Automatically detect organization.
Identifier of the iteration which needs to be set as default.
Azure DevOps organization URL. You can configure the default organization using az devops configure -d organization=ORG_URL. Required if not configured as default or picked up via git config. Example: https://dev.azure.com/MyOrganizationName/.
Name or ID of the project. You can configure the default project using az devops configure -d project=NAME_OR_ID. Required if not configured as default or picked up via git config.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az boards iteration team show-backlog-iteration
Show backlog iteration for a team.
az boards iteration team show-backlog-iteration --team
[--detect {false, true}]
[--org]
[--project]
Required Parameters
Name or ID of the team.
Optional Parameters
Automatically detect organization.
Azure DevOps organization URL. You can configure the default organization using az devops configure -d organization=ORG_URL. Required if not configured as default or picked up via git config. Example: https://dev.azure.com/MyOrganizationName/.
Name or ID of the project. You can configure the default project using az devops configure -d project=NAME_OR_ID. Required if not configured as default or picked up via git config.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az boards iteration team show-default-iteration
Show default iteration for a team.
az boards iteration team show-default-iteration --team
[--detect {false, true}]
[--org]
[--project]
Required Parameters
Name or ID of the team.
Optional Parameters
Automatically detect organization.
Azure DevOps organization URL. You can configure the default organization using az devops configure -d organization=ORG_URL. Required if not configured as default or picked up via git config. Example: https://dev.azure.com/MyOrganizationName/.
Name or ID of the project. You can configure the default project using az devops configure -d project=NAME_OR_ID. Required if not configured as default or picked up via git config.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.