I have several products in my Bugzilla database and when I look at my ticket list there is no column for product.
How do I get a sortable Product column to be displayed?
And How do I make it the site default for all users?
I have several products in my Bugzilla database and when I look at my ticket list there is no column for product.
How do I get a sortable Product column to be displayed?
And How do I make it the site default for all users?
Edit Bugzilla/Constants.pm and change DEFAULT_COLUMN_LIST
to include product
.