Get Issue Watchers
jira_get_issue_watchersRetrieve watcher details for Jira issues to track engagement and monitor who is following specific tickets within Atlassian environments.
Instructions
Get the list of watchers for a Jira issue.
Args: ctx: The FastMCP context. issue_key: Jira issue key.
Returns: JSON string with watcher count and list of watchers.
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') |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |