tfs-query

TFS Query to get EPICs closed but any of the related Feature or User Story or Task not closed

主宰稳场 提交于 2019-12-11 14:17:00
问题 Need a TFS Query to get EPICs in closed state but any of the related Feature or User Story or Task not closed. Even it should work if Feature closed but User story or Task not closed. User story closed but task not closed. Can it be done with single TFS Query in TFS 2013? I am able to Get Features closed with User story not closed (or) User story closed but Task still not closed through TFS query. Can i do above EPIC (Closed) -> Feature (<> Closed) -> User Story (<>Closed) -> Task (<>Closed)

VSTS find workitems between two releases

笑着哭i 提交于 2019-12-07 12:06:57
问题 To compare the related work items between the current release and a previous release I can use the following: Is there possible to create a query to get the same work items between two releases? Or alternatively the VSTS Rest API. My reason for this is to create a list of Features > Stories > Tasks to fill the release notes. Using the above UI makes it pretty time intensive to find out the relation between the tasks and features. 回答1: Retrieve work items by calling https://{account}.vsrm

VSTS find workitems between two releases

走远了吗. 提交于 2019-12-05 21:37:10
To compare the related work items between the current release and a previous release I can use the following: Is there possible to create a query to get the same work items between two releases? Or alternatively the VSTS Rest API. My reason for this is to create a list of Features > Stories > Tasks to fill the release notes. Using the above UI makes it pretty time intensive to find out the relation between the tasks and features. Retrieve work items by calling https://{account}.vsrm.visualstudio.com/[teamproject]/_apis/Release/releases/{current release id}/workitems?api-version=4.1-preview.1