Skip to content

jira get-issue-comment

Get comment to issue

Description

Get comment to issue

Synopsis

jira get-issue-comment
    --site <site>
    <issue>
    [--comment_id <comment_id>]

Arguments

site - (string)

    
     Example: --site "site-1"
     Default: localhost:8081      Attributes: required

issue - (string)

     The ID of the issue.
     Example: "issue-1"
     Default: _None_      Attributes: required

comment_id - (string)

     provide comment id ignore if want all comments
     Example: --comment_id "comment_id-1"
     Default: _None_      Attributes: optional

Examples

jira get-issue-comment "issue-1" --comment_id "comment_id-1"

Access Control

To use this command, you need access to the following:

Field Value
Action "read"
Service Type "jira"
Service Instance
Namespace
Object Type "issue"
Object ID issue

Please see Access Control for details.