Live data from Hacker News

Scrumdog – a program to download Jira Issues to a local database

whoek.com

1–10 of 63 posts

Re: Scrumdog – a program to download Jira Issues to a local database

#3

This is what I need but for Mac! Any idea of alternatives? I have multiple Jira instances I want to combine -- literally can't find an app that does this.

Author here - Yes that is exactly what it does. I'll compile it for the Mac later today and load it on the Scrumdog.app website. Thanks for your comments.

Re: Scrumdog – a program to download Jira Issues to a local database

#4
post #3

This is what I need but for Mac! Any idea of alternatives? I have multiple Jira instances I want to combine -- literally can't find an app that does this.

Author here - Yes that is exactly what it does. I'll compile it for the Mac later today and load it on the Scrumdog.app website. Thanks for your comments.

Wow thank you so much!!

Re: Scrumdog – a program to download Jira Issues to a local database

#5

This is what I need but for Mac! Any idea of alternatives? I have multiple Jira instances I want to combine -- literally can't find an app that does this.

> Any alternatives?

You could use Steampipe w/Jira plugin: https://hub.steampipe.io/plugins/turbot/jira

Re: Scrumdog – a program to download Jira Issues to a local database

#7
I had used https://github.com/go-jira/jira in my previous job. custom-commands is a very useful feature. I had built a set of commands to filter out issues for different use cases. The command line approach was way faster than waiting for the jira page to load and click the correct set of filters.

Re: Scrumdog – a program to download Jira Issues to a local database

#10
Absolutely love this. I have a whole bunch of similar tools for importing stuff from different services into SQLite but I never got up the courage to take on Jira!

Here's my github-to-sqlite tool which imports GitHub Issues https://datasette.io/tools/github-to-sqlite - being able to query them in a local SQLite database is super-handy. I run a demo instance of the resulting database here: https://github-to-sqlite.dogsheep.net/

Post reply on HN