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

FreeBSD Manual Pages

  
 
  

home | help
Jira CLI(7)							   Jira	CLI(7)

NAME
       jira-issue-view - View displays contents	of an issue

SYNOPSIS
       jira issue view ISSUE-KEY [flags]

DESCRIPTION
       View displays contents of an issue.

OPTIONS
       --comments=1	 Show N	comments

       -h, --help[=false]      help for	view

       --plain[=false]	    Display output in plain mode

       --raw[=false]	  Print	raw Jira API response

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 view ISSUE-1

       # Show 5	recent comments	when viewing the issue
       $ jira issue view ISSUE-1 --comments 5

       # Get the raw JSON data
       $ jira issue view ISSUE-1 --raw

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-view&sektion=7&manpath=FreeBSD+Ports+14.3.quarterly>

home | help