Skip to content

jira issue watchers list

  • Usage: jira issue watchers list KEY... [flags]

List watcher state for one or more issues. Use it before changing watchers or to confirm whether the active user is watching an issue.

Multiple issue keys are fetched with bounded parallelism and return per-key results.

Execution

-p --parallelism <N>

Maximum concurrent requests (1-16)

Default: 1

Output fields

With --output json, the response envelope's data object carries these fields. Run jira agent schema for the full machine-readable schema.

Field Type Description
is_watching boolean
issue.id string
issue.key string
issue.self string
watch_count integer
watchers[].account_id string
watchers[].display_name string
watchers[].email_address string

Examples

jira issue watchers list PROJ-123 # (1)!
jira issue watchers list PROJ-123 PROJ-124 --output=json # (2)!
  1. List the watchers on an issue
  2. List watchers on several issues as JSON