Bamboo HR is a software platform for companies to manage their human resources (HR).
This plugin is meant to be used by users/companies using both Mattermost for their chat and BambooHR for human resource related issues.
Contributions are welcome!
If a system admin has added a new Mattermost account for an employee, an authorized user can use /bamboo add
from the DM channel to add that user to BambooHR.
Configure the plugin in Mattermost by going to System Console > Plugins > Bamboohr
. Enable the plugin if it's not enabled. Set your BambooHR domain name, your BambooHR API Key and a list of comma separated Mattermost user IDs that'll be allowed to run some crucial bamboo plugin commands.
- Fork this repo
- Clone your fork and make changes on your branch
- Run
$ make
at the root of this project - Install the generated tar on your server to see your changes