Skip to content

diatoz/workforce-redmine-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To install

  1. Clone the Redmine Workforce Plugin into Redmine plugins directory
git clone https://github.com/diatoz/workforce-redmine-plugin.git plugins/workforce
  1. Run the plugin migrations
bundle exec rake redmine:plugins:migrate
  1. Restart the Redmine Instance

  2. Login to the Redmine as an administrator. From navbar perform these navigation steps, Administration > Settings > API. Enable Rest API service and save it.

  3. Create a user (workforce user) with required privileges to access Redmine from Workforce.

  4. From navbar perform these navigation steps, Administration > plugins. In the plugins page, click configure in workforce plugin.

  5. For Workforce Domain, enter the domain for the Workforce. For Workforce email, enter the created workforce user email id and save it.

  6. Go the settings page of the project for which Workforce has to be notified. Click the Workforce tab, set the API key and save it.

  7. Login as workforce user. Navigate to My account page from navbar and create an API key for the user. Share the created key to Workforce.

To Uninstall

  1. Rollback the migrations of Workforce plugin
bundle exec rake redmine:plugins:migrate NAME=workforce VERSION=0
  1. Remove Workforce directory from the Redmine plugins directory.

  2. Restart the Redmine instance.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published