Get some help from your "smart assistant".
- TBD
- Redmine >= 5.0.0
To install Redmine GTT Assistant plugin, download or clone this repository in your Redmine installation plugins directory!
cd path/to/plugin/directory
git clone https://github.com/gtt-project/redmine_gtt_assistant.git
Then run
bundle install
bundle exec rake redmine:plugins:migrate
After restarting Redmine, you should be able to see the Redmine GTT Assistant plugin in the Plugins page.
More information on installing (and uninstalling) Redmine plugins can be found here.
- Ensure that the following environment variables are set:
OPENAI_API_ACTIVE=true
OPENAI_API_ORG=your_org_id
OPENAI_API_KEY=your_secret_key
- Make sure REST web services is enabled: http://localhost:3000/settings?tab=api
- Configure the plugin in plugin settings.
- Enable the plugin in project settings.
- Adjust permissions for specific roles role.
The GTT Project appreciates any contributions! Feel free to contact us for reporting problems and support.
See all releases with release notes.
This program is free software. See LICENSE for more information.