A similar functionality than Trac is wanted. Issue tracking is important also because one can use it for the MoinMoin development itself.
status
- not started
functionality
- Issue tracking
- Version control for files attached to wiki pages
- Version control for project directories
see more at a mailing list message.
examples at Trac:
discussion
This rather should be more than one plugin. -- ThiloPfennig 2006-01-19 16:22:29
IssueTracking
a simple solution is already available as one can see on MoinMoinBugs
What should issue tracking be able to do?
an issue or a ticket can be created and identified as such. This could be simply done with templates and CategoryIssue or something like this.
- every issue needs to have a distinctive ID. Each ID should be one number higher than the issue ID before. Can we produce them?
- fields for author, type, component, version, priority, status, resolution, assignees should be there (template)
- developer should be able to "take" a ticket. maybe this could be done similar as subscriptions are handled?