/sqre-jirakit

JIRA manipulation tools using the python jira module

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

sqre-jirakit

JIRA manipulation tools using the python jira module

Installation instructions

Assuming you have a python environment and git installed:

pip install git+https://github.com/lsst-sqre/sqre-jirakit.git

This code should work under both Python 2.7+ and Python 3.3+

Scripts

sq-ldm-240

Generates an 'LDM-240' type table. Type -h for options.

To turn the output into a csv (eg. for excel import or Github view):

 sq-ldm-240 -k | cut -c2- | perl -ne 's/\|/,/g; print' > ldm-240.csv

Known Bugs etc

Issues with jira python module

Until this bug is fixed, this won't work on projects requiring authentication

  • undeclared iPython dependency for jirashell