jeffwidman / bitbucket-issue-migration

A small script for migrating repo issues from Bitbucket to GitHub
GNU General Public License v3.0
314 stars 97 forks source link

Incorporate the 'size' from BB API v2 to check the number of issues and issue comments #41

Closed jeffwidman closed 8 years ago

jeffwidman commented 8 years ago

Shows up in both BB v1 (count) and v2 API (size).

It's a metadata that reports the total issue/comment count. Can be used to see if we've retrieved all the issues. Can't be used for looping through issues because issues can be deleted, so no guarantee of contiguous IDs.