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

Common Service Configuration Options not implemented across all services. #838

Closed ryneeverett closed 2 years ago

ryneeverett commented 2 years ago

It appears that many of the services do not implement the common service configuration option as the documentation claims, particularly only_if_assigned and also_unassigned.

Just from scanning the code base it appears the following services do not implement only_if_assigned:

ryneeverett commented 2 years ago

As of #839 the services that have not yet implemented these features will at least raise an error. I'm going to close this as it's only actionable to users of the services and hopefully the error messages will be enough to avoid confusion and point out where to implement the missing method.