Open Bug 386934 Opened 17 years ago Updated 4 years ago

add pronouns for default assignee and default qa contact

Categories

(Bugzilla :: Query/Bug List, enhancement)

enhancement
Not set
normal

Tracking

()

People

(Reporter: timeless, Unassigned)

Details

Attachments

(1 file, 1 obsolete file)

philor (and I, I suppose) want to be able to run a query like this:

qacontact notequal %defaultqacontact%

(and presumably someone somewhere will want to do)
assignee notequal %defaultassignee%
Attached patch maybe this works (obsolete) — Splinter Review
Assignee: query-and-buglist → timeless
Status: NEW → ASSIGNED
Attachment #271009 - Flags: review?
I like this idea. joel, justdave, could you please have a look at this patch?
OS: Windows XP → All
Hardware: PC → All
Attachment #271009 - Flags: review?(justdave)
Attachment #271009 - Flags: review?(bugreport)
Attachment #271009 - Flags: review?
Comment on attachment 271009 [details] [diff] [review]
maybe this works

This might work if the subroutine call had a reference to the list and someone tested it.
Attachment #271009 - Flags: review?(justdave)
Attachment #271009 - Flags: review?(bugreport)
Attachment #271009 - Flags: review-
Attached patch referencesSplinter Review
Attachment #271009 - Attachment is obsolete: true
Attachment #275653 - Flags: review?(bugreport)
Comment on attachment 275653 [details] [diff] [review]
references

Earlier in Search.pm, there is an optional join with components as ...

       push @supptables, "INNER JOIN components AS map_components " .
                          "ON bugs.component_id = map_components.id";


When we join components again, we should use the same name "map_components" and use an INNER JOIN (since all bugs have to have a component).  This way, the table won't actually get joined twice.

Also, please do confirm that you've tested this.
Attachment #275653 - Flags: review?(bugreport) → review-
Assignee: timeless → query-and-buglist
Status: ASSIGNED → NEW
Whiteboard: [good first bug]

Removing good-first-bug keyword because team does not have bandwidth to mentor at the moment.

Keywords: good-first-bug

Removing outreachy because team does not have bandwidth to mentor this cycle.

Keywords: outreachy
Whiteboard: [good first bug]
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: