--
You received this message because you are subscribed to the Google Groups "Trac Users" group.
To post to this group, send email to trac-...@googlegroups.com.
To unsubscribe from this group, send email to trac-users+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en.
[components]
trac.versioncontrol.* = disabled
trac.timeline.* = disabled
trac.ticket.roadmap.* = disabled
trac.wiki.* = disabled
> All the issue trackers I'm aware of just have too many features given
> prominent display when they're not needed. Users complain that
> there's 20 fields on the screen and they only ever use 2 or 3.
Trac by default has some fields that can be disabled & hidden simply by
deleting the defaults (Components, Milestones, Priorities, Resolutions,
Severities, Ticket Types and Versions). This results in (depending on
what you count as a field) ~5 fields.
Some plugins allow hiding fields. E.g. SimpleTicketPlugin:
http://trac-hacks.org/wiki/SimpleTicketPlugin
> Users - A user account, email, password, etc. A user interacts with
> the issues they have access (permission) to. A user may have access
> to an issue either directly or through a group membership.
While Trac checks user (and group) permissions per-issue, to specify
per-issue permissions you'd need a plugin. E.g. PrivateTicketsPlugin:
http://trac-hacks.org/wiki/PrivateTicketsPlugin
> Groups - ...
Sounds exactly like Trac to me.
> Issue Types - ...
Trac by default always shows all fields. There are some plugins that
make them depend on the ticket type or permissions:
http://trac-hacks.org/wiki/CondFieldsPlugin
http://trac-hacks.org/wiki/DynamicFieldsPlugin
http://trac-hacks.org/wiki/BlackMagicTicketTweaksPlugin
The plugins maybe don't do exactly what you want, but I think it shows
that Trac is pretty flexible, so if you have the time and know how you
could always write your own plugins.
Hope this helps!
So I would definitely encourage you to patch existing work to the max, customize it to your specifics, push applicable stuff upstream. Everybody wins and you get your tool while youre still young. :>