Ref T5039. This will be necessary for Herald integration so users can make rules like "if app email is one of x, y, or z add projects foo, bar, and metallica." I think its best to do an actual typeahead here -- users select full email addresses -- rather than support prefix, suffix, etc stuff on the email address. I think the latter approach would yield lots of confusion, as well as prevent us from (more) easily providing diagnostic tools about what happened when and why.
Details
Details
- Reviewers
epriestley - Maniphest Tasks
- T5039: Allow custom email addresses to file tickets against a project
- Commits
- Restricted Diffusion Commit
rPfe0ca0abf267: Application Emails - add datasource so we can have a typeahead
hacked a maniphest tokenizer to use this new datasource and it worked
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Ah, yeah, this is probably a better approach.
One maybe-weird thing is that editing an email will affect rules, but that's probably reasonable/expected.