table of contents
| Jira CLI(7) | Jira CLI(7) |
NAME¶
jira-issue-watch - Add user to issue watchers
SYNOPSIS¶
jira issue watch ISSUE-KEY WATCHER [flags]
DESCRIPTION¶
Adds user to issue watchers.
OPTIONS¶
-h, --help[=false] help for watch
OPTIONS INHERITED FROM PARENT COMMANDS¶
-c, --config="" Config file (default is /home/abuild/.config/.jira/.config.yml)
--debug[=false] Turn on debug output
-p, --project="" Jira project to look into (defaults to /home/abuild/.config/.jira/.config.yml)
EXAMPLE¶
$ jira issue watch ISSUE-1 jon@domain.tld # Watcher name or email needs to be an exact match $ jira issue watch ISSUE-1 "Jon Doe" # Add self to watchers $ jira issue watch ISSUE-1 $(jira me)
SEE ALSO¶
HISTORY¶
25-Apr-2025 Auto generated by spf13/cobra
| Apr 2025 | Auto generated by spf13/cobra |