Bug 197123

Summary: Issue titles containing "[category/port]" are not auto-assigned
Product: Services Reporter: Kubilay Kocak <koobs>
Component: Bug TrackerAssignee: Marcus von Appen <mva>
Status: Closed FIXED    
Severity: Affects Only Me CC: mva, yuri
Priority: --- Keywords: regression
Version: unspecified   
Hardware: Any   
OS: Any   
URL: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197004
Bug Depends on:    
Bug Blocks: 205735    

Description Kubilay Kocak freebsd_committer freebsd_triage 2015-01-27 10:32:35 UTC
It seems that issue titles containing category/port wrapped in [ ] result in not being correctly assigned to maintainer via the auto-assigner script.
Comment 1 Kubilay Kocak freebsd_committer freebsd_triage 2015-02-04 22:24:19 UTC
*** Bug 197334 has been marked as a duplicate of this bug. ***
Comment 2 Yuri Victorovich freebsd_committer freebsd_triage 2015-02-04 22:26:10 UTC
I think this is the regression, it worked in late 2014.
Comment 3 Marcus von Appen freebsd_committer freebsd_triage 2015-02-18 12:43:31 UTC
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+]|$)
Comment 4 Marcus von Appen freebsd_committer freebsd_triage 2015-02-28 19:50:28 UTC
The update has been rolled out - the titles should be recognized properly now.
Comment 5 Yuri Victorovich freebsd_committer freebsd_triage 2015-03-15 11:26:59 UTC
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
Comment 6 Marcus von Appen freebsd_committer freebsd_triage 2015-03-15 11:42:06 UTC
(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)".