You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ideally I would like to use PowerShell to get all PR's in a project in a single object that I can use for exporting history reasons.
Currently Get-VSTeamPullRequest will bring back only open PR's unless you provide an ID.
However it would be useful to do the following
Get-VSTeamPullRequest -All
or
Get-VSTeamPullRequest -Last 50
The text was updated successfully, but these errors were encountered:
kilasuit
changed the title
[Feature] Return all PR's via a -All Switch
[Feature] Extend Get-VSTeamPullRequest to return X PR's or All PR's
Apr 18, 2019
Ideally I would like to use PowerShell to get all PR's in a project in a single object that I can use for exporting history reasons.
Currently Get-VSTeamPullRequest will bring back only open PR's unless you provide an ID.
However it would be useful to do the following
or
The text was updated successfully, but these errors were encountered: