bugwarrior
bugwarrior copied to clipboard
Pull github, bitbucket, and trac issues into taskwarrior
From #784: > Bugwarrior is likely being used as a library by some folks and semver communicates the API compatibility. In my opinion internal API compatibility is not a reasonable...
> Also, more generally, it might make sense to implement a plugin api so that people can use custom services without them having to be community maintained. On the other...
How can you use toml to configure bugwarrior? The documentation mentions that it can be done with examples, but `bugwarrior-pull` only looks for `bugwarriorrc` which is obviously being parsed as...
I'm using the Bugzilla service with the bugzilla.query_url option like this in .bugwarrionrc: ```ini bugzilla.query_url = https://bugzilla.redhat.com/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&columnlist=product%2Ccomponent%2Cassigned_to%2Cstatus%2Csummary[...rest omitted...] ``` And get the following error while running $bugwarrior-pull --flavor bz.task: ```shell...
It EOL'ed a couple years ago. https://devguide.python.org/versions/
My intent is that this be maintained in draft status until we're ready to cut a release. See #792 for a history of my angst about this. I've left this...
Gitlab [recently introduced Work Items](https://about.gitlab.com/handbook/product/cross-stage-features/work-items/), used to subdivide issues into smaller tasks. I've started using them on Gitlab. While they get assigned identifiers in the same space as issues (so,...
I'd like to be able to import to-do from Microsoft Azure https://learn.microsoft.com/en-us/graph/api/resources/todotask?view=graph-rest-1.0
Add a generic way to update remotes when working in taskwarrior/bugwarrior. Re-using authentication methods etc. Suggested pilot: Use https://github.com/ralphbean/bugwarrior/issues/1011 and https://github.com/ralphbean/bugwarrior/issues/1012 as baseline implementation. NOTE: This increases the usability of...
I'd like to be able to import Planner tasks from Microsoft Azure https://learn.microsoft.com/en-us/graph/api/planneruser-list-tasks?view=graph-rest-1.0&tabs=http (This relates to the to-do-tasks request as well, see https://github.com/ralphbean/bugwarrior/issues/1011)