Bug 197123 - Issue titles containing "[category/port]" are not auto-assigned
Summary: Issue titles containing "[category/port]" are not auto-assigned
Status: Closed FIXED
Alias: None
Product: Services
Classification: Unclassified
Component: Bug Tracker (show other bugs)
Version: unspecified
Hardware: Any Any
: --- Affects Only Me
Assignee: Marcus von Appen
URL: https://bugs.freebsd.org/bugzilla/sho...
Keywords: regression
: 197334 (view as bug list)
Depends on:
Blocks: 205735
  Show dependency treegraph
 
Reported: 2015-01-27 10:32 UTC by Kubilay Kocak
Modified: 2015-12-30 15:42 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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)".