Project

General

Profile

PluginQuestion » History » Version 2

Eric Davis, 2009-02-17 23:46
Added screenshots

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 2 Eric Davis
18
|=. *Question on an issue*  |
19
|  !question_on_issue_thumb.png!:/attachments/1535/question_on_issue.png  |
20
|=. *Issue list filters*  |
21
| !question_issue_filters_thumb.png!:/attachments/1537/question_issue_filters.png  |
22
|=. *Issue list filters*  |
23
| !question_issue_column_tumb.png!:/attachments/1539/question_issue_column.png  |
24 1 Eric Davis
25
h2. Getting the plugin
26
27
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
28
29
h2. Installation and Setup
30
31
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@
32
2. Run the plugin migrations @rake db:migrate_plugins@ in order to install the new database tables 
33
3. Restart your Redmine web servers (e.g. mongrel, thin, mod_rails)
34
35
h2. Usage
36
37
To ask a question, just update an issue and select a Member from the question select box right below the issue notes.
38
39
h2. License
40
41
This plugin is licensed under the GNU GPL v2.  See COPYRIGHT.txt and GPL.txt for details.
42
43
h2. Project help
44
45
If you need help you can contact the maintainer at the Bug Tracker.  The bug tracker is located at  https://projects.littlestreamsoftware.com