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.
从 Jira 商店到 VSTS 商店,我发现缺乏标准报告。我正在尝试查找 Azure DevOps 中是否有任何报告会显示以下内容:
还是我需要创建自定义查询?
如果您的意思是要从 Azure DevOps 获取工作项信息,那么可以,您可以创建如下自定义查询:(假设 sprint 开始日期在2018-08-11这里)
2018-08-11
添加到 sprint 的故事(sprint 开始后的故事)
从 sprint 中删除的故事(在工作开始前删除的故事)
不完整的故事(已经完成但尚未完成的故事)
So, here's my situation. I've got a my two classes:
class FromClass { public string[] Foo { get; set; } } class ToClass { public string[