az boards iteration project
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 project command. Learn more about extensions.
Manage iterations for a project.
Commands
Name | Description | Type | Status |
---|---|---|---|
az boards iteration project create |
Create iteration. |
Extension | GA |
az boards iteration project delete |
Delete iteration. |
Extension | GA |
az boards iteration project list |
List iterations for a project. |
Extension | GA |
az boards iteration project show |
Show iteration details for a project. |
Extension | GA |
az boards iteration project update |
Update project iteration. |
Extension | GA |
az boards iteration project create
Create iteration.
az boards iteration project create --name
[--detect {false, true}]
[--finish-date]
[--org]
[--path]
[--project]
[--start-date]
Required Parameters
Name of the iteration.
Optional Parameters
Automatically detect organization.
Finish date of the iteration. Example : "2019-06-21".
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/.
Absolute path of an iteration. Creates an iteration at root level if --path is not specified. Example:\ProjectName\Iteration\IterationName.
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.
Start date of the iteration. Example : "2019-06-03".
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 project delete
Delete iteration.
az boards iteration project delete --path
[--detect {false, true}]
[--org]
[--project]
[--yes]
Required Parameters
Absolute path of an iteration. Example:\ProjectName\Iteration\IterationName.
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.
Do not prompt for confirmation.
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 project list
List iterations for a project.
az boards iteration project list [--depth]
[--detect {false, true}]
[--org]
[--path]
[--project]
Optional Parameters
Depth of child nodes to be fetched. Example: --depth 3.
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/.
Absolute path of an iteration. Example:\ProjectName\Iteration\IterationName.
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 project show
Show iteration details for a project.
az boards iteration project show --id
[--detect {false, true}]
[--org]
[--project]
Required Parameters
Iteration ID.
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 project update
Update project iteration.
Move iteration or update iteration details like name AND/OR start-date and finish-date.
az boards iteration project update --path
[--child-id]
[--detect {false, true}]
[--finish-date]
[--name]
[--org]
[--project]
[--start-date]
Required Parameters
Absolute path of an iteration. Example:\ProjectName\Iteration\IterationName.
Optional Parameters
Move an existing iteration and add as child node for this iteration.
Automatically detect organization.
Finish date of the iteration. Example : "2019-06-21".
New name of the iteration.
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.
Start date of the iteration. Example : "2019-06-03".
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.
Azure CLI