gitlabHelper. registerProjectPath(settings.gitlab.projectId) is only called in transferIssues(). This means that if one sets settings.transfer.issues: false, the retrieval of attachments for comments in e.g. pull requests will fail in
|
const attachmentUrl = host + this.projectPath + relurl; |
gitlabHelper. registerProjectPath(settings.gitlab.projectId)is only called intransferIssues(). This means that if one setssettings.transfer.issues: false, the retrieval of attachments for comments in e.g. pull requests will fail innode-gitlab-2-github/src/gitlabHelper.ts
Line 94 in 7572017