Remove Issue Watcher
jira_remove_watcherRemove a user from watching a Jira issue to manage notifications and focus attention on relevant team members.
Instructions
Remove a user from watching a Jira issue.
Args: ctx: The FastMCP context. issue_key: Jira issue key. username: Username to remove (Server/DC). account_id: Account ID to remove (Cloud).
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') | |
| username | No | Username to remove (for Jira Server/DC). | |
| account_id | No | Account ID to remove (for Jira Cloud). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |