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

[Azure DevOps] 'AzureDevopsService' object has no attribute 'wiql_filter' #944

Closed dsche closed 1 year ago

dsche commented 2 years ago

In bugwarrior/services/azuredevops.py, line 213 (HEAD d00eda02b5f6586a5e7d46601d2353c045f8a5a0):

        if self.config.wiql_filter:
            default_query += self.wiql_filter

an error is raised. I believe it should be rather

        if self.config.wiql_filter:
            default_query += self.config.wiql_filter