Skip to content

Getting all work items assigned to my account? #574

Answered by mnieto
ALIENQuake asked this question in Q&A
Discussion options

You must be logged in to vote

You can use something like this

Get-VSTeamWiql -Query "Select [System.Id], [System.Title], [System.State], [System.Description] From WorkItems WHERE [System.AssignedTo] = 'youUserHere' and [System.State] = 'In Progress'" -Expand | select -ExpandProperty workitems 

Or you can create a query in the DevOps application and then use

Get-VSTeamWiql -Id TheQueryId

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ALIENQuake
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants