By sefrot0 on
Hello!
I'm thinking in beginning a new proyect in Drupal and I need manage with it an open-source application. Is there any module in Drupal for manage bugs, updates, etc like code.google.com?
Thank you
Hello!
I'm thinking in beginning a new proyect in Drupal and I need manage with it an open-source application. Is there any module in Drupal for manage bugs, updates, etc like code.google.com?
Thank you
Comments
_
http://drupal.org/project/project
http://drupal.org/project/casetracker
There's the project module.
There's the project module. However, there is no stable version for drupal 6 yet, but there is a rc for versioncontrol.
You can also make a similar system with CCK, views, rules or workflow by creating a project and issue node types with a node relationship and user relationship fields.
_
Since we're running right here on drupal.org I would say it's pretty stable ;-)
Thank you. I'll use it in my
Thank you. I'll use it in my project