GothenburgBitFactory / GothenburgBitFactory/bugwarrior

Set arbitrary UDA via templates

Open
#1,182 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.