1

WIQL エディタの機能を利用しようとしています: 'ever contains tag'

検索構文、試行錯誤

Select 
[System.Id], 
[System.Title], 
[System.State],
[System.Tags]
From WorkItems 
Where [System.WorkItemType] = 'Change Request' 
AND [State] <> 'Closed' 
AND [State] <> 'Cancelled' 
AND EVER [Tags] CONTAINS 'My Tag'
order by [Microsoft.VSTS.Common.Priority] asc, 
[System.CreatedDate] desc

特定のタグが付けられたすべての作業項目が返されることを期待してください。

4

1 に答える 1