https://github.com/yetopen/redmine2gitlab
Issue importer from Redmine to GitLab
https://github.com/yetopen/redmine2gitlab
Last synced: about 1 year ago
JSON representation
Issue importer from Redmine to GitLab
- Host: GitHub
- URL: https://github.com/yetopen/redmine2gitlab
- Owner: YetOpen
- License: mit
- Created: 2015-07-27T09:02:46.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-30T21:18:31.000Z (almost 11 years ago)
- Last Synced: 2025-03-16T03:12:42.035Z (over 1 year ago)
- Language: PHP
- Size: 117 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Redmine issue exporter to GitLab
================================
This is a basic issue importer from Redmine to GitLab
Requirements
------------
PanDoc is required for converting markdown. See [here](https://github.com/ryakad/pandoc-php#installation) for installation instructions.
[Composer](http://getcomposer.org) is used for dependencies.
Installation
------------
First run `composer update` to install PHP deps. Then copy `config-sample.php` to `config.php` and adjust it
to fit your environment.
Running
-------
Create a file called `projects.txt` in the same path as the file. The file will contain association of Redmine projects and Gitlab ones.
For example
remine-project:namespace/gitlab-project
Then run:
`php import.php`
Limitations
-----------
* Currently GitLab's API doesn't allow file upload. So files are stored in directory `attachments`, in another
subdirectory with project's name.