Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
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 /root/.config/.jira/.con-
       fig.yml)

       --debug[=false]	    Turn on debug output

       -p,  --project=""       Jira  project  to  look	 into	(defaults   to
       /root/.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
       jira-issue(7)

HISTORY
       14-Apr-2025 Auto	generated by spf13/cobra

Auto generated by spf13/cobra	   Apr 2025			   Jira	CLI(7)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=jira-issue-watch&sektion=7&manpath=FreeBSD+Ports+14.3.quarterly>

home | help