Skip to content
Snippets Groups Projects
Commit d70e802c authored by Hans-Peter Deifel's avatar Hans-Peter Deifel
Browse files

Add issue creation to README

parent 6c299183
No related branches found
No related tags found
No related merge requests found
...@@ -3,5 +3,21 @@ ...@@ -3,5 +3,21 @@
stack build stack build
# Usage # Usage
## Dumping the issues from Redmine
stack exec dump-issues > dump.json stack exec dump-issues > dump.json
## Creating the issues in GitLab
The following environment variables must be set:
- `GITLAB_ENDPOINT`
- `GITLAB_PRIVATE_TOKEN`
You can get your private token under "Profile Settings" -> "Account"
You also need to have the issue dump from redmine as a file:
export GITLAB_ENDPOINT=https://example.com/gitlab
export GITLAB_PRIVATE_TOKEN=YOURTOKEN
stack exec enter-issues eva.fsi/evaluationsportal ./dump.json
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment