GothenburgBitFactory / bugwarrior

Pull github, bitbucket, and trac issues into taskwarrior
http://pypi.python.org/pypi/bugwarrior
GNU General Public License v3.0
734 stars 209 forks source link

[Gitlab] Use due_date from target for todos #818

Open fmauch opened 3 years ago

fmauch commented 3 years ago

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 to add this due date to the task.

I'll create this as WIP, as I'd like to also add tests for that, using the todo test introduced in #816