The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

jira-filter.pl - Lists the JIRA issues form a filter.

SYNOPSIS

jira-filter.pl [--limit=LIMIT] JIRAURL JIRAUSER JIRAPASS FILTER

DESCRIPTION

This script prints information about each issue found in JIRA matching the specified filter.

FILTER can specify issues in three ways:

KEY KEY KEY...

A space-separated list of issue keys.

JQL Expression

A JQL Expression (http://confluence.atlassian.com/display/JIRA/Advanced+Searching).

Saved search filter

A saved search filter name (http://confluence.atlassian.com/display/JIRA/Saving+Searches+%28%27Issue+Filters%27%29).

OPTIONS

--limit=LIMIT

This option limits the number of issues that the filter should output. (Default is 1000.)

SEE ALSO

COPYRIGHT

Copyright 2012 CPqD.

AUTHOR

Gustavo Chaves <gustavo@cpqd.com.br>