1. Summary
I want to export my GitLab project via API. Which scopes I need to select for my personal private token, that no loss project data?
2. Testing
I created personal access token with api
scope:
I create example GitLab repository with code, issues, notes and milestones → I exported and imported it → import success.
I didn’t find any data loss. Does it mean, that I can select solely api
scope?
3. Not helped
I can’t find information about my question in:
- GitLab documentation
- This forum
4. Do not offer
- Yes, I read “Limiting scopes of a personal access token” section.
- Yes, I know, which items of my repository are exported.
Thanks.