I can see that there is an importer to import issues from Phabricator, and the documentation explains how to import a new project from Phabricator.
How can I import issues from Phabricator to an existing GitLab CE project? Within the project, I can find only import from Jira / CSV options.
maybe you can export from Phabricator and use the Gitlab Issue API to write a script to create all the issues in you existing project
https://docs.gitlab.com/ee/api/issues.html#new-issue
1 Like
Thank you. That is definitely an option. I just wanted to know whether there is builtin support, since it is already possible for new projects.
1 Like