Skip to content

Pull info from Jira and put it into a real database.

Notifications You must be signed in to change notification settings

gigamonkey/jira-db

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To set things up:

pipenv install --dev

Creata a .env file with these lines (and appropriate values):

export JIRA_URL=<url of your Jira cloud instance>
export JIRA_ACCOUNT=<account to use; looks like an email address>
export JIRA_KEY=<a key you get somehow from Jira associated with the account>

To build the database, jira.db with tickets from the projects FOO, BAR, and BAZ:

pipenv run ./build_db.py FOO BAR BAZ

Then:

sqlite3 jira.db

and go to town!

About

Pull info from Jira and put it into a real database.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published