GothenburgBitFactory / GothenburgBitFactory/bugwarrior

Map redmine start and due date to native scheduled and due fields.

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

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.