Plugins Directory » Spent Time Filters Plugin
|
Author: | Martin Lopez |
---|---|---|
Website: | https://github.com/FlowingCode/redmine_spent_time_filters | |
Code repository: | https://github.com/FlowingCode/redmine_spent_time_filters | |
Registered on: | 2025-03-17 (15 days ago) | |
Current version: | 0.1.0 | |
Compatible with: | Redmine 5.1.x | |
User ratings: |
Spent Time Filters is a Redmine plugin that adds two new boolean filters to the issues view:
- Spent Time Last Month: Indicates whether the issue has logged time in the previous month.
- Spent Time This Month: Indicates whether the issue has logged time in the current month.
These filters allow users to filter issues based on whether they have time entries within the specified periods, making it easier to track and analyze logged work.
Installation notes
1. Clone the repository into Redmine's plugins folder:
cd /path/to/redmine/plugins
git clone https://github.com/flowingcode/redmine-spent-time-filters.git
2. Restart Redmine to apply the changes:
cd /path/to/redmine
bundle exec rails server -e production
If you are using Docker, restart the Redmine container:
docker-compose restart redmine
Changelog
0.1.0 (2025-03-17)
Compatible with Redmine 5.1.x.