NAME
App::JC::Client::listIssues - class implementing the add issue command of the jira client
VERSION
version 0.001
DESCRIPTION
This command lists all the issues from a given project.
special Parameter
--format
The default format to print one issue ist to print the Project key, following the project summary.
The Format parameter supports changing the default format and print other issue information in a totally different format.
JC uses the String::Formatter module for parsing the format string.
The following issue information is supported at the moment:
- key - the key of the issue
- summary - the summary of the issue
- description - the full description of the issue
- project_key - the key of the project owning the issue
- project_name - the name of the project owning the issue
- labels - the labels of an issue
- creator_user - the username of the creator of an issue
- creator_key - the key of the creator of an issue
- creator_name - the display name of the creator of an issue
- priority - the priority of an issue
- type - the type of an issue
METHODS
run
execute the actual command, in this case request the list of issues from
the JIRA server.
AUTHOR
Dominik Meyer <dmeyer@federationhq.de>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2018 by Dominik Meyer.
This is free software, licensed under:
The GNU General Public License, Version 2, June 1991