It'd be great if bugwarrior would be able to set any field including UDAs using jinja templates.
For example:
# taskrc
uda.my_uda.type = string
# bugwarrior.toml
[gitlab]
project_template = "{{gitlabrepo}}.#{{gitlabnumber}}" # currently works
my_uda_template = "{{gitlabrepo}}.#{{gitlabnumber}}" # currently does NOT works