Modify the GUI to support a single product at a time

View: New views
4 Messages — Rating Filter:   Alert me  

Modify the GUI to support a single product at a time

by Tony Sopranzi :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,
  Is it possible to  configure the GUI to go to a specific product, so that
when you launch Bugzilla you only see one product?
Right now when you search for a bug, you have to select the product
from a list box. This is ok for a small number of products, but when
you have 50 or more products, it becomes cumbersome to scroll through
the list for the specific product.

Currently to start Bugzilla, we type in  "http://sj15lx/bugzilla."
What we would like to have is to follow this with the specific
product...
http://sj15lx/bugzilla/PRODUCT_NAME

Bugzilla would then just display only this product in the GUI.

Is this possible, does anyone know if someone has modified their GUI for
this task.

Thanks in Advance
Tony Sopranzi
_______________________________________________
support-bugzilla mailing list
support-bugzilla@...
https://lists.mozilla.org/listinfo/support-bugzilla
PLEASE put support-bugzilla@... in the To: field when you reply.

Re: Modify the GUI to support a single product at a time

by Srinivas B. :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Should be easy enough if you use URL rewrite rules in your apache... Or you
can simply hack index.cgi to check for PATH_INFO and redirect the page to
http://sj15lx/bugzilla/buglist.cgi?product={PATH_INFO}

-Srinivas

On Thu, Nov 5, 2009 at 4:49 PM, Tony Sopranzi <
tony.sopranzi@...> wrote:

> Hi,
>  Is it possible to  configure the GUI to go to a specific product, so that
> when you launch Bugzilla you only see one product?
> Right now when you search for a bug, you have to select the product
> from a list box. This is ok for a small number of products, but when
> you have 50 or more products, it becomes cumbersome to scroll through
> the list for the specific product.
>
> Currently to start Bugzilla, we type in  "http://sj15lx/bugzilla."
> What we would like to have is to follow this with the specific
> product...
> http://sj15lx/bugzilla/PRODUCT_NAME
>
> Bugzilla would then just display only this product in the GUI.
>
> Is this possible, does anyone know if someone has modified their GUI for
> this task.
>
> Thanks in Advance
> Tony Sopranzi
> _______________________________________________
> support-bugzilla mailing list
> support-bugzilla@...
> https://lists.mozilla.org/listinfo/support-bugzilla
> PLEASE put support-bugzilla@... in the To: field when you
> reply.
>



--
-Srinivas B.
_______________________________________________
support-bugzilla mailing list
support-bugzilla@...
https://lists.mozilla.org/listinfo/support-bugzilla
PLEASE put support-bugzilla@... in the To: field when you reply.

Re: Modify the GUI to support a single product at a time

by ericrch :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Perhaps saving a few searches for the product that you want to see would
help?  You could create a couple variations of "My Bugs" and share them.

Good luck,
e.

Srinivas B. wrote:

> Should be easy enough if you use URL rewrite rules in your apache... Or you
> can simply hack index.cgi to check for PATH_INFO and redirect the page to
> http://sj15lx/bugzilla/buglist.cgi?product={PATH_INFO}
>
> -Srinivas
>
> On Thu, Nov 5, 2009 at 4:49 PM, Tony Sopranzi <
> tony.sopranzi@...> wrote:
>
>  
>> Hi,
>>  Is it possible to  configure the GUI to go to a specific product, so that
>> when you launch Bugzilla you only see one product?
>> Right now when you search for a bug, you have to select the product
>> from a list box. This is ok for a small number of products, but when
>> you have 50 or more products, it becomes cumbersome to scroll through
>> the list for the specific product.
>>
>> Currently to start Bugzilla, we type in  "http://sj15lx/bugzilla."
>> What we would like to have is to follow this with the specific
>> product...
>> http://sj15lx/bugzilla/PRODUCT_NAME
>>
>> Bugzilla would then just display only this product in the GUI.
>>
>> Is this possible, does anyone know if someone has modified their GUI for
>> this task.
>>
>> Thanks in Advance
>> Tony Sopranzi
>> _______________________________________________
>> support-bugzilla mailing list
>> support-bugzilla@...
>> https://lists.mozilla.org/listinfo/support-bugzilla
>> PLEASE put support-bugzilla@... in the To: field when you
>> reply.
>>
>>    
>
>
>
>  


_______________________________________________
support-bugzilla mailing list
support-bugzilla@...
https://lists.mozilla.org/listinfo/support-bugzilla
PLEASE put support-bugzilla@... in the To: field when you reply.

Parent Message unknown Re: Modify the GUI to support a single product at a time

by Gervase Markham :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On 06/11/09 00:49, Tony Sopranzi wrote:
>   Is it possible to  configure the GUI to go to a specific product, so that
> when you launch Bugzilla you only see one product?
> Right now when you search for a bug, you have to select the product
> from a list box. This is ok for a small number of products, but when
> you have 50 or more products, it becomes cumbersome to scroll through
> the list for the specific product.

You know you can set your default search to have a particular product
selected?

You can also pass &product=Foo on the URL parameters to query.cgi to get
it preselected.

Gerv
_______________________________________________
support-bugzilla mailing list
support-bugzilla@...
https://lists.mozilla.org/listinfo/support-bugzilla
PLEASE put support-bugzilla@... in the To: field when you reply.