EducationalTestingService / gitlab-to-atlassian

Scripts to help export information from GitLab to Atlassian JIRA and Stash.
Other
36 stars 11 forks source link

Correct git call and add more documentation #8

Closed neillturner closed 1 year ago

dan-blanchard commented 9 years ago

Thanks for the PR. We could certainly use some of the additional documentation and more verbose output.

neillturner commented 9 years ago

gitallprojects fails. it is getprojectsall in https://github.com/Itxaka/pyapi-gitlab/blob/develop/gitlab/__init__.py. i'll do a test of both and update pull request. -)

neillturner commented 9 years ago

well i get way more objects (3000+) using getprojects rather than getprojectsall (9+). i guess that is just how my repo is setup.

dan-blanchard commented 9 years ago

gitallprojects fails. it is getprojectsall in https://github.com/Itxaka/pyapi-gitlab/blob/develop/gitlab/__init__.py.

Yeah, it appears there was an API breaking change a few releases ago.