Open
Bug 383450
Opened 18 years ago
Updated 16 years ago
email_in.pl should handle multiple bugs at once
Categories
(Bugzilla :: Incoming Email, enhancement, P5)
Tracking
()
NEW
People
(Reporter: bkuemmer, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3 Mnenhy/0.7.5.0
Build Identifier: Bugzilla 3.0
The bugzilla_email_append.pl script from versions <3.0 was patchable to handle multiple bugs in one mail (see http://www.chiark.greenend.org.uk/~stevem/software/cvs-bugzilla/#bugzilla_email_append). email_in.pl should be able to do this as well. This can be used for SVN/CVS-Integration scripts where one commit should add information to multiple bugs.
Reproducible: Always
Steps to Reproduce:
1. Feed a mail with the subject "[Bug 1 2]" to email_in.pl
Actual Results:
email_in.pl tries to create a new bug
Expected Results:
email_in.pl should attach the information from the mail to all the bugs mentiones in the subject, in this example to Bug 1 and Bug 2.
![]() |
||
Updated•18 years ago
|
Component: Bugzilla-General → Incoming Email
![]() |
||
Comment 1•18 years ago
|
||
Not sure we should use the [Bug 1 2] format, maybe rather:
@bug_id 1
@bla
...
This is a comment for bug 1
@bug_id 2
@blabla
...
This is a comment for bug 2
I think this would be more flexible.
Severity: normal → enhancement
Status: UNCONFIRMED → NEW
Ever confirmed: true
Version: unspecified → 3.0
![]() |
||
Updated•16 years ago
|
Priority: -- → P5
You need to log in
before you can comment on or make changes to this bug.
Description
•