bug view page display list of bugs

General discussion of Mantis.

Moderators: Developer, Contributor

Post Reply
jingshaochen
Posts: 10
Joined: 20 Jul 2018, 17:15

bug view page display list of bugs

Post by jingshaochen »

Hi,

Is there a bug view page that can take a list of bug ids in GET parameter and display the list?

such as:

Code: Select all

/bug_list_view.php?bugs[]=123&bugs[]=345&bugs=456
Thanks!
cas
Posts: 1586
Joined: 11 Mar 2006, 16:08
Contact:

Re: bug view page display list of bugs

Post by cas »

not out of the box, at least to my knowledge. Best would be to create your own script/function for that.
Post Reply