Skip to content

jira issue unwatch

  • Usage: jira issue unwatch KEY... [flags]

Stop watching one or more issues as the current user. This is a shortcut for jira issue watchers remove --user me.

Plain --dry-run is local-only and does not contact Jira. Add --validate-remote when you want a read-only check that the current user can be resolved before the live mutation.

Safety

--dry-run

Local preview only — does not contact Jira

Validation

--no-readback

Skip the post-mutation GET

--validate-remote

Resolve --user against Jira (read-only); use with --dry-run

Execution

-p --parallelism <N>

Maximum concurrent requests (1-16)

Default: 1

Examples

jira issue unwatch PROJ-123 # (1)!
jira issue unwatch PROJ-123 --dry-run # (2)!
  1. Stop watching an issue
  2. Preview unwatching an issue