Project

General

Profile

PluginQuestion » History » Version 1

Eric Davis, 2009-02-17 23:30
Adding Readme

1 1 Eric Davis
h1. Redmine Question plugin
2
3
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.
4
5
h2. Features
6
7
* User can ask a question with an issue note
8
* Question can be assigned to be answered by a project member
9
* Filters for the issue list:
10
** Question is assigned to
11
** Question was asked by
12
* Question column for the Issue list showing a preview of all the open questions asked on an issue
13
* Email notification when questions are asked and answered
14
15
h2. Screenshots
16
17
!bulk_time_entry_thumb.png!:/attachments/1116/bulk_time_entry.png
18
19
h2. Getting the plugin
20
21
A copy of the plugin can be downloaded from "Little Stream Software":https://projects.littlestreamsoftware.com/projects/redmine-questions/files or from "GitHub":http://github.com/edavis10/question_plugin
22
23
h2. Installation and Setup
24
25
1. Follow the Redmine plugin installation steps a http://www.redmine.org/wiki/redmine/Plugins  Make sure the plugin is installed to @vendor/plugins/question_plugin@
26
2. Run the plugin migrations @rake db:migrate_plugins@ in order to install the new database tables 
27
3. Restart your Redmine web servers (e.g. mongrel, thin, mod_rails)
28
29
h2. Usage
30
31
To ask a question, just update an issue and select a Member from the question select box right below the issue notes.
32
33
h2. License
34
35
This plugin is licensed under the GNU GPL v2.  See COPYRIGHT.txt and GPL.txt for details.
36
37
h2. Project help
38
39
If you need help you can contact the maintainer at the Bug Tracker.  The bug tracker is located at  https://projects.littlestreamsoftware.com