Page 1 of 1

my view page

Posted: 02 Sep 2009, 15:50
by massimo
Hi,
probaly this question has been already asked several times but if I write "My View" or "My view page" in the search of this forum it returns no results and an error message that the terms are too common. So it is impossible to search in the forum for the topic I am looking for.

My problem is:
In the "my View" page I woudl like to have the boxes showing only the status I set for.
These are my status:
$g_status_enum_string = '10:new,20:assigned,30:WIP,40:inTest,50:Tested,90:closed';

And this is the definition of the "my view" page.
$g_my_view_boxes = array (
'assigned' => '1',
'WIP' => '2',
'inTest' => '3',
'Tested' => '4');

What I would like is to see in the WIP box only the WIP status, in the "inTest" box only the bugs that have status "inTest".
Now it shows in the WIP, inTest and Tested boxes the same results: in all boxes I see the WIP, inTest and Tested bugs and this is quite unuseful.

How can I configure Mantis to have a more "normal" visualization? I searched the documentation and I found only the definition of the g_my_view_boxes array.

Thank you
Massimo

Re: my view page

Posted: 03 Sep 2009, 06:37
by deboutv
Hi,

You can try my MyView plugin (which allow you to build your own boxes with much more than a bug list). Follow my signature ;)

Re: my view page

Posted: 27 Jan 2015, 14:26
by mateusz.janczewski
Do you have MyView plugin ready for Mantis 1.2.X?

Re: my view page

Posted: 29 Jan 2015, 16:11
by Reivaj
mateusz.janczewski wrote:Do you have MyView plugin ready for Mantis 1.2.X?


+1

Re: my view page

Posted: 02 Feb 2015, 12:22
by deboutv
No I don't.