Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transferring Issues #155

Open
Npraveenreddy opened this issue Sep 15, 2022 · 3 comments
Open

Transferring Issues #155

Npraveenreddy opened this issue Sep 15, 2022 · 3 comments

Comments

@Npraveenreddy
Copy link

import Settings from './src/settings';

export default {
gitlab: {
url: 'https://gitlab.com',
token: 'gdddddddddddddddd',
projectId: 222222,
sessionCookie: 'null',
},
github: {
baseUrl: 'https://api.github.com',
apiUrl: 'https://api.github.com',
owner: 'ssssssssssssssssss',
token: 'ssssssssssssss',
token_owner: 'Npraveenreddy',
repo: 'gitlab1',
recreateRepo: false,
},
usermap: {
'my_gitlab_username.gitlab.1': 'my_github_username.github.1', -----------------------------------> correct me this
},
projectmap: {
'gitlabgroup/projectname.gitlab_project_name': 'GitHubOrg/projectname.github_project_name', ------------------------> correct me this
},
conversion: {
useLowerCaseLabels: true,
},
transfer: {
description: false,
milestones: false,
labels: false,
issues: true,
mergeRequests: false,
releases: false,
},
debug: true,
useIssueImportAPI: true,
usePlaceholderMilestonesForMissingMilestones: true,
usePlaceholderIssuesForMissingIssues: true,
useReplacementIssuesForCreationFails: true,
useIssuesForAllMergeRequests: false,
filterByLabel: null,
skipMergeRequestStates: [],
skipMatchingComments: [],
mergeRequests: {
logFile: './merge-requests.json',
log: true,
},
} as Settings;

==================================
Transferring Issues

Transferring 0 issues.
DONE creating issues.

    Statistics:
    Total nr. of issues: 0
    Nr. of used placeholder issues: 0
    Nr. of used replacement issues: 0
    Nr. of issue migration fails: 0

Transfer complete!

@catarinawor
Copy link

I am getting similar results but my original repo on gitlab has 1 issue

@Npraveenreddy
Copy link
Author

HI @catarinawor how can i contact you?

@lehien
Copy link

lehien commented May 23, 2023

I had same issue but with very old version of gitlab ce (8.7) in a self managed host. Others were transfered except issue, no error occurred! With gitlab.com, everything worked well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants