We are trying to get all projects from our Azure DevOps organization with azure-devops-exporter. However, it lists only 1000 projects, while in fact there are much more of them. The limit of projects was set to 2000, but that didn't help.
Could someone guide which code parts should be changed to overcome this issue? (main.go and project.go? Which functions?) I believe it's a missing paging functionality issue.
Hi all,
We are trying to get all projects from our Azure DevOps organization with azure-devops-exporter. However, it lists only 1000 projects, while in fact there are much more of them. The limit of projects was set to 2000, but that didn't help.
Could someone guide which code parts should be changed to overcome this issue? (main.go and project.go? Which functions?) I believe it's a missing paging functionality issue.
Br,