====== FilterBugList ====== ===== Overview ===== * The FilterBugList plugin for Mantis adds a filter field in the View All Page allowing to filter by a given set of bug IDs. The list of IDs can use any non-numeric character. ===== Features ===== ==== New Filter ==== * Field name: "Bug List" * Field type: String * Syntax: a list of bug IDs separated by a non numeric character (white space, comma, dash, whatever...). For instance the following string "5079, #5073-5108 5107 49396{5006}}" will result in filtering on the following bug ID list "5079,5073,5108,5107,49396,5006" ==== formatted link ==== * If you want to implement a tool filtering the list, the filter is also accessible via the FilterBugList_list query in the url * For instance you could a url such as: ** http://my.server/my-mantis/view_all_set.php?type=1&temporary=y&FilterBugList_list=5079,5073,5108,5107,49396,5006 ===== Requirements ===== * Mantis Core **1.2.0** ===== Download ===== * [[https://github.com/mantisbt-plugins/FilterBugList| FilterBugList]] on the MantisBT-plugins Git. ===== Documentation ===== * [[https://github.com/mantisbt-plugins/FilterBugList/blob/master/README.txt|Readme]] file ===== Support ===== * To report an issue or feature request for the FilterBugList plugin, visit [[https://github.com/mantisbt-plugins/FilterBugList/issues | github - FilterBugList - support]]. ===== Source code ===== * The FilterBugList plugin is hosted at GitHub along with other plugins at [[https://github.com/mantisbt-plugins | github plugins]]. * Source code of [[https://github.com/mantisbt-plugins/FilterBugList | FilterBugList plugin]] for Mantis