显示我在 VSTS 中关注的工作项目列表?

Show list of work items I am following in VSTS?

有什么办法(积压查询、网页、Visual Studio 或通过 API)获取我已单击的工作项列表 关注 在 Visual Studio 团队服务中?

目前没有办法做到这一点。该功能正在规划中。详情参考这个link:How do I query all the Items that I am currently following?

VSTS 的这项功能现已可用!

您可以找到查询

WORK > Queries > Followed work items

这确实存在于 Azure DevOps 中的 Boards -> Work Items 下。此外,您可以创建自己的查询。例如,我有一个查询向用户显示他们创建的所有项目并包括他们正在关注的任何项目。将字段设置为 ID,将运算符设置为 In,并将值设置为 @Follows。基本上说,"Show me items where the ID is in my list of items I am following."

在 Azure DevOps 下,看板 -> 查询 -> 我的查询 -> "Followed work items"

2019 年末,有更新 UI,您在主屏幕上找到它,然后单击一个组织,它就在 "My Work Items"

在 Azure DevOps 中,它在 Boards -> Work Items 上,然后在下拉列表 select“Following”中。