Skip to content
New issue

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-TfsWorkItem : Error invoking async operation (VS403474: You requested 279 work items which exceeds the limit of 200. ) #164

Closed
lukeb1961 opened this issue Mar 23, 2022 · 2 comments
Assignees

Comments

@lukeb1961
Copy link

This used to work. Recently I installed a new Win11 and the latest tfscmdlets.

Ran existing script and
$CSOs = Get-TfsWorkItem -Collection $coll -Project $proj -WorkItemType 'Repair Items' -IncludeLinks

this line now fails. Is there a way to have it get all 279 items?

@igoravl
Copy link
Owner

igoravl commented Mar 25, 2022

@lukeb1961 that was a known issue in versions 2.2.0 and 2.2.1. Next release (2.3.0) fixes it.

2.3.0 is likely to be released today or tomorrow.

@igoravl igoravl self-assigned this Mar 25, 2022
@igoravl
Copy link
Owner

igoravl commented Apr 3, 2022

2.3.0 is released. Closing this issue.

As always, thanks for the feedback!

@igoravl igoravl closed this as completed Apr 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants