Closed
Bug 223074
Opened 21 years ago
Closed 17 years ago
Semi-Automated Response Templates with scoring using Regular Expression
Categories
(Bugzilla :: Email Notifications, enhancement)
Tracking
()
RESOLVED
DUPLICATE
of bug 119734
People
(Reporter: ludovic, Unassigned)
Details
Attachments
(1 file)
41.92 KB,
patch
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20031007
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20031007
This patch implements a semi-automated response template system for bugzilla
usefull if you want to use bugzilla for customer support.
How it works:
Admin setup:
- create response templates
- create keywords and assign response templates to keywords
Day to Day work:
- setup bug_email to automatically enter incoming emails in bugzilla (needs a
currently unpublished patch to allow anonymous email into bugzilla)
- when viewing a bug ask to show response template. The tool used the regexp to
propose possible template using the score.
- choose the answer
- send the response to the external email address (save in a custom field by the
bug_email interface)
Reproducible: Always
Steps to Reproduce:
Reporter | ||
Comment 1•21 years ago
|
||
Here is the patch.. It needs work as it is not templatized but it works..
Reporter | ||
Comment 2•21 years ago
|
||
I forgot to say this patch is dependent on the custom fields patch in bug 91037
Summary: Semi-Automated Response Templates with scoring using Regular Expression → Semi-Automated Response Templates with scoring using Regular Expression
Updated•19 years ago
|
QA Contact: mattyt-bugzilla → default-qa
Comment 3•19 years ago
|
||
Not a bad idea, I'm for it. This isn't limited to customer support. I can see
how developers might like this. For example, a pre-filled template to be used
when marking a bug as a duplicate.
This is certainly an interesting idea. As this would require custom fields, you
should mark this as depending on bug 91037. Templatization of the web pages &
emails would also be needed.
I'd also suggest looking at the Oregon State University implementation of
Bugzilla, which includes a number of add-ons.
Updated•18 years ago
|
Assignee: preed → email-notifications
Updated•17 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•