Project

General

Profile

PluginQuestion » History » Version 4

Randy Syring, 2010-05-20 19:35
a little more usage info

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 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
39
*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
41
*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
h2. License
44
45
This plugin is licensed under the GNU GPL v2.  See COPYRIGHT.txt and GPL.txt for details.
46
47
h2. Project help
48
49
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
h2. News
52
53
* "v0.3.0 Release Announcement":http://theadmin.org/articles/2009/3/11/redmine-question-plugin-v0-3-0-released
54
* "v0.2.0 Release Announcement":http://theadmin.org/articles/2009/2/17/redmine-question-plugin-released