Open
Bug 704113
Opened 14 years ago
Updated 2 years ago
Ability to add custom boolean fields (i.e. checkboxes) to a bug
Categories
(Bugzilla :: Bugzilla-General, enhancement)
Tracking
()
UNCONFIRMED
People
(Reporter: mrbball, Unassigned)
Details
(Whiteboard: DUPME?)
Attachments
(1 obsolete file)
It would be nice to be able to define custom fields that are
boolean values, which would show up as checkboxes on the
create/edit forms.
Reporter | ||
Updated•14 years ago
|
Summary: Allow custom boolean fields (i.e. checkboxes) → Ability to add custom boolean fields (i.e. checkboxes) to a bug
![]() |
||
Comment 2•14 years ago
|
||
(In reply to bigstijn from comment #1)
> Can't flags can be used for this ?
If you disable the "?" state, yes. Your flags would have +/- only. Kent, doesn't this match your needs?
Reporter | ||
Comment 3•14 years ago
|
||
No. I suppose a flag could technically be used for this, but it would be very much
of a hack. Even by disabling "?", a flag becomes a 3-state attribute (+, -, empty)
and has a username associated with it when + or -.
I'm looking for a field (displayed as a checkbox), not a flag, and I think custom
fields should provide this type, and I don't believe it would be too difficult to
implement. I might even be willing to tackle it, since I've already done something
somewhat similar as a customization.
Comment 4•14 years ago
|
||
Note that presently you can hack around this by having a drop-down that has only the default value and the value "Yes" in it.
Whiteboard: DUPME?
Reporter | ||
Comment 5•14 years ago
|
||
(In reply to Max Kanat-Alexander from comment #4)
> Note that presently you can hack around this by having a drop-down that has
> only the default value and the value "Yes" in it.
>
True, and this is workaround I am going with for now, but it's not quite as intuitive
as a checkbox.
Comment 6•13 years ago
|
||
FWIW, I would also like to have this feature. My use case is roughly similar to what mozilla.org does with the "relnote" keyword. As Kent wrote, a checkbox would be more intuitive and involve less clicking/typing than keywords, flags or dropdowns.
Updated•2 years ago
|
Attachment #9383157 -
Attachment is obsolete: true
You need to log in
before you can comment on or make changes to this bug.
Description
•