View Issue Details

IDProjectCategoryView StatusLast Update
0013224mantisbtapi soappublic2011-12-15 02:00
Reporterkaratros Assigned Torombert  
PrioritynormalSeveritymajorReproducibilityN/A
Status closedResolutionduplicate 
Product Version1.2.5 
Summary0013224: Add a method to close an issue
Description

There isn't a method to close an issue. I can update the issue and put the state to 90 but this action doesn't send any notification to the users. If there is a method via API to do this, please tell me.

TagsNo tags attached.

Relationships

duplicate of 0013339 closedrombert Email notifications through mantis mylyn connector / SOAP 

Activities

atrol

atrol

2011-08-09 02:42

developer   ~0029403

As a workaround you can try changing line 812 of mc_issue_api.php to
$t_is_success = $t_bug_data->update( / update_extended / true, / bypass_email / false);

I don't know what was the reason to set bypass_email to true.

karatros

karatros

2011-08-10 23:45

reporter   ~0029456

I do it, but mantis still not send any notifications. I'm going to see how change bugdata->update(...) method to send this notifications.

rombert

rombert

2011-12-02 16:06

reporter   ~0030462

Please retest with the latest released version of MantisBT and reopen this bug if you still encounter this issue.