Manage Jira issue watchers with jirac, including adding the current user as a watcher, listing watchers, and removing a watcher by accountId
Scanned 8/31/2026
Install via CLI
openskills install mulhamna/jira-commands---
description: Manage Jira issue watchers with jirac, including adding the current user as a watcher, listing watchers, and removing a watcher by accountId
---
Manage Jira watchers using `jirac`.
Steps:
1. Check that `jirac` is available by running `jirac --version`. If it is missing, tell the user to install it with `cargo install jira-commands`.
2. Determine whether the user wants to add a watcher, list watchers, or remove a watcher.
For adding the current user as a watcher:
- extract the issue key
- run `jirac issue watch <ISSUE-KEY> add`
For adding a specific user as a watcher:
- extract the issue key
- extract the target user's Atlassian accountId
- run `jirac issue watch <ISSUE-KEY> add --account-id <ACCOUNT-ID>`
For listing watchers:
- extract the issue key
- run `jirac issue watch <ISSUE-KEY> list`
For removing a watcher:
- extract the issue key
- extract the target user's Atlassian accountId
- run `jirac issue watch <ISSUE-KEY> rm <ACCOUNT-ID>`
- the command prompts for confirmation; pass `--force` to skip the prompt when the operator already confirmed
No comments yet. Be the first to comment!
Adversarial multi-agent planning skill. Self-orchestrates 5 hostile category members (unspecified-low, unspecified-high, deep, ultrabrain, artistry) via team-mode for ruthless cross-critique debate, distills only the defensible insights, then MANDATORILY hands the distilled insight bundle to the `plan` agent for executable plan formalization. Use when planning needs maximum rigor and surfacing of weak assumptions, blind spots, and over-engineering. Triggers: 'hyperplan', 'hpp', '/hyperplan', ...