|
|
|
|
|
by chaghi
3569 days ago
|
|
Not OP, but I'm on the same boat. We've been using a self-hosted GitLab CE instance for more than three years now, but we can't use the bare-bones approach of GitLab for issues tracking. Trac allows us to fully customize the issues workflow, even for individual projects. We can have custom fields. We use several plugins (the extensibility of Trac is second to none!), even a few developed in-house, implementing custom validations and/or custom functionality. Trac is very lightweight (as GitLab issues), but much, much more powerful and flexible. When you need the extra functionality, you can enable it, or install some 3rd party plugin that provides it, or develop your own plugin or component (which is really easy), without turning the whole thing in a bloated mess (like Jira). The only thing I don't like about Trac is its glacial development speed, and its UI, which turns older and more outdated every year... |
|
Yep, that's what I need.