Bugzilla Bug Assignment

When a new issue is opened in Bugzilla, it attempts to assign the bug:

  1. Each Component has a default assignee as defined in the database; these are defined from the Component administrative page.
  2. The code then checks to see if the requested assignee containsignorecase "@FreeBSD.org". If so, it asks FreeBSD's LDAP to see if that is a valid login. If true, it makes the assignment and exits.
  3. If the Component is "Individual Port", FreeBSD's custom AutoAssigner then runs. If it can figure out the port MAINTAINER, it makes the assignment and exits.

Bugzilla/BugAssignment (last edited 2024-12-08T17:13:29+0000 by MarkLinimon)