-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
If I update an issue it updates it but the console.log(data); returns the following error:
if (err) throw err; ^ {"ErrorCode":204,"Message":"No Content"}
Can I get any confirmation from this function so I can verify that it actually updated the issue on Redmine.
This is my update code:
var issue = {
"issue": {
"subject": 'Redmine REST API by Node.js',
"assigned_to_id": 207,
"notes": "automative update redmine notes by node js"
}
};
redmine.update_issue(38639, issue, function(err, data) {
if (err) throw err;
console.log(issue);
});
Metadata
Metadata
Assignees
Labels
No labels