Skip to content

jdswinbank/sqre-jirakit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

JIRA manipulation tools using the python jira module

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%