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
Examples¶
jira issue watchers list PROJ-123 # (1)!
jira issue watchers list PROJ-123 PROJ-124 --output=json # (2)!
- List the watchers on an issue
- List watchers on several issues as JSON