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

mradcliffe’s picture

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.

WorldFallz’s picture

Since we're running right here on drupal.org I would say it's pretty stable ;-)

sefrot0’s picture

Thank you. I'll use it in my project