Page 1 of 1
Do we have the possibility to add custom filters in 'View issues' listing page.
Posted: 08 Sep 2023, 11:27
by shanthini
Hi,
Do we have the possibility to add custom filters in 'View issues' listing page. If yes then could you please share references. We would like to add 'Aging' filter to find age of the issues based on status
Thanks
Re: Do we have the possibility to add custom filters in 'View issues' listing page.
Posted: 11 Sep 2023, 09:29
by cas
Yes you can via a plugin.
Via the plugin you add a custom field you would like to have, including the calculation if any.
Within the plugin you then can have a function to add it to the View issues filter section

Re: Do we have the possibility to add custom filters in 'View issues' listing page.
Posted: 11 Sep 2023, 14:32
by shanthini
Hi,
We searched and found following plugin
https://github.com/mantisbt-plugins/FilterBugList
But this seems very old. Could you please suggest do we have newer plugins
Thanks
Re: Do we have the possibility to add custom filters in 'View issues' listing page.
Posted: 11 Sep 2023, 15:06
by cas
That plugin is ok for your mantis but will not do what you want. That plugin allows for filtering on multiple bug-id's.
What you want, requires custom coding. What is available is the option to filter on the duedate, perhaps that is useful for you:
https://github.com/mantisbt-plugins/DD_Filter