/redmine_gtt_assistant

Get some help from your "smart assistant" within a task manager.

Primary LanguageRubyGNU General Public License v3.0GPL-3.0

Redmine GTT Assistant

Get some help from your "smart assistant".

  • TBD

Requirements

  • Redmine >= 5.0.0

Installation

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.

How to use

  • 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.

Contributing and Support

The GTT Project appreciates any contributions! Feel free to contact us for reporting problems and support.

Version History

See all releases with release notes.

Authors

LICENSE

This program is free software. See LICENSE for more information.