Skip to content

Update Issue log ErrorCode:204 No Content #33

@faiq-ahmad

Description

@faiq-ahmad

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions