https://github.com/dataprev/kanboard-import-gitlab
Kanboard Gitlab import
https://github.com/dataprev/kanboard-import-gitlab
gitlab kanboard python3 script
Last synced: about 1 year ago
JSON representation
Kanboard Gitlab import
- Host: GitHub
- URL: https://github.com/dataprev/kanboard-import-gitlab
- Owner: dataprev
- License: mit
- Created: 2017-04-18T11:39:39.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-09-27T00:30:17.000Z (over 3 years ago)
- Last Synced: 2025-04-10T06:40:32.285Z (about 1 year ago)
- Topics: gitlab, kanboard, python3, script
- Language: Python
- Size: 22.5 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE.txt
Awesome Lists containing this project
README
Kanboard Gitlab import
======================
Command-line script to migrate Gitlab issues to Kanboard.
- Author: Juracy Filho
== Requirements
- Gitlab >= 8.13.8
- Kanboard >= 1.0.42
[NOTE]
--
It may work with older versions, but tests are required.
--
== Installation
[source,bash]
--
pip install kanboard-gitlab
--
== Usage
[source,bash]
--
GITLAB_ENDPOINT=https://www.gitlab.com
GITLAB_TOKEN=YYY
KANBOARD_ENDPOINT=https://myaccount.kanboard.net
KANBOARD_USER=jsonrpc
KANBOARD_TOKEN=XXX
kanboard-gitlab namespace/project
--