Closed Bug 507483 Opened 15 years ago Closed 15 years ago

add priority and whiteboard fields to new bug form

Categories

(mozilla.org Graveyard :: Server Operations, task)

task
Not set
major

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: mconnor, Assigned: justdave)

References

Details

(Whiteboard: [ETA?])

This is commonly used in enough components that we should not have to go back and edit again to set these.  This should be a fairly straightforward patch.
FYI, bugzilla already supports adding the priority field to enter_bug.cgi via the 'letsubmitterchoosepriority' param (under Bug Change Policies). However, it will show it up to all users (including those without any privileges), so it may be wise to restrict it to only be shown to canconfirm or editbugs users.
OS: Mac OS X → All
Hardware: x86 → All
I think reed and I concluded that users without editbugs/canconfirm are forced to use the helper anyways, so I think comment 1 (and much of the IRC discussion about this bug!) is irrelevant.
I turned the 'letsubmitterchoosepriority' param on, so enter_bug.cgi now shows the priority field as an option.
Can we turn letsubmittereditwhiteboard on as well?
There is no such setting.
I think Vlad intended to say "can we fix this bug?"
I think Vlad intended to say "can we fix this bug soon?" actually. Perhaps that wasn't clear 12 days ago, or indeed 26 days ago when the bug was filed. I'm happy to clear it up now, though.

The Firefox team is using the whiteboard more and more in order to categorize bugs along project lines. This is a pretty large productivity issue for us.
Severity: normal → major
Whiteboard: [ETA?]
--> justdave
Assignee: nobody → justdave
fwiw, the enter_bug.cgi form will accept a status whiteboard if you munge one in. Thus, this bookmarklet works the way you'd want:

javascript:var%20c=document.querySelector("#Create");c.innerHTML='<td%20class="field_label"><b>Whiteboard</b>:</td><td%20colspan="2"><input%20id="status_whiteboard"%20name="status_whiteboard"%20class="text_input"%20value=""%20size="40">'+c.innerHTML;void(0)
Component: Bugzilla: Other b.m.o Issues → Server Operations
QA Contact: other-bmo-issues → mrz
What's it take to get this bug fixed and what's a reasonable ETA?  Oct 6?
Code to support this exists (or will be easy to hack) in Bugzilla 3.4.  Should be an easy fix after (or as part of) the 3.4 upgrade.
letsubmitterchoosepriority is now on.

patch to allow whiteboard under expert fields on enter_bug is now checked in, and will be live later this morning:

modified enter_bug.cgi
modified template/en/default/bug/create/create.html.tmpl
Committed revision 6715.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Product: mozilla.org → mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.