Plugins Directory » Redmine More Filters
Author: | Stephan Wenzel | |
---|---|---|
Website: | https://github.com/HugoHasenbein/redmine_more_filters | |
Code repository: | https://github.com/HugoHasenbein/redmine_more_filters | |
Registered on: | 2019-09-19 (about 5 years ago) | |
Current version: | 1.4.3 | |
Compatible with: | Redmine 4.1.x, 4.0.x, 3.4.x | |
User ratings: |
Redmine plugin to provide necessary filters in queries
begins with, ends with,
does not begin with, does not end with,
tomorrow, next week, next month
Use case(s)¶
For date filters with future dates, the plugin adds "tomorrow", "next week" and "next" month
For string and text filters, the plugin adds "begins with", "does not begin with", "ends with", "does not end with"
Use¶
Just install and go to issue page and select a date field with future dates, or a text or a atring fiter
Version 1.4.2¶
User reported about a collision with ReddmineUP's redmine CRM plugin. Now the plugin works well together with RedmineUP plugins.
Version 1.4.1¶
By popular request I added more filters
Journal (notes) | text |
Attachment filename | string |
Attachment description | string |
Attachment author | author |
Attachment created_on | past_date |
Attachment created_on | past_time |
Version 1.1.0¶
By popular request I added more filters
String | Filter | Value |
begins_with | ||
begins_with_any | (supply list of whitespace separated words) | |
not_begins_with | ||
not_begins_with_any | (supply list of whitespace separated words) | |
ends_with | ||
ends_with_any | (supply list of whitespace separated words) | |
not_ends_with | ||
not_ends_with_any | (supply list of whitespace separated words) | |
contains_any | (supply list of whitespace separated words) | |
not_contains_any | (supply list of whitespace separated words) | |
contains_all | (supply list of whitespace separated words) | |
not_contains_all | (supply list of whitespace separated words) | |
Date | tomorrow | |
next_week | ||
next_month | ||
List Custom Field (Multiple Values) | is (strict) | (select values from list) |
is not (strict) | (select values from list) |
Have fun!
Installation notes
- Install
1. download plugin and copy plugin folder redmine_user_text_box to Redmine's plugins folder
2. restart server f.i.
`sudo /etc/init.d/apache2 restart`
(no migration is necessary)
- Uninstall
1. go to plugins folder, delete plugin folder
`rm -r redmine_more_filters`
2. restart server f.i.
`sudo /etc/init.d/apache2 restart`
Changelog
1.4.3 (2021-05-21)
Compatible with Redmine 4.1.x, 4.0.x, 3.4.x.
- added root issue filter
- added related issues filter
- added all related issues filter
- added Gantt link in Subtasks pane, Related Tasks pane and in Issue's action menu
- added Gantt link in Issue context menu
- added Gantt auto centering of Gantt charts for Gantt links
- added next three months for date queries
- added localizations: es, fr, ru, pt
1.4.2 (2020-11-26)
Compatible with Redmine 4.1.x, 4.0.x, 3.4.x.
compatible with RedmineUP's redmine CRM plugin
1.4.1 (2020-11-22)
Compatible with Redmine 4.1.x, 4.0.x, 3.4.x.
added support for searching text in notes and filename, description, author and creation time of attachments
1.4.0 (2020-01-19)
Compatible with Redmine 4.1.x, 4.0.x, 3.4.x.
added clock time Time filter support
1.3.3 (2020-01-03)
Compatible with Redmine 4.1.x, 4.0.x, 3.4.x.
fixed bug, which could cause an internal server error 500 when querying custom_filelds
1.3.1 (2019-12-25)
Compatible with Redmine 4.1.x, 4.0.x, 3.4.x.
added support for arbitrary separators for integers in "ID =" filter like Issue=1;2;3;4
1.3.0 (2019-12-24)
Compatible with Redmine 4.1.x, 4.0.x, 3.4.x.
Christmas Edition - support for Redmine 4.0
1.2.3 (2019-12-23)
Compatible with Redmine 3.4.x.
added support for "contains all" and "not contains all" for custom values with multiple fields
1.2.2 (2019-12-19)
Compatible with Redmine 3.4.x.
added support for list custom fields with multiple values
1.1.0 (2019-09-19)
Compatible with Redmine 3.4.x.
by popular request I added more filters