NAME

search.pl - Search JIRA issues by a JQL filter

SYNOPSIS

search.pl [-hn] [long options...]
  --jiraurl STR   JIRA server base URL
  --jql STR       JQL query expression
  -h --help       Print usage message and exit

DESCRIPTION

This script searches JIRA issues by a JQL filter, printing their keys on STDOUT, one per line, or more information about them, depending on the options given.

OPTIONS

  • --jql STR

    Specifies the JQL expression used to search for issues.

  • --jiraurl STR

    The JIRA server base url

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>