NAME
App::JIRAPrint - Print JIRA Tickets on PostIt sheets
INSTALLATION
On system perl:
cpan -i App::JIRAPrint
Or in your favourite cpan minus place:
cpanm App::JIRAPrint
SYNOPSIS
jiraprint --help
BUILDING
process_template
Processes $this->template_file() with the $this->fetch_issues() and return a string
fetch_fields
Returns the list of available fiels at this (url, username, password, project)
Usage:
my $fields = $this->fetch_fields();
fetch_issues
Fetches issues from JIRA Using this object properties (url, username, password, project, maxissues, fields)
Usage:
my $issues = $this->fetch_issues();