View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0013436 | mantisbt | api soap | public | 2011-10-24 04:28 | 2012-06-29 06:13 |
Reporter | vboctor | Assigned To | vboctor | ||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | duplicate | ||
Product Version | 1.2.8 | ||||
Summary | 0013436: Add note through soap doesn't trigger email notifications | ||||
Description | The soap API should trigger email notifications to be consistent with the web interface. | ||||
Tags | No tags attached. | ||||
duplicate of | 0011993 | acknowledged | trigger events when bug added etc via soap |
Have you verified a master-1.2.x build which contains the fixes for 0013339 ? This should work now. |
|
Testing from web interface. |
|
Test from SOAP API. |
|
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. |
|
I received the following email notification, which is the note you sent using the SOAP API:
|
|
Could it be the case that receive own email is ON for the web interface and OFF for the soap API, or something similar. |
|
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. |
|