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

Clarify that 'start' param in BB API refers to issue index, not issue ID #52

Closed jeffwidman closed 8 years ago

jeffwidman commented 8 years ago

Need to switch from start_id to start since it's not the issue ID, it's the current list index of the issue.

Also need to clarify that if issue IDs were deleted in the past from BB (see #42), then list index will decrease, but issue ID won't change.