Add Issue Watcher
jira_add_watcherAdd users as watchers to Jira issues to keep them informed about updates and changes. Specify issue key and user identifier for Cloud or Server/DC instances.
Instructions
Add a user as a watcher to a Jira issue.
Args: ctx: The FastMCP context. issue_key: Jira issue key. user_identifier: Account ID (Cloud) or username (Server/DC).
Returns: JSON string with success confirmation.
Raises: ValueError: If the Jira client is not configured or available.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue_key | Yes | Jira issue key (e.g., 'PROJ-123') | |
| user_identifier | Yes | User to add as watcher. For Jira Cloud, use the account ID. For Jira Server/DC, use the username. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |