/jirasprintlog

Simple script that lists JIRA issues from specified sprint.

Primary LanguagePython

git jiralog

Simple script that lists JIRA issues from specified sprint.

Installation

pip install .

Dependencies

Script should work on both Python 2.7 and 3.*.

It relies on:

Setup

Put config file in ~/gjl.ini.

[DEFAULT]
JIRA_URL = http://jira.url
JIRA_USER = USER123
JIRA_PASS = Pass123

Usage

jira-sprint-log [-o <output file>]

Running tests

python setup.py test