Skip to main content

Add issue watchers

POST 

/project/issues/:issueID/watchers

Add issue watchers.

History

VersionChanges
v3.14.117, v3.15.26Added in: v3.14.117, v3.15.26

Request

Path Parameters

    issueID stringrequired

    The ID of the issue

Query Parameters

    teamID stringrequired

    The team ID

Body

required

The users where need to add issue watchers

    watchers string[]

    Possible values: non-empty and <= 8 characters

    issue watchers

Responses

Request successful.

Schema

    result stringrequired

    The result of this request.

    errorCode string

    The error code of this request.

    errorMsg string

    Error message for this request.

    errorData object

    Error meta data for this request.

Loading...