Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dataprev/kanboard-import-gitlab
Kanboard Gitlab import
https://github.com/dataprev/kanboard-import-gitlab
gitlab kanboard python3 script
Last synced: 2 months 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-09-27T00:30:17.000Z (about 2 years ago)
- Last Synced: 2024-10-01T15:08:15.909Z (3 months ago)
- Topics: gitlab, kanboard, python3, script
- Language: Python
- Size: 22.5 KB
- Stars: 4
- Watchers: 3
- 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=YYYKANBOARD_ENDPOINT=https://myaccount.kanboard.net
KANBOARD_USER=jsonrpc
KANBOARD_TOKEN=XXXkanboard-gitlab namespace/project
--