Do we have the possibility to add custom filters in 'View issues' listing page.

General discussion of Mantis.

Moderators: Developer, Contributor

Post Reply
shanthini
Posts: 39
Joined: 10 Apr 2010, 12:01

Do we have the possibility to add custom filters in 'View issues' listing page.

Post 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
cas
Posts: 1622
Joined: 11 Mar 2006, 16:08
Contact:

Re: Do we have the possibility to add custom filters in 'View issues' listing page.

Post 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 :mrgreen:
shanthini
Posts: 39
Joined: 10 Apr 2010, 12:01

Re: Do we have the possibility to add custom filters in 'View issues' listing page.

Post 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
cas
Posts: 1622
Joined: 11 Mar 2006, 16:08
Contact:

Re: Do we have the possibility to add custom filters in 'View issues' listing page.

Post 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
Post Reply