Redmine plugin: Latest Issues
Latest Issues is a plugin that displays most recently added issues and information on who they were assigned to. You can configure how many latest issues you want to see, and which side of the home page you want to display them on.
Installation
- Follow the Redmine plugin installation steps at: www.redmine.org/wiki/redmine/Plugins Make sure the plugin is installed to Make sure you install the plugin to vendor/plugins/ for Redmine 1.x, for Redmine 2.x install it to plugins.
- Run the plugin migrations +rake db:migrate_plugins+
- Restart your Redmine web servers (e.g. mongrel, thin, mod_rails)
Plugin should work now.
Configuration
You can configure the number of latest issues displayed, and the side they will display at, if you go to Administration => Latest Issues.
Contact
You can log bugs and feature requests for this plugin here: http://redmine.gogolek.co.uk/projects/redmine-latest-issues
If you would like to send me an email, here you go: kasia@gogolek.co.uk
You can read about how this plugin was written in this blog article: http://www.gogolek.co.uk/blog/2012/09/writing-redmine-2-x-plugins-tutorial/
“Koen Boone
1 month ago
I can not move the latest issues to the right, or change the number of issues…
“The requested URL /latest-issues/change was not found on this server.”
bitnami redmine 2.1 on windows”
I have the same problem like Koen. This also happens when i click on the issue on the frontpage.
This is because bitnami installs to: hostname/redmine and the issues are under hostname/redmine/issues. The plugin tries to go to hostname/issues. That’s why it is not working.
Does anybody have a solution for that. Thanks in advance and sry for bad English.
Koen, when I did a git pull, I had to change the file:
plugins/latest_issues/lib/latest_issues/view_hook_listener.rb .
Line 21:
setup = LatestIssuesSetup.find_by_id(1)
was commented out, I uncommented it, and deleted line 22:
setup = nil
Great plugin Kasia! :)
I can not move the latest issues to the right, or change the number of issues…
“The requested URL /latest-issues/change was not found on this server.”
bitnami redmine 2.1 on windows
+1 great plugin, we’re adding it to our standard office redmine setup.