bugwarrior icon indicating copy to clipboard operation
bugwarrior copied to clipboard

Pull github, bitbucket, and trac issues into taskwarrior

Results 72 bugwarrior issues
Sort by recently updated
recently updated
newest added

Hi, From this talk: https://youtu.be/zl68asL9jZA?t=1377 (22:57) it appears you can set static_fields per service, though I don't see that in the documentation. But, if I do the same it does...

feature proposal

Due to this logic: ```py if milestone and ( self.extra['type'] == 'issue' or (self.extra['type'] == 'merge_request' and duedate is None)): duedate = milestone['due_date'] ``` an issue like [this one](https://gitlab.com/whisperfish/whisperfish/-/issues/399) does...

bug
gitlab

I was wondering if there is any plan for [ClickUp](https://app.clickup.com/) support? I am happy to test things, sadly, I have no free time to contribute code. Thank you

feature proposal

[Notmuch] is a tag-based indexer and email system which can run locally. Similarly to how tasks can be created from Gmail labels, it would be nice to allow tasks to...

feature proposal

the new projects at https://github.com/features/issues seem interesting… - **would be great to be able to get the Sprint due date out of this and use it as the Task due...

feature proposal
github

I think it would be a great addition to the program to also be able to sync with Microsoft ToDo tasks/lists

feature proposal

As gitlab todos don't have their own due dates, but the targets they are created for (e.g. issues, MRs) might have a due date, I think it does make sense...

This'd be useful for me, because this'll enable me to grab tasks from my own HTTP services.

feature proposal

Will probably implement this myself.

feature proposal

Hi, I want to set my default priority to none/empty, but this is currently not possible because ConfigParser always reads a string and taskw only accepts ```'L'```, ```'M'```, ```'H'``` or...

documentation