プロジェクト

全般

プロフィール

About en » 履歴 » バージョン 6

Akiko Takano, 2012/04/03 05:16

1 1 Akiko Takano
h1. Issue Template plugin
2
3 2 Akiko Takano
This is a plugin to generate and use issue templates, and its objective is to *support user's issue creation work*. 
4 1 Akiko Takano
5 2 Akiko Takano
h2. Download
6
7 3 Akiko Takano
"bitbucket":https://bitbucket.org/akiko_pusu/redmine_issue_templates/
8 2 Akiko Takano
9 1 Akiko Takano
h2. Features
10 2 Akiko Takano
11
* It works as project module.
12
* Member who has "Manage Template" right can create issue templates *based on trackers*.
13
** Also add help message for templates, because the way to use templates may be different between projects.
14
* Member who has "Use Template" right can see the template and use them when creating new issue.
15 1 Akiko Takano
16
h2. Plugin installation
17 3 Akiko Takano
18
# Copy the plugin into the vendor/plugins directory
19
# Migrate plugin: rake db:migrate_plugins RAILS_ENV=production
20
# Start Redmine
21
# Enable the module on the project setting page.
22 1 Akiko Takano
23 5 Akiko Takano
h2. Permission Settings
24 1 Akiko Takano
25 4 Akiko Takano
Now this plugin works as project module, and three permissions are defined.
26
27
# Show template
28
# Edit template
29
** Right to create/edit templates.
30
# Manage template
31
** Right to add help message for templates, such as usage of templates.
32
 
33
(!) Note: These templates are available only for its project.
34
35
36 1 Akiko Takano
h2. Screen shots
37 5 Akiko Takano
38
h3. Use templates
39
40 6 Akiko Takano
User who has "show templates" permission can use templates when creating issue.
41
First, enable, selectable templates related with the tracker are shown as pulldown menu. 
42
43 5 Akiko Takano
h3. Create/Edit templates
44
45
h3. Manage project templates