Discussion:
[mantisbt-dev] Is there an API Doc on custom filters ?
Louis BAYLE
2014-12-05 09:08:53 UTC
Permalink
Hi,
I would like to open the view_all_bug_page.php with a set of issues that
are not defined by any of the current Mantis fields. Basicaly, I need to
specify a list of bug_id.

Is it possible ? Is there a doc that describes how to do that ?

I was thinking of building an URL like this
mantis/view_all_bug_page.php?bug_id=12,54,65,567,534

If it does not exist, would you be interested in a PR with such a feature ?
have you any hints on how to do it ?

Thank you,
Best regards,

Louis BAYLE

<***@gmail.com>
Alain D'EURVEILHER
2014-12-05 09:44:59 UTC
Permalink
I don't know if there is an API for that but you can create a plugin to add
a custom filter field using the event ''EVENT_FILTER_FIELDS'', which will
be available in the filter createria selection.

Then after that maybe you call 'view_all_set.php?' with your custom filter
(I did not try, it is just supposition based on the way the [ view issues ]
link is implemented in the Roadmap page.
Post by Louis BAYLE
Hi,
I would like to open the view_all_bug_page.php with a set of issues that
are not defined by any of the current Mantis fields. Basicaly, I need to
specify a list of bug_id.
Is it possible ? Is there a doc that describes how to do that ?
I was thinking of building an URL like this
mantis/view_all_bug_page.php?bug_id=12,54,65,567,534
If it does not exist, would you be interested in a PR with such a feature
? have you any hints on how to do it ?
Thank you,
Best regards,
Louis BAYLE
------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk
_______________________________________________
mantisbt-dev mailing list
https://lists.sourceforge.net/lists/listinfo/mantisbt-dev
--
AlainD.
Alain D'EURVEILHER
2014-12-05 14:40:34 UTC
Permalink
I have created a plugin for that matter, I have difficulties posting it in
my github from my office (probably policy restrictions). I'll try again
later at home.

Regards,
AlainD.

On Fri, Dec 5, 2014 at 10:44 AM, Alain D'EURVEILHER <
Post by Alain D'EURVEILHER
I don't know if there is an API for that but you can create a plugin to
add a custom filter field using the event ''EVENT_FILTER_FIELDS'', which
will be available in the filter createria selection.
Then after that maybe you call 'view_all_set.php?' with your custom filter
(I did not try, it is just supposition based on the way the [ view issues ]
link is implemented in the Roadmap page.
Post by Louis BAYLE
Hi,
I would like to open the view_all_bug_page.php with a set of issues that
are not defined by any of the current Mantis fields. Basicaly, I need to
specify a list of bug_id.
Is it possible ? Is there a doc that describes how to do that ?
I was thinking of building an URL like this
mantis/view_all_bug_page.php?bug_id=12,54,65,567,534
If it does not exist, would you be interested in a PR with such a feature
? have you any hints on how to do it ?
Thank you,
Best regards,
Louis BAYLE
------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk
_______________________________________________
mantisbt-dev mailing list
https://lists.sourceforge.net/lists/listinfo/mantisbt-dev
--
AlainD.
--
AlainD.
Loading...