Skip to content

jira delete-issue-comment

Delete comment to issue

Description

Delete comment to issue

Synopsis

jira delete-issue-comment
    --site <site>
    <issue>
    --comment <comment>

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 - (string)

     provide comment id
     Example: --comment "comment-1"
     Default: _None_      Attributes: required

Examples

jira delete-issue-comment "issue-1" --comment "comment-1"

Access Control

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

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

Please see Access Control for details.