PluginQuestion

Version 4 (Randy Syring, 2010-05-20 19:35)

1 1 Eric Davis
h1. Redmine Question plugin
2 1 Eric Davis
3 1 Eric Davis
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 1 Eric Davis
5 1 Eric Davis
h2. Features
6 1 Eric Davis
7 1 Eric Davis
* User can ask a question with an issue note
8 1 Eric Davis
* Question can be assigned to be answered by a project member
9 1 Eric Davis
* Filters for the issue list:
10 1 Eric Davis
** Question is assigned to
11 1 Eric Davis
** Question was asked by
12 1 Eric Davis
* Question column for the Issue list showing a preview of all the open questions asked on an issue
13 1 Eric Davis
* Email notification when questions are asked and answered
14 1 Eric Davis
15 1 Eric Davis
h2. Screenshots
16 1 Eric Davis
17 2 Eric Davis
18 2 Eric Davis
|=. *Question on an issue*  |
19 2 Eric Davis
|  !question_on_issue_thumb.png!:/attachments/1535/question_on_issue.png  |
20 2 Eric Davis
|=. *Issue list filters*  |
21 2 Eric Davis
| !question_issue_filters_thumb.png!:/attachments/1537/question_issue_filters.png  |
22 2 Eric Davis
|=. *Issue list filters*  |
23 2 Eric Davis
| !question_issue_column_tumb.png!:/attachments/1539/question_issue_column.png  |
24 1 Eric Davis
25 1 Eric Davis
h2. Getting the plugin
26 1 Eric Davis
27 1 Eric Davis
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 1 Eric Davis
29 1 Eric Davis
h2. Installation and Setup
30 1 Eric Davis
31 1 Eric Davis
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 1 Eric Davis
2. Run the plugin migrations @rake db:migrate_plugins@ in order to install the new database tables 
33 1 Eric Davis
3. Restart your Redmine web servers (e.g. mongrel, thin, mod_rails)
34 1 Eric Davis
35 1 Eric Davis
h2. Usage
36 1 Eric Davis
37 4 Randy Syring
*Asking a question:* just update an issue and select a Member from the question select box right below the issue notes.
38 4 Randy Syring
39 4 Randy Syring
*Answering a question:* posting a comment on an issue automatically answers any open questions on that issue that are waiting for you to respond.  However, keep an eye on this issue for a possible update: https://projects.littlestreamsoftware.com/issues/3440
40 4 Randy Syring
41 4 Randy Syring
*Knowing questions are open:* look in the sidebar when viewing an issues page and you will see a "Questions for me" link with the number of questions that are waiting on you for an answer.  You can also filter issues by what user has asked or by what user needs to answer a question. 
42 1 Eric Davis
43 1 Eric Davis
h2. License
44 1 Eric Davis
45 1 Eric Davis
This plugin is licensed under the GNU GPL v2.  See COPYRIGHT.txt and GPL.txt for details.
46 1 Eric Davis
47 1 Eric Davis
h2. Project help
48 1 Eric Davis
49 1 Eric Davis
If you need help you can contact the maintainer at the Bug Tracker.  The bug tracker is located at  https://projects.littlestreamsoftware.com
50 3 Eric Davis
51 3 Eric Davis
h2. News
52 3 Eric Davis
53 3 Eric Davis
* "v0.3.0 Release Announcement":http://theadmin.org/articles/2009/3/11/redmine-question-plugin-v0-3-0-released
54 3 Eric Davis
* "v0.2.0 Release Announcement":http://theadmin.org/articles/2009/2/17/redmine-question-plugin-released