By Alain D'EURVEILHER (alain.deurveilher@gmail.com).
Plugin for MantisBT allowing to filter by a set of bug IDs in the View all page.
- MantisBT 2.x
A new Bug List filter field is available on the View Issues page's Filters section.
The filter can accept any kind of bug list as a string, using any non-numeric character as a separator.
For instance:
5079, #5073-5108 5107 49396{5006}}
will result in a filtering of the following bug IDs:
5079, 5073, 5108, 5107, 49396, 5006.
The filter is also accessible via the FilterBugList_list query in the url, for instance: http://example.com/mantis/view_all_set.php?type=1&temporary=y&FilterBugList_list=5079,5073,5108,5107,49396,5006
Use GitHub Issues.
- Fix deprecation warnings #3 #4
- Code cleanup
- Compatibility with Mantis 2.0.0
- Compatibility with Mantis 1.3.0
- Creation of the plugin