This plugin is designed to produce monthly workflow reports with precise customization options. Users can select a specific month, year, and team of interest. Upon making these selections, the plugin generates a detailed report that is exclusively based on the chosen month and year.
This plugin is designed to produce monthly workflow reports with precise customization options. Users can select a specific month, year, and team of interest. Upon making these selections, the plugin generates a detailed report that is exclusively based on the chosen month and year.
To install and configure the Workflow Report plugin for Redmine, follow these steps:
1. Navigate to the plugin's configuration directory:
cd plugins/workflow_report/config
2. Create the `application.yml` configuration file based on the example:
- Copy the contents from `application.yml.example` into a new file named `application.yml`.
- You can use the following command to do this quickly:
cp application.yml.example application.yml
3. Add your GitHub Token to the configuration file:
- Open the `application.yml` file in your text editor.
- Locate the line that reads `github_token:` and add your GitHub token after the colon. For example:
github_token: your_github_token_here
- Note: Replace `your_github_token_here` with your actual GitHub token.