az boards iteration project
Manage iterations for a project.
Commands
az boards iteration project create |
Create iteration. |
az boards iteration project delete |
Delete iteration. |
az boards iteration project list |
List iterations for a project. |
az boards iteration project show |
Show iteration details for a project. |
az boards iteration project update |
Update project iteration. |
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:ProjectNameIterationIterationName.
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".
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.
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:ProjectNameIterationIterationName.
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.
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.
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:ProjectNameIterationIterationName.
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.
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.
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.
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.
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:ProjectNameIterationIterationName.
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".
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.
Increase logging verbosity. Use --debug for full debug logs.