GothenburgBitFactory / bugwarrior

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

Empty templates no longer allowed #970

Closed djmitche closed 11 months ago

djmitche commented 1 year ago

I like to set the project field to an empty string for my "main" tasks in TW, and for that I've typically used

service.project_template =

to override the default project values invented by various services.

However, since 1cbbcb68f715d809bc2f366e2a7b19e314057fe9 (per git bisect) this empty string value is no longer recognized, and it's as if I hadn't specified the option. So this is a minor breaking change since 1.8.0.

I realize I can use static_fields, but that's a top-level option and not per-service.

djmitche commented 1 year ago

Actually, static_fields doesn't help here when a new task is created.