jira issue watchers¶
- Usage:
jira issue watchers [flags]
List, add, and remove Jira issue watchers. Use this group when you need to inspect or change who receives watcher notifications for an issue.
Add and remove accept me, accountId:<id>, or an email. Plain --dry-run is local-only; --validate-remote opts into a read-only Jira user lookup.
Examples¶
jira issue watchers list PROJ-123 # (1)!
jira issue watchers add PROJ-123 --user me --dry-run # (2)!
jira issue watchers remove PROJ-123 --user me # (3)!
- List watchers on an issue
- Preview adding yourself as a watcher
- Remove yourself as a watcher
Subcommands¶
jira issue watchers add: Add a watcher to an issuejira issue watchers list: List watchers on an issuejira issue watchers remove: Remove a watcher from an issue