MichaelMure / git-bug

Distributed, offline-first bug tracker embedded in git, with bridges
GNU General Public License v3.0
8.07k stars 266 forks source link

Import Jira through JQL query? #1021

Open klauern opened 1 year ago

klauern commented 1 year ago

Hello! I was looking into this and thought it would be great to integrate one of my repos with an Epic that is in my team's Jira Project. However, I don't see a way to filter or import a subset of a project. Our team maintains a dozen different repositories, so git bug bridge pull would be pretty excessive to sync our thousands of Jira tickets for each repo.

Is there an idea or a PR or docs behind how you could do partial import/export syncing in Jira to just tickets under an epic? I was thinking the simplest would be just some kind of interface to JQL, but it looks like it's hard-coded and I'm not sure if that's the only place that this is happening or if there's some other config that I am missing.

MichaelMure commented 1 year ago

This has been discussed indeed (see https://github.com/MichaelMure/git-bug/pull/241), but that will require someone to actually implement it.