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

Deprecate project_name options #781

Closed ryneeverett closed 2 years ago

ryneeverett commented 3 years ago

These options are unnecessary because field templates can be used to the same effect:

SERVICE.project_template = Office

See #776.

Field templates are one of those powerful features that replaces the need for a lot of less powerful features, yet is easy to forget about. It's not always obvious that field templates are the solution to a problem one has. Perhaps an index in the docs mapping problems to solutions would be helpful. An index of "I want to X..." statements. But I digress.