プロジェクト

全般

プロフィール

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

Akiko Takano, 2012/04/04 06:13

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 7 Akiko Takano
(!) Note: Only Redmine administrator can set ermissions for issue templates.
35
36
37
!permission.png!
38 4 Akiko Takano
39
40 1 Akiko Takano
h2. Screen shots
41 5 Akiko Takano
42
h3. Use templates
43
44 6 Akiko Takano
User who has "show templates" permission can use templates when creating issue.
45
First, enable, selectable templates related with the tracker are shown as pulldown menu. 
46
47 8 Akiko Takano
!use-template1.png!
48
49 5 Akiko Takano
h3. Create/Edit templates
50
51
h3. Manage project templates