Skip to content

Commit 6d71d95

Browse files
Freshness.
1 parent 59ebe0a commit 6d71d95

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/boards/queries/link-type-reference.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -544,8 +544,7 @@ GitHub link types are system-defined and support linking work items to GitHub ob
544544

545545
::: moniker range=">= azure-devops-2020"
546546

547-
> [!div class="mx-imgBorder"]
548-
> :::image type="content" source="media/link-type-reference/linkscontrol-github-link-types.png" alt-text="Diagram is a conceptual image of GitHub link type.":::
547+
:::image type="content" source="media/link-type-reference/linkscontrol-github-link-types.png" alt-text="Diagram is a conceptual image of GitHub link type.":::
549548

550549
::: moniker-end
551550

@@ -656,7 +655,7 @@ A work item's [*Remote Link Count*](linking-attachments.md#remote-link-count) co
656655
Link category: System-defined
657656
:::column-end:::
658657
:::column span="":::
659-
Use this nondirectional link to create links between work items defined in different organizations, as long as the same Microsoft Entra ID manage them.
658+
Use this nondirectional link to create links between work items defined in different organizations, as long as the same Microsoft Entra ID manages them.
660659
:::column-end:::
661660
:::row-end:::
662661

@@ -666,7 +665,8 @@ A work item's [*Remote Link Count*](linking-attachments.md#remote-link-count) co
666665

667666
## Custom link type
668667

669-
You can create a custom link type; export and import definitions of link types; and delete, activate, deactivate, and reactivate types of links. See the following articles:
668+
You can create a custom link type, export and import definitions of link types, and delete, activate, deactivate, and reactivate types of links. See the following articles:
669+
670670
- [Link type element reference](/previous-versions/azure/devops/reference/xml/link-type-element-reference)
671671
- [Manage link types (`witadmin`)](/previous-versions/azure/devops/reference/witadmin/manage-link-types).
672672

@@ -680,7 +680,7 @@ To get a list of link types, you can use one of the supported command-line tools
680680

681681
### az boards work-item relation list-type
682682

683-
You can list link types supported by your organization with the [az boards work-item relation list-type](/cli/azure/boards/work-item/relation#az-boards-work-item-relation-list-type) command or the [Work Item Relation Types - List](/rest/api/azure/devops/wit/work-item-relation-types/list) REST API command. To get started, see [Get started with Azure DevOps CLI](../../cli/index.md).
683+
You can list link types supported by your organization with the [az boards work-item relation list-type](/cli/azure/boards/work-item/relation#az-boards-work-item-relation-list-type) command or the [Work Item Relation Types - List](/rest/api/azure/devops/wit/work-item-relation-types/list) REST API command. For more information, see [Get started with Azure DevOps CLI](../../cli/index.md).
684684

685685
```azurecli
686686
az boards work-item relation list-type [--org]
@@ -765,7 +765,7 @@ The default json format provides additional information about the attributes def
765765

766766
You can list link types supported for your project collection using the [`witadmin listlinktypes`](/previous-versions/azure/devops/reference/witadmin/manage-link-types) command-line tool or the [Work Item Relation Types - List](/rest/api/azure/devops/wit/work-item-relation-types/list) REST API command.
767767

768-
Here we list the link types for the fabrikam-sever default collection:
768+
Here is a list of the link types for the fabrikam-sever default collection:
769769

770770
```CLI
771771
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\CommonExtensions\Microsoft\TeamFoundation\Team Explorer>witadmin listlinktypes /collection:http://fabrikam-server/DefaultCollection
@@ -904,15 +904,15 @@ The following table provides descriptions for each of the link type attributes r
904904
`topology`
905905
:::column-end:::
906906
:::column span="2":::
907-
Specifies the topology type—dependency`, `network`, and `tree`. For descriptions, see [Link type topologies and restrictions](/previous-versions/azure/devops/reference/xml/link-type-element-reference#topology).
907+
Specifies the topology type: `dependency`, `network`, and `tree`. For descriptions, see [Link type topologies and restrictions](/previous-versions/azure/devops/reference/xml/link-type-element-reference#topology).
908908
:::column-end:::
909909
:::row-end:::
910910
:::row:::
911911
:::column span="":::
912912
`usage`
913913
:::column-end:::
914914
:::column span="2":::
915-
Specifies the usage type—resourceLink or `workItemLink`. The workItemLink` value indicates a link type that links two work items. The `resourceLink` value indicates a link type used to link a work item to a resource, such as a URL or attachment.
915+
Specifies the usage type: `resourceLink or `workItemLink`. The workItemLink` value indicates a link type that links two work items. The `resourceLink` value indicates a link type used to link a work item to a resource, such as a URL or attachment.
916916
:::column-end:::
917917
:::row-end:::
918918
:::row:::

0 commit comments

Comments
 (0)