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

Why is `default_priority` equal to `"M"` by default? #780

Closed StephanMeijer closed 3 years ago

StephanMeijer commented 3 years ago

When no default_priority given, I would expect no default priority (None) to be given to the issues, and not "M".

StephanMeijer commented 3 years ago

Also see #778

ryneeverett commented 3 years ago

This was mentioned in #426. I agree that this would be a better default but I'm not sure there's a graceful way to make the change at this point. This would be a drastic disruption of the priority economy in existing databases in which users may have already adjusted their coefficients in line with bugwarrior's default per the docs.

StephanMeijer commented 3 years ago

Closed: duplicate of #426