Readers may also enjoy Steampipe[1], an open source [2] tool that uses Postgres FDW's for live SQL queries against Jira, Confluence, GitHub, GitLab, AWS, Slack and many more tools [3]. 1 - https://steampipe.io 2 - https://github.com/turbot/steampipe 3 - https://hub.steampipe.io
Steampipe sounds interesting (and will be looking into scrumdog too). Is Steampipe a community + services model, or just open source + community?
Scrumdog – a program to download Jira Issues to a local database
51–60 of 63 posts
Re: Scrumdog – a program to download Jira Issues to a local database
#52The licence is a bit wonky (source-available, basically) but the feature set fills a few gaps with the regrettable stock UI.
https://jiraassistant.com/ or https://chrome.google.com/webstore/detail/jira-assistant-wor...
Re: Scrumdog – a program to download Jira Issues to a local database
#53Atlassian may want to provide SQL interface to Jira data. JQL is limited in many ways.
There's an sql database backing Jira, but it looks rather ugly. I guess that's why they translate it.
Re: Scrumdog – a program to download Jira Issues to a local database
#54https://docs.microsoft.com/en-us/dotnet/core/deploying/singl...
Re: Scrumdog – a program to download Jira Issues to a local database
#55Is possible to create single file applications in C# https://docs.microsoft.com/en-us/dotnet/core/deploying/singl...
Whoever came up with that obviously didn't understand the why of single .exe applications.
Re: Scrumdog – a program to download Jira Issues to a local database
#56My manager a few jobs back did something like this, but just using Microsoft Excel with Power Query. No need to even install sqlite. Normally, that probably isn't much of an obstacle, but this was in a classified environment where it was nearly impossible to get the local IT admins to install additional software on your workstation. Every corporate Microsoft box is going to already have the Office suite.
I'm curious about this. I would say I'm fairly versed in Excel but haven't dug too deep into Power Query / the data model. If you wouldn't mind, how is this done?
Re: Scrumdog – a program to download Jira Issues to a local database
#57Re: Scrumdog – a program to download Jira Issues to a local database
#58Re: Scrumdog – a program to download Jira Issues to a local database
#59Absolutely 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.dog…
> Error 500 cannot import name 'etree' from 'markdown.util' (/usr/local/lib/python3.8/site-packages/markdown/util.py)
Re: Scrumdog – a program to download Jira Issues to a local database
#60We have to use Jira for logging hours at work now because they think that makes us agile. Needless to say the only agile related thing we do is logging hours in Jira so that's a complete joke. Our project management department is full of complete idiots.
But Jira is such a dog to work with. Especially if you only enter stuff for the sake of it. It won't accept "7h33m", no it has to be "7h 33m". For every change you need to refresh all pages before they're picked up. It's ridiculously slow.
A frontend where I could just dump my made-up hours that would then take its time to upload that shit to Jira would really help me to be less stressed.