NAME

comment_issue.pl - Comment a JIRA issue

SYNOPSIS

comment_issue.pl [-ghir] [long options...]
  --jiraurl STR        JIRA server base URL
  -i STR --issue STR   Key of the issue to progress
  -c STR --comment STR Comment body
  -g STR --group STR   Group to restrict visibility to
  -r STR --role STR    Role to restrict visibility to
  -h --help            Print usage message and exit

DESCRIPTION

This script adds a comment to a JIRA issue.

OPTIONS

Common options are specified in the JIRACLI documentation. Specific options are defined below:

  • --issue STR

    Specifies the issue by its key (e.g. HD-1234).

  • --comment STR

    The comment body.

  • --group STR

    Use this option to restrict the comment visibility to the specified group.

  • --role STR

    Use this option to restrict the comment visibility to the specified role.

    Note that the --group and --role options are mutually exclusive.

ENVIRONMENT

See the JIRACLI documentation.

COPYRIGHT

Copyright 2019-2022 CPQD.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

AUTHOR

Gustavo Chaves <gustavo@cpqd.com.br>