https://github.com/evolvingweb/redmine_search_archived_projects
Redmine plugin to facilitate searching through archived projects.
https://github.com/evolvingweb/redmine_search_archived_projects
Last synced: about 2 months ago
JSON representation
Redmine plugin to facilitate searching through archived projects.
- Host: GitHub
- URL: https://github.com/evolvingweb/redmine_search_archived_projects
- Owner: evolvingweb
- License: gpl-2.0
- Created: 2014-10-31T19:20:49.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-05-22T09:38:56.000Z (almost 2 years ago)
- Last Synced: 2025-12-04T03:22:59.388Z (3 months ago)
- Language: Ruby
- Size: 16.6 KB
- Stars: 2
- Watchers: 10
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
redmine_search_archived_projects
================================
Redmine plugin to facilitate searching through archived projects.
Useful if you prefer to "Archive" rather than "Close" projects, to make all the
open issues disappear. Injects a check box on search form "Include archived
projects", which injects "?search_archived=1" parameter on any page, including
search pages. This parameter will only get picked up for admin users.
Tested against Redmine 2.6, likely to work with 1.4 as well.
Related: http://www.redmine.org/issues/6049