From: Alain D'E. <ala...@gm...> - 2014-12-05 09:45:08
|
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. On Fri, Dec 5, 2014 at 10:08 AM, Louis BAYLE <lba...@gm...> wrote: > 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 > > <lba...@gm...> > > > ------------------------------------------------------------------------------ > 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 > man...@li... > https://lists.sourceforge.net/lists/listinfo/mantisbt-dev > > -- AlainD. |