GothenburgBitFactory / bugwarrior

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

Handle `project_name` as a first class property: just like `default_priority` #776

Closed StephanMeijer closed 3 years ago

StephanMeijer commented 3 years ago

This'll enable us to use default_project globally, just like we can use default_priority globally.

ryneeverett commented 3 years ago

To be clear, by "first class property" and "globally" we're referring to the fact that you can use it across all services, correct?

Why can't we stick with project_name for consistency and backwards compatibility?

StephanMeijer commented 3 years ago

We sure can do that.

ryneeverett commented 3 years ago

I'd forgotten that field templates can be used to achieve the same effect. (SERVICE.project_template = Office) Would it make more sense to deprecate the existing project_name options?

StephanMeijer commented 3 years ago

Yep.