I can’t seem to find a way set my project’s Redmine Roadmap to not show closed issues. I just want to see open issues. Sure, I can click the “open” link and go right to the Issues tab, but then I lose the other Roadmap goodness.
Is there a way to configure Redmine to not show closed issues?
Thanks!
The simplest way might be to hide it with jQuery. Add this to your theme javascript:
(Tested in
Redmine 2.1.2.stable.10610. YMMV.)