Bugzilla Bug Assignment
When a new issue is opened in Bugzilla, it attempts to assign the bug:
- Each Component has a default assignee as defined in the database; these are defined from the Component administrative page.
- 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.
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.