NAME
App::JC::Client - small JIRA command line client
VERSION
version 0.001
DESCRIPTION
This is a small JIRA REST API command line client written in Perl.
At the moment only listing issues of projects, adding issues to projects, starting an issue and updating an issues estimated time are available. Further operations will be added in the future.
Configuration file
A configuration file is supported for all global options. The Config::Any Module is used for parsing configuration files and you can use any of its supported file formats.
Example
the config file lies within your home directory: ~/.jc.yaml In this case the config file is written in yaml.
---
url: https://jirahost/jira/
user: yourusername
pass: yourpassword
default:
tasktype: Aufgabe
Please make sure the config file is only readable by your user because a password is saved within it.
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