Query work items by link or attachment count
TFS 2018
You can link work items to track related work and dependencies and attach files to share information with your team. You can then list work items based on one or more of the following fields:
- Attachment File Count
- (Discussion) Comment Count
- External Link count
- Hyperlink Count
- Link Comment
- Related Link Count
For more information about these fields, see the table provided later in this article.
Supported operators and macros
Clauses that specify an integer field can use the following operators.
= , <> , > , < , >= , <= ,
=[Field], <>[Field], >[Field], <[Field], >=[Field], <=[Field],
In, Not In,
Was Ever
List hierarchical items in a tree view
Add a query and select Tree of work items to begin your query. You should see something similar to the following examples:
Note
You can't construct a query that shows a hierarchical view of Test Plans, Test Suites, and Test Cases. These items aren't linked together using parent-child link types. But, you can create a direct links query that lists test-related work items. Also, you can view the hierarchy through the Test Plans page.
Options for filters and query clauses
Change the filter options for linked work items and add query clauses via the following options.
Filter for
Include these query clauses
Only child items of work item 645
Add to Filters for top-level work items:
ID = 645
Tasks or bugs
Add to Filters for linked work items:
Work Item Type In Task,Bug
Items assigned to my team (Web)
Add to both top and bottom filters:
Assigned to In Group [Fabrikam Fiber]\Web
Parent items of tasks assigned to me
Change Filter options to Match linked work items first
Add to Filters for linked work items:
Assigned To = @Me
List items based on linked dependents
The following example shows a dependent linked query that returns items with dependencies on work managed by other teams and projects.
The following query finds work items in all projects that are linked to work items under the Fabrikam area path and project using Predecessor and Successor link types.
- Check the Query across projects checkbox to enable all dependent linked work items that match the filter criteria to be listed, no matter which project they belong to.
- Specify the Area Path Under Fabrikam clause to find only work items that are linked to work items defined under the Fabrikam project.
- Specify Only return items that have matching links, and Return selected link types to return only work items that are linked based on the Predecessor and Successor link types.
List orphan user stories
If you typically organize your user stories under features, you can quickly find them by doing the following steps.
- Open the product backlog and turn on the Parents On view option.
- Scroll down to the section that lists Unparented Stories (Agile) or Unparented Backlog items (Scrum).
Or, you can find unparented backlog items using a Work items and direct links query. For example, the following query lists active user stories for the Azure DevOps team that don't have a Parent link.
Fields associated with links and attachments
The following table describes fields associated with links and attachments. Most of these fields don't appear within the work item form, but get tracked for all work item types.
Attachment File Count
The number of files attached to the work item and stored in the work item tracking database.
Reference Name=System.AttachedFileCount, Data type=Integer
Note
For Azure Boards (cloud service), you can add up to 100 attachments to a work item. Attempts to add more result in an error message upon saving the work item.
Comment Count
The number of comments added to the Discussion section of the work item.
Reference Name=System.CommentCount, Data type=Integer
The number of links from the work item to artifacts that aren't work items. such as pull requests, commits, changesets, or other link types.
Reference Name=System.ExternalLinkCount, Data type=Integer
The number of hyperlinks that are defined for the work item.
Reference Name=System.HyperLinkCount, Data type=Integer
Link Comment
Contains comments from the team member who created the link. You can configure this field to appear as a column in a list of links on a work item form. (Not supported in query editor.)
Reference Name=System.Links.Comment, Data type=PlainText
Link Description
Contains the work item type, ID, and title of the work item that is the target of the link. You can configure this field to appear as a column in a list of links on a work item form. (Not supported in query editor.)
Reference Name=System.Links.Description, Data type=PlainText
The number of links defined for a work item that use a work link type, such as Parent-Child, Predecessor-Successor, and Related. For a full list, see Link type reference.
Reference Name=System.RelatedLinkCount, Data type=Integer
Available for Azure DevOps Services only. The number of links from a work item to work items defined in another organization. The same Microsoft Entra ID must manage the organizations. Supported link types include Consumes From, Produced For, and Remote Related. For more information, see Add link to work items, Link to a remote work item.
Reference Name=System.RemoteLinkCount, Data type=Integer
Related articles
- Add a link to multiple work items
- Link work items to other objects
- Query quick reference
- Query editor
- Query fields, operators, and macros
- Work item field index
Visualize related work and other objects
You can view related work items and objects within a work item with the Work item visualization extension available from the Visual Studio Marketplace, Azure DevOps tab.
Add custom link types or customize the links controls
To add link types, see Manage link types [witadmin].
All tabs that support creating links between work items are implemented by using the LinksControl element on the work item form. This element controls filtering and restricting the types of work items to which you can link. It also controls the types of links that you can create and whether you can link work items in another project. To customize the link controls and restrictions, you modify the definition of the LinksControlOptions
for a work item type, see LinksControlOptions XML elements.
Default data fields in lists of links
You can add or remove columns from the list of links, and you can customize the default columns and the column order. For more information, see LinksControlOptions XML elements.