Skip to content

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)!
  1. List watchers on an issue
  2. Preview adding yourself as a watcher
  3. Remove yourself as a watcher

Subcommands