az boards work-item relation
Manage work item relations.
Commands
az boards work-item relation add |
Add relation(s) to work item. |
az boards work-item relation list-type |
List work item relations supported in the organization. |
az boards work-item relation remove |
Remove relation(s) from work item. |
az boards work-item relation show |
Get work item, fill relations with friendly name. |
az boards work-item relation add
Add relation(s) to work item.
az boards work-item relation add --id
--relation-type
--target-id
[--detect {false, true}]
[--org]
Required Parameters
The ID of the work item.
Relation type to create. Example: parent, child.
ID(s) of work-items to create relation with. Multiple values can be passed comma separated. Example: 1,2.
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/.
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 work-item relation list-type
List work item relations supported in the organization.
az boards work-item relation list-type [--detect {false, true}]
[--org]
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/.
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 work-item relation remove
Remove relation(s) from work item.
az boards work-item relation remove --id
--relation-type
--target-id
[--detect {false, true}]
[--org]
[--yes]
Required Parameters
The ID of the work item.
Relation type to remove. Example: parent, child.
ID(s) of work-items to remove relation from. Multiple values can be passed comma separated. Example: 1,2.
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/.
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 work-item relation show
Get work item, fill relations with friendly name.
az boards work-item relation show --id
[--detect {false, true}]
[--org]
Required Parameters
The ID of the work item.
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/.
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.