Skip to content

bgaifullin/python-jiractl

Repository files navigation

python-jiractl

image

image

The command line interface for Jira REST API

Usage

Requirements

  • jira>=1.0.10
  • pbr>=1.6
  • cliff>=1.18.0

Install

Automated

  1. jiractl can be installed through easy_install or pip.
pip install jiractl

Manual

  1. Clone the xmlsec repository to your local computer.
git clone git://github.com/bgaifullin/python-jiractl.git
  1. Change into the jiractl root directory.
cd /path/to/jiractrl
  1. Install the project and all its dependencies using pip.
pip install .

License

Unless otherwise noted, all files contained within this project are liensed under the MIT opensource license. See the included file LICENSE or visit opensource.org for more information.