bugwarrior
bugwarrior copied to clipboard
Pull github, bitbucket, and trac issues into taskwarrior
I get the following error: ``` ERROR:bugwarrior.collect:Worker for [nextcloud-deck] failed: string indices must be integers, not 'str' Traceback (most recent call last): File "/nix/store/gv2gg4naicngzcw7rccjf522qyw0i57d-python3.11-bugwarrior-1.8.0/lib/python3.11/site-packages/bugwarrior/collect.py", line 36, in _aggregate_issues for issue...
I am currently doing this via a hook, but it might be useful for bugwarrior to do this natively. ``` task['due'] = task['redmineduedate'] task['scheduled'] = task['redminestartdate'] ```