AwesomeBlazor / AutoScrum

AutoScrum tells your clients/team members what are you doing with one click. It finds the PBIs you did yesterday and works out what are you doing today. It supports Azure DevOps and GitHub projects and issues (coming soon). The consultants at SSW use it everyday and the best thing is that it force every team member to keep the backlog up-to-date. https://www.ssw.com.au/rules/methodology-daily-scrums
https://autoscrum.jkdev.me/
16 stars 5 forks source link

✨ Paginate work items #71

Closed Hona closed 2 years ago

Hona commented 2 years ago

VS403474: You requested 473 work items which exceeds the limit of 200

jernejk commented 2 years ago

Good find, we can use C# 10 LINQ Chunk feature to fix this easily. 😊