GothenburgBitFactory / GothenburgBitFactory/bugwarrior
Map redmine start and due date to native scheduled and due fields.
Open
feature proposal
redmine
- Dominant language
- Python
- Stars
- 820
- Forks
- 225
- PR merge metrics
- No merged PRs in 30d
Description
I am currently doing this via a hook, but it might be useful for bugwarrior to do this natively.
```
task['due'] = task['redmineduedate']
task['scheduled'] = task['redminestartdate']
```
Contributor guide
Assessment
This issue has not been assessed yet.