Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Allowing users to comment on bugs by responding to email (bugzilla 4)

1,365 views
Skip to first unread message

Greg

unread,
Aug 10, 2011, 6:57:44 AM8/10/11
to
Hi All

I have done a fair bit of searching but can't seem to find an answer.

I would like bugzilla to work so that if I reply (using my email
client) to a bugmail message the reply I make is posted as a new
comment to the bug in question.

Can anybody help with this?
Thanks in advance

Greg

Gervase Markham

unread,
Aug 15, 2011, 8:03:39 AM8/15/11
to
On 10/08/11 11:57, Greg wrote:
> Hi All
>
> I have done a fair bit of searching but can't seem to find an answer.
>
> I would like bugzilla to work so that if I reply (using my email
> client) to a bugmail message the reply I make is posted as a new
> comment to the bug in question.

You need to enable the incoming email interface. It's only supported in
new versions of Bugzilla (check the docs for the appropriate value of
'new').

Gerv

Greg

unread,
Aug 19, 2011, 10:53:18 AM8/19/11
to

Thanks, but I wasn't able to find out anything in the bugzilla docs
which helped. I found these two links:

http://landfill.bugzilla.org/csodocs/email_int/email_interface.html
(this page 5.14 doesn't seem to be in the latest version of the
documentation here http://www.bugzilla.org/docs/4.0/en/html/ (I am
using 4.0). Does that mean this information is not valid for 4.0?)

http://www.bugzilla.org/docs/3.0/html/api/email_in.html
(I couldn't follow this and seems to be something for 3.0 rather than
4.0)

Can anybody explain further?
Thanks again

Greg

Emmanuel Seyman

unread,
Aug 19, 2011, 11:17:14 AM8/19/11
to support-...@lists.mozilla.org
* Greg [19/08/2011 16:58] :

>
> http://www.bugzilla.org/docs/3.0/html/api/email_in.html
> (I couldn't follow this and seems to be something for 3.0 rather than
> 4.0)

You're looking for http://www.bugzilla.org/docs/4.0/en/html/api/email_in.html

Note that this doesn't tell you how the mail you are sending gets to the
email_in.pl script. Setting this up will depend on what type of mail server
you're using and what OS your bugzilla instance is running on.

Emmanuel

Gervase Markham

unread,
Aug 22, 2011, 9:54:06 AM8/22/11
to Greg
On 19/08/11 15:53, Greg wrote:
> Thanks, but I wasn't able to find out anything in the bugzilla docs
> which helped. I found these two links:
>
> http://landfill.bugzilla.org/csodocs/email_int/email_interface.html
> (this page 5.14 doesn't seem to be in the latest version of the
> documentation here http://www.bugzilla.org/docs/4.0/en/html/ (I am
> using 4.0). Does that mean this information is not valid for 4.0?)
>
> http://www.bugzilla.org/docs/3.0/html/api/email_in.html
> (I couldn't follow this and seems to be something for 3.0 rather than
> 4.0)
>
> Can anybody explain further?

Hi Greg,

Here it is, although it's not easy to find:

http://www.bugzilla.org/docs/4.0/en/html/api/email_in.html

Sorry about that :-|

Gerv

Greg

unread,
Aug 26, 2011, 9:15:00 AM8/26/11
to
Thanks for the replies, help is appreciated, but I'm not able to work
out what I need to do from this link: http://www.bugzilla.org/docs/4.0/en/html/api/email_in.html

(I would like to make it really easy for users to reply (using their
email client) to a bugmail message and for the reply to be posted as a
new comment to the bug in question.)

Can you give me some more guidance?
Thanks
Greg

Emmanuel Seyman

unread,
Sep 10, 2011, 1:58:57 PM9/10/11
to support-...@lists.mozilla.org
* Greg [26/08/2011 15:38] :

>
> (I would like to make it really easy for users to reply (using their
> email client) to a bugmail message and for the reply to be posted as a
> new comment to the bug in question.)
>
> Can you give me some more guidance?

As the page says, to do this, you need to send the contents of the email to the
email_in.pl script. There's really no way we can tell how to do this because it
depends on what mail server you're using and how easy it allows you to pipe
email to an extrenal command.

Emmanuel

Greg

unread,
Sep 14, 2011, 6:54:22 AM9/14/11
to
On Sep 10, 6:58 pm, Emmanuel Seyman <emmanuel.sey...@club-internet.fr>
wrote:
Thanks for the response, but the bit I would like some help with is
making it really easy for users - i.e. so that if they just reply to a
bugmail email whatever they put is posted as a new comment (without
them having to add in any kind of codes).

If I understand correctly for this to work the user would need to
format their email like this:

*********************************************************************************************************
From: acc...@domain.com
Subject: Bug Summary

@product ProductName
@component ComponentName
@version 1.0

This is my reply to the bug email which I want added as a comment to
this bug
*********************************************************************************************************

I would like users to just be able reply to the email, so the email
they would send would probably look like this:

*********************************************************************************************************
From: acc...@domain.com
Subject: Re: [Bug XYZ] Summary of my bug

This is my reply to the bug email which I want added as a comment to
this bug

On DD/MM/YYYY HH:MM, bugzilla-daemon wrote:
> https://my.bugzilla.com/show_bug.cgi?id=XYZ
>
> A developer <deve...@my.bugzilla.com> changed:
>
> What |Removed |Added
> ----------------------------------------------------------------------------
> Status|CONFIRMED |RESOLVED
> Resolution| |FIXED
>
> --- Comment #99 from A developer <deve...@my.bugzilla.com> DD/MM/YYYY HH:MM:SS ---
> Done but not uploaded yet.
>

*********************************************************************************************************

Is it possible to get email in to accept emails like this? If so, any
pointers would be appreciated.

If not, is it possible to somehow get the email to have those codes
added by default?

Thanks again
Greg

liuxi...@gmail.com

unread,
Oct 28, 2014, 9:25:22 AM10/28/14
to
Is it possible to get email in to accept emails like this? If so, any
pointers would be appreciated.

I think so.

Thorsten Schöning

unread,
Oct 28, 2014, 10:07:37 AM10/28/14
to support-...@lists.mozilla.org
Guten Tag liuxi...@gmail.com,
am Dienstag, 28. Oktober 2014 um 14:25 schrieben Sie:

> Is it possible to get email in to accept emails like this? If so, any
> pointers would be appreciated.

I don't seem to understand that question.

Mit freundlichen Grüßen,

Thorsten Schöning

--
Thorsten Schöning E-Mail:Thorsten....@AM-SoFT.de
AM-SoFT IT-Systeme http://www.AM-SoFT.de/

Telefon...........05151- 9468- 55
Fax...............05151- 9468- 88
Mobil..............0178-8 9468- 04

AM-SoFT GmbH IT-Systeme, Brandenburger Str. 7c, 31789 Hameln
AG Hannover HRB 207 694 - Geschäftsführer: Andreas Muchow

0 new messages