my view page
Posted: 02 Sep 2009, 15:50
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
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