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 configure default priorities #815

Closed fmauch closed 3 years ago

fmauch commented 3 years ago

Allow configuring individual priorities for issues, todos and MRs

Gitlab doesn't offer any native priority definition. In the current implementation, issues are prioritized with the default priority, while all other types are hardcoded to have priority 'H'.

This PR lets users configure individual priorities for each, issues, todos and merge requests.

This implements #814