It seems that issue titles containing category/port wrapped in [ ] result in not being correctly assigned to maintainer via the auto-assigner script.
*** Bug 197334 has been marked as a duplicate of this bug. ***
I think this is the regression, it worked in late 2014.
It will be fixed on the next update. The regexp will include [ ] as delimiters then. Old regexp: (?:^|[:\s+])([\w-]+\/[\w-]+)(?:[:\s+]|$) New regexp: (?:^|[:\[\s+])([\w-]+\/[\w-]+)(?:[:\]\s+]|$)
The update has been rolled out - the titles should be recognized properly now.
I just created the bug report with subject containing [databases/couchdb], and it wasn't auto assigned again: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198597
(In reply to yuri from comment #5) > I just created the bug report with subject containing [databases/couchdb], > and it wasn't auto assigned again: > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198597 You misfiled it in "Ports Framework", instead of "Individual Port(s)".