edavis10 / question_plugin
- Source
- Commits
- Network (7)
- Downloads (3)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
COPYRIGHT.txt | Fri Dec 26 13:59:08 -0800 2008 | |
| |
CREDITS.txt | Tue Feb 17 14:22:28 -0800 2009 | |
| |
GPL.txt | Fri Dec 26 13:59:08 -0800 2008 | |
| |
README.rdoc | Wed Sep 09 10:43:32 -0700 2009 | |
| |
Rakefile | Wed Oct 14 13:45:27 -0700 2009 | |
| |
VERSION | Wed Oct 14 13:45:27 -0700 2009 | |
| |
app/ | Tue Sep 15 18:57:17 -0700 2009 | |
| |
config/ | Wed Mar 04 14:42:18 -0800 2009 | |
| |
db/ | Wed Sep 09 10:48:33 -0700 2009 | |
| |
init.rb | Wed Oct 14 13:45:28 -0700 2009 | |
| |
lang/ | Wed Mar 04 14:42:18 -0800 2009 | |
| |
lib/ | Wed Sep 09 13:02:54 -0700 2009 | |
| |
question_plugin.gemspec | Wed Oct 14 13:45:30 -0700 2009 | |
| |
rails/ | Wed Oct 14 13:45:28 -0700 2009 | |
| |
spec/ | Wed Sep 09 10:43:32 -0700 2009 |
README.rdoc
Redmine Question plugin
The Questions plugin will improve the workflow of Redmine by allowing users to ask questions directly to other users in issue notes. Questions will be highlighted so they can be found easily and prevent communications from failing.
Features
- User can ask a question with an issue note
- Question can be assigned to be answered by a project member
- Filters for the issue list:
- Question is assigned to
- Question was asked by
- Question column for the Issue list showing a preview of all the open questions asked on an issue
- Email notification when questions are asked and answered
Getting the plugin
A copy of the plugin can be downloaded from Little Stream Software or from GitHub
Installation and Setup
- Follow the Redmine plugin installation steps a www.redmine.org/wiki/redmine/Plugins Make sure the plugin is installed to +vendor/plugins/question_plugin+
- Run the plugin migrations +rake db:migrate_plugins+ in order to install the new database tables
- Restart your Redmine web servers (e.g. mongrel, thin, mod_rails)
Usage
To ask a question, just update an issue and select a Member from the question select box right below the issue notes.
License
This plugin is licensed under the GNU GPL v2. See COPYRIGHT.txt and GPL.txt for details.
Project help
If you need help you can contact the maintainer at the Bug Tracker. The bug tracker is located at projects.littlestreamsoftware.com
