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.
-
Clone the repository into Redmine's plugins folder:
cd /path/to/redmine/plugins git clone https://github.com/flowingcode/redmine-spent-time-filters.git
-
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
- Go to the Issues section in Redmine.
- In the filter bar, select Add filter.
- Find the Spent Time Last Month or Spent Time This Month filters and add them.
- Configure the filters as needed (Yes to show issues with logged time, No for those without).
- Optionally, you can add these columns in the issues view to display the values for each issue.
Developed by Flowing Code.