View Issue Details

IDProjectCategoryView StatusLast Update
0023762mantisbtapi restpublic2018-02-06 21:17
Reportervboctor Assigned Tovboctor  
PrioritynormalSeverityfeatureReproducibilityN/A
Status closedResolutionfixed 
Product Version2.10.0 
Target Version2.11.0Fixed in Version2.11.0 
Summary0023762: Support adding users to monitor an issue via REST API
Description

URL: https://mantisbt/{id}/monitors/
Method: POST
Payload:

{
    "users": [
        {
            "name": "atrol"
        },
        {
            "id": 123
        },
        {
            "name_or_realname": "vboctor"
        }
    ]
}

Typical users (with monitor_bug_threshold access level) can only add themselves, privileged users (with monitor_add_others_bug_threshold access level) can add others.

TagsNo tags attached.

Activities

There are no notes attached to this issue.