NAME

edit_issue.pl - Edit a JIRA issue

SYNOPSIS

edit.pl [-h] [long options...]
  --jiraurl STR     JIRA server base URL
  --issue STR       Key of the issue to progress
  --assign STR...   Set of KEY[.ATTR]=VALUE assignments to perform
  --nonotify        Supress email notification about the change.
  -h --help         Print usage message and exit

DESCRIPTION

This script edits a JIRA issue, changing its fields.

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).

  • --assign STR...

    This multi-valued option specifies which fields are to be changed.

    Numeric, date, or string fields can be specified like this:

    --assign="summary=New summary"
    --assign="duedate=2017-01-01"

    Structured fields may need the name of an attribute to be assigned:

    --assign="assignee.name=gustavo"
    --assign="assignee.emailAddress=gustavo@cpqd.com.br"
  • --nonotify

    By default JIRA sends email notifications to all parties involved in an issue when it's changed. This option supresses those notifications. However, admin or project admin permissions are required to disable the notification.

ENVIRONMENT

See the JIRACLI documentation.

COPYRIGHT

Copyright 2016-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> Lisa Hare <lharey@gmail.com>