Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以使用 Analytics API 来查询特定类型的工件(如缺陷或测试用例)何时被标记为特定标签?
查询会是什么样子?
如果您感兴趣的标签的 ObjectID 是 12345678910,那么类似以下的查询应该可以解决问题:
"_TypeHierarchy":"TestCase", "Tags":{$in:[12345678910]}, "_PreviousValues.Tags":{$nin:[12345678910]}