Import Redmine issues in Kanboard
- Pablo Godinez
- MIT
- Kanboard >= 1.0.37
- Clone this repository into the folder
plugins/Redmine
- run
composer install
insideplugins/Redmine
folder
Note: Plugin folder is case-sensitive.
Configure Redmine URL in Config Integrations (?controller=ConfigController&action=integrations)
Then, each member has to add his own API key in his profile
To import a new Redmine Issue, you have to select the external task provider first. When you create a new task, on the right, select the external provider.
Then you only need to provide issue number (with or without '#')
make build #build locally
make run #run locally, you will be prompted for a local port
make logs #get the logs from the running container
make enter #enter the running container
make clean #kill and remove the running container when you are through testing