Ticket #1069 (closed enhancement: fixed)

Opened 1 year ago

Last modified 1 year ago

Modifications via Trac connector in MyLar does not trigger email sending.

Reported by: anonymous Assigned to: athomas
Priority: normal Component: XmlRpcPlugin
Severity: normal Keywords:
Cc: steffenp@gmx.de, key@nothing.ch, hwinkel@travelping.com Trac Release: 0.10

Description

Steps To Reproduce: 1. Create task via browser 2. Modify this task via browser, add a user in the CC field. The user receives an email abou the task. 3. Do the same using trac connector, no email is sent when modifications are done on the tasks.

See mylar bug report: #169574

Attachments

trac-xmlrpc-ticketnitify.patch (3.3 kB) - added by stp on 01/17/07 20:20:02.
Patch for email notification

Change History

01/17/07 17:54:53 changed by anonymous

  • cc set to steffenp@gmx.de.

01/17/07 20:20:02 changed by stp

  • attachment trac-xmlrpc-ticketnitify.patch added.

Patch for email notification

02/01/07 02:44:10 changed by key@nothing.ch

  • cc changed from steffenp@gmx.de to steffenp@gmx.de, key@nothing.ch.

I have applied the patch, rebuild egg and put it in the plugins directory. But it still doesn't work. I have also double-checked the contents of the egg to see whether the changes have been applied or not.

trac.conf has the following settings for notifications:

[notification]
always_notify_owner = true
always_notify_updater = true

Did I miss out another setting? Email notification works flawlessy using the browser, though.

02/04/07 21:41:10 changed by stp

Mylar currently does not set notify to true, so emails are not sent. Changing the default to true in the patch (notify=True) should do the trick.

02/04/07 21:49:55 changed by athomas

Has somebody tested this patch? Does it work okay? If you're happy with it, I'll commit .

02/04/07 22:29:32 changed by stp

I did some testing and it worked for me. I'll update Mylar once this patch is integrated into the XmlRpcPlugin.

02/05/07 01:09:49 changed by key@nothing.ch

yes thank you! setting notify=True as default notification did work without problems.

02/07/07 04:03:00 changed by anonymous

  • cc changed from steffenp@gmx.de, key@nothing.ch to steffenp@gmx.de, key@nothing.ch, hwinkel@travelping.com.

02/08/07 22:31:47 changed by stp

  • type changed from defect to enhancement.

That's two reports of successful usage :).

+1 for merging

02/11/07 07:18:26 changed by athomas

  • status changed from new to closed.
  • resolution set to fixed.

(In [1950]) Send ticket notifications when. Thanks to stp for the patch. Closes #1069.


Add/Change #1069 (Modifications via Trac connector in MyLar does not trigger email sending.)




Change Properties
Action