We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get-VSTeamWiql -Id 'Assigned to me' -Expand | select -expand workitems | ft
Should allow tab completion of the query name, and show work items table
Prompts for team, No tab expansion.
$wiql = @" SELECT [System.Id], [System.WorkItemType], [System.Title], [System.CreatedBy], [System.AssignedTo], [System.State], [System.Tags] FROM WorkItemLinks WHERE ( [System.Links.LinkType] = 'System.LinkTypes.Hierarchy-Forward') ORDER BY [System.Id] DESC MODE ( MayContain) "@ $w = Get-VSTeamWiql -Query $wiql -Expand
$w contains results of the query.
Errors on expand
PR in the pipeline for this
The text was updated successfully, but these errors were encountered:
close this sice it should be fixed with PR #315
Sorry, something went wrong.
No branches or pull requests
Steps to reproduce
Expected behavior
Actual behavior
Expected behavior
Actual behavior
PR in the pipeline for this
The text was updated successfully, but these errors were encountered: