View Issue Details

IDProjectCategoryView StatusLast Update
0014843mantisbtapi soappublic2017-06-02 13:45
ReporterLisandro1987 Assigned Tovboctor  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionno change required 
OSCentOSOS Version6.2 
Product Version1.2.5 
Summary0014843: API to send a reminder
Description

I want the function of MantisBT that send a reminder like 'bug_reminder_page.php'. I try, for example:

bugnote_add(10, "This is a reminder", true, 1, '', null, true);

But the notification is not like a reminder. What can I do? Thanks!

TagsNo tags attached.

Activities

Lapinkiller

Lapinkiller

2012-10-19 02:42

reporter   ~0033269

i think the api method you want is email_bug_reminder

please, next time, ask support on forums : http://www.mantisbt.org/forums/

rombert

rombert

2012-10-19 03:03

reporter   ~0033271

(In reply to comment 0014843:0033269)

i think the api method you want is email_bug_reminder

please, next time, ask support on forums : http://www.mantisbt.org/forums/

This report is about a new method in the SOAP API, not about sending reminders from a plugin or from withing MantisBT itself.

Lisandro1987

Lisandro1987

2012-10-19 11:16

reporter   ~0033284

The function 'email_bug_reminder' works. Thanks so much!!! Now I need the user parameter: $p_recipients. Is an array of users (to send the reminders).

Which is the function of MantisBT that return the users that is active in a bug (who create the ticket, who is assigned to, who is monitoring, etc)?

Sorry, next time I'll directly to forum...

rombert

rombert

2012-10-19 11:42

reporter   ~0033286

(In reply to comment 0014843:0033284)

The function 'email_bug_reminder' works. Thanks so much!!! Now I need the user
parameter: $p_recipients. Is an array of users (to send the reminders).

Which is the function of MantisBT that return the users that is active in a bug
(who create the ticket, who is assigned to, who is monitoring, etc)?

Sorry, next time I'll directly to forum...

Is this issue actually about the SOAP API or about using the internal functions in PHP?

vboctor

vboctor

2017-05-20 17:14

manager   ~0056918

This should be doable via @ mentions and regular APIs. But it seems this issue was about php code rather than web service API. If there are changes to API required, then we should open a new issue against REST API.