watch-issue

Add, remove, or list watchers on Jira issues via API requests.

1|Updated Dec 9, 2025
One-click install
npx skills add https://github.com/ericfisherdev/claude-plugins --skill watch-issue
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: watch-issue
Source: https://github.com/ericfisherdev/claude-plugins/tree/main/plugins/jira-tools/skills/watch-issue
Command: npx skills add https://github.com/ericfisherdev/claude-plugins --skill watch-issue

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the process of managing who receives notifications for updates on specific Jira issues, ensuring relevant stakeholders are informed.

Core Features & Use Cases

  • Add/Remove Watchers: Easily add or remove yourself or other users as watchers on Jira issues.
  • List Watchers: View the current list of users watching a specific issue.
  • Use Case: When a critical bug is reported, you can quickly add your team lead and QA engineer as watchers to ensure they are notified of any progress or comments.

Quick Start

Use the watch issue skill to add yourself as a watcher to the Jira issue PROJ-123.

Frequently Asked Questions about watch-issue

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage Jira issue watchers and control who gets notifications?

Managing Jira issue watchers involves adding, removing, or listing users to control who receives notifications. You can manage yourself or specified users via display names for real-time stakeholder updates.

Can I add a specific team member as a watcher to a Jira issue using their display name?

Yes, you can add a specified user as a watcher to a Jira issue using their display name. The feature utilizes Jira API requests to identify users and apply real-time watcher updates.

What environment variables do I need to set up to manage Jira watchers?

To manage Jira watchers, you need to configure environment variables for Jira authentication credentials and your base URL. This setup ensures secure API requests can be made for real-time updates.

What is the best way to ensure stakeholders are notified of updates on a critical Jira bug?

The best way to ensure stakeholders are notified of critical Jira bug updates is adding them as watchers. This automatically sends notifications regarding issue progress and comments to subscribed users.

How do I remove myself from watching a Jira issue?

You can remove yourself from watching a Jira issue by executing a watcher removal operation. This stops the Jira API from sending you further notifications regarding that specific issue's updates.

How do I list the current watchers on a specific Jira issue?

To list watchers on a Jira issue, use the list operation to view all currently subscribed users. This retrieves real-time data via Jira API requests, showing everyone receiving issue notifications.