dalyons / redmine-todos-scrum-plugin

A scrum-like todos plugin for Redmine. Allows easy creation and management of infinitely nestable todo lists on a per project basis, that in the future will be able to be organised into sprints(or releases). Also provides global 'My Todos' for all projects. Todos can be allocated to uses, and tied to Redmine Issues.
143 stars 43 forks source link

Listing issues from all sub projects #39

Open krthck opened 13 years ago

krthck commented 13 years ago

Currently, when creating a new entry, I get issues listed from current project. Is there a way to list all issues from subprojects also? Even if it is code change, pls tell me the change, I will go ahead and do it. Thanks.

dalyons commented 13 years ago

This would have a few consequences... If you allowed todos against subproject issues, then all todos from all subprojects would have to be listed in the todos page for the parent project. This could pollute the parent project/confuse people. Is this the behaviour you would be expecting?

krthck commented 13 years ago

Yes. I am using it for my project tracking. There are issues from multiple project for a single deliverable/sprint. It would be better if all are listed in the parent project. Or is there any other way to achieve the same? Thanks.