GothenburgBitFactory / GothenburgBitFactory/bugwarrior
Set arbitrary UDA via templates
Open
feature proposal
- Dominant language
- Python
- Stars
- 820
- Forks
- 225
- PR merge metrics
- No merged PRs in 30d
Description
It'd be great if bugwarrior would be able to set any field including UDAs using jinja templates.
For example:
```ini
# taskrc
uda.my_uda.type = string
```
```toml
# bugwarrior.toml
[gitlab]
project_template = "{{gitlabrepo}}.#{{gitlabnumber}}" # currently works
my_uda_template = "{{gitlabrepo}}.#{{gitlabnumber}}" # currently does NOT works
```
Contributor guide
Assessment
This issue has not been assessed yet.