View Issue Details

IDProjectCategoryView StatusLast Update
0013436mantisbtapi soappublic2012-06-29 06:13
Reportervboctor Assigned Tovboctor  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionduplicate 
Product Version1.2.8 
Summary0013436: Add note through soap doesn't trigger email notifications
Description

The soap API should trigger email notifications to be consistent with the web interface.

TagsNo tags attached.

Relationships

duplicate of 0011993 acknowledged trigger events when bug added etc via soap 

Activities

rombert

rombert

2011-10-24 04:56

reporter   ~0030037

Have you verified a master-1.2.x build which contains the fixes for 0013339 ? This should work now.

vboctor

vboctor

2011-10-25 03:09

manager   ~0030046

Testing from web interface.

vboctor

vboctor

2011-10-25 03:16

manager   ~0030047

Test from SOAP API.

vboctor

vboctor

2011-10-25 03:32

manager   ~0030048

Got email notification for the first note and not the second. Hence, at least this instance doesn't have the fix. Will check if the fix is applied or not.

rombert

rombert

2011-10-25 04:16

reporter   ~0030049

I received the following email notification, which is the note you sent using the SOAP API:

A NOTE has been added to this issue.

http://www.mantisbt.org/bugs/view.php?id=13436

Reported By: vboctor
Assigned To:

Project: mantisbt
Issue ID: 13436
Category: api soap
Reproducibility: have not tried
Severity: minor
Priority: normal
Status: new

Date Submitted: 2011-10-24 04:28 EDT
Last Modified: 2011-10-25 03:16 EDT

Summary: Add note through soap doesn't trigger email
notifications
Description:
The soap API should trigger email notifications to be consistent with the web
interface.

Relationships ID Summary

child of 0011993 trigger events when bug added etc via soap


(0030037) rombert (developer) - 2011-10-24 04:56
http://www.mantisbt.org/bugs/view.php?id=13436#c30037

Have you verified a master-1.2.x build which contains the fixes for
http://www.mantisbt.org/bugs/view.php?id=13339 ? This should work now.


(0030046) vboctor (administrator) - 2011-10-25 03:09
http://www.mantisbt.org/bugs/view.php?id=13436#c30046

Testing from web interface.


(0030047) vboctor (administrator) - 2011-10-25 03:16
http://www.mantisbt.org/bugs/view.php?id=13436#c30047

Test from SOAP API.

Issue History
Date Modified Username Field Change

2011-10-24 04:28 vboctor New Issue
2011-10-24 04:54 atrol Relationship added child of 0011993
2011-10-24 04:55 rombert Issue Monitored: rombert
2011-10-24 04:56 rombert Note Added: 0030037
2011-10-24 04:56 rombert Status new => feedback
2011-10-25 03:09 vboctor Note Added: 0030046
2011-10-25 03:09 vboctor Status feedback => new
2011-10-25 03:16 vboctor Note Added: 0030047
======================================================================

vboctor

vboctor

2011-10-25 10:18

manager   ~0030062

Could it be the case that receive own email is ON for the web interface and OFF for the soap API, or something similar.

rombert

rombert

2011-10-25 10:23

reporter   ~0030063

mc_issue_note_add calls bugnote_add ( mc_issue_api.php:936 ) with the $p_send_email parameter omitted, which defaults to true. Notifications should be sent following the same rules as the ones in the web interface.