| Summary: | Issue titles containing "[category/port]" are not auto-assigned | ||
|---|---|---|---|
| Product: | Services | Reporter: | Kubilay Kocak <koobs> |
| Component: | Bug Tracker | Assignee: | 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
2015-01-27 10:32:35 UTC
*** 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)". |