You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/boards/queries/link-type-reference.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -544,8 +544,7 @@ GitHub link types are system-defined and support linking work items to GitHub ob
544
544
545
545
::: moniker range=">= azure-devops-2020"
546
546
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.":::
549
548
550
549
::: moniker-end
551
550
@@ -656,7 +655,7 @@ A work item's [*Remote Link Count*](linking-attachments.md#remote-link-count) co
656
655
Link category: System-defined
657
656
:::column-end:::
658
657
:::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.
660
659
:::column-end:::
661
660
:::row-end:::
662
661
@@ -666,7 +665,8 @@ A work item's [*Remote Link Count*](linking-attachments.md#remote-link-count) co
666
665
667
666
## Custom link type
668
667
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
+
670
670
-[Link type element reference](/previous-versions/azure/devops/reference/xml/link-type-element-reference)
671
671
-[Manage link types (`witadmin`)](/previous-versions/azure/devops/reference/witadmin/manage-link-types).
672
672
@@ -680,7 +680,7 @@ To get a list of link types, you can use one of the supported command-line tools
680
680
681
681
### az boards work-item relation list-type
682
682
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).
684
684
685
685
```azurecli
686
686
az boards work-item relation list-type [--org]
@@ -765,7 +765,7 @@ The default json format provides additional information about the attributes def
765
765
766
766
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.
767
767
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:
@@ -904,15 +904,15 @@ The following table provides descriptions for each of the link type attributes r
904
904
`topology`
905
905
:::column-end:::
906
906
:::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).
908
908
:::column-end:::
909
909
:::row-end:::
910
910
:::row:::
911
911
:::column span="":::
912
912
`usage`
913
913
:::column-end:::
914
914
:::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.
0 commit comments