provider Issue watchers POST
/rest/api/3/issue/watching @utdk/jira
/rest/api/3/issue/watching Get is watching issue bulk
Returns, for the user, details of the watched status of issues from a list. If an issue ID is invalid, the returned watched status is `false`.
This operation requires the **Allow users to watch issues** option to be *ON*. This option is set in General configuration for Jira. See [Configuring Jira application options](https://confluence.atlassian.com/x/uYXKM) for details.
**[Permissions](#permissions) required:**
* *Browse projects* [project permission](https://confluence.atlassian.com/x/yodKLg) for the project that the issue is in
* If [issue-level security](https://confluence.atlassian.com/x/J4lKLg) is configured, issue-level security permission to view the issue.
Try it
Authentication
Configure credentials for The Jira Cloud platform REST API
Code snippet
Updates live as you fill in the form above.
TypeScript
import jira from '@utdk/jira';
await jira.getiswatchingissuebulk()