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

Gitlab: Default priority only respected for issues? #814

Closed fmauch closed 3 years ago

fmauch commented 3 years ago

Fiddling around with priority setup, noticed, that the configured default priority for gitlab is only used, if the item is an "issue", see here.

Is there any reasoning behind this? Seems like this got hardcoded at some point because it fitted someone's workflow, but maybe I am missing something here.

If there's no deeper intention behind this, I'd be happe to create a PR changing this, but first I wanted to make sure...

As Gitlab AFIAK doesn't use any priority flag, I think the valid approaches would be to

  1. use one default priority for everything
  2. let the user configure different priorities for different types

I would be fine with 1., but I am someone not working with priorities at all, anyway....

ryneeverett commented 3 years ago

I don't recall if there was a rationale but it's probably more of a historical artifact. I think both solutions would probably be acceptable.

ryneeverett commented 3 years ago

Resolved via #816.