Closed Bug 145009 Opened 23 years ago Closed 23 years ago

Default component when creating a bug

Categories

(Bugzilla :: Creating/Changing Bugs, enhancement)

2.14.1
enhancement
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 317051

People

(Reporter: jodym, Assigned: myk)

References

Details

Our Bugzilla has several products with a "general" component as well as more specific components. It would be nice if Bugzilla could automatically choose a default component on enter_bug.cgi that the user could change if desired. Bugzilla already chooses the component if only one is available; this enhancement is for products wiith more than one component.
Hmmh... This should be optional, of course. I wouldn't want to use a default component, because it would automatically mean that many bug reports would be submitted without even the slightest effort to put them in their correct components...
OS: Linux → All
Hardware: PC → All
This could be done as a template change: [% default.component_ = "General" IF product == "BAR" %]
A template change would be adequate for my purposes. /me eagerly awaits Bugzilla 2.16 :)
I finally found the time to upgrade to 2.16.1 and placed: [% default.component_ = "General" %] in bug/create/create.html.tmpl. This does what I want, so I consider this bug fixed. Thanks.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
in search of accurate statistics....
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
... since this capability was already present
Status: REOPENED → RESOLVED
Closed: 23 years ago23 years ago
Resolution: --- → WORKSFORME
Blocks: 316534
QA Contact: matty_is_a_geek → default-qa
Resolution: WORKSFORME → DUPLICATE
You need to log in before you can comment on or make changes to this bug.