getIsWatchingIssueBulk
Get is watching issue bulk
POST /rest/api/3/issue/watching HTTP/1.1Parameters
{
"issueIds": {
"description": "The list of issue IDs.",
"required": true,
"location": "body",
"type": "array"
}
}Response Schema
{
"additionalProperties": false,
"description": "A container for the watch status of a list of issues.",
"properties": {
"issuesIsWatching": {
"additionalProperties": {
"readOnly": true,
"type": "boolean"
},
"description": "The map of issue ID to boolean watch status.",
"readOnly": true,
"type": "object"
}
},
"type": "object"
}