プロジェクト

全般

プロフィール

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

Akiko Takano, 2012/04/05 05:21

1 10 Akiko Takano
{{>toc}}
2
3 1 Akiko Takano
h1. Issue Template plugin
4
5 2 Akiko Takano
This is a plugin to generate and use issue templates, and its objective is to *support user's issue creation work*. 
6 1 Akiko Takano
7 2 Akiko Takano
h2. Download
8
9 3 Akiko Takano
"bitbucket":https://bitbucket.org/akiko_pusu/redmine_issue_templates/
10 2 Akiko Takano
11 1 Akiko Takano
h2. Features
12 2 Akiko Takano
13
* It works as project module.
14
* Member who has "Manage Template" right can create issue templates *based on trackers*.
15
** Also add help message for templates, because the way to use templates may be different between projects.
16
* Member who has "Use Template" right can see the template and use them when creating new issue.
17 1 Akiko Takano
18
h2. Plugin installation
19 3 Akiko Takano
20
# Copy the plugin into the vendor/plugins directory
21
# Migrate plugin: rake db:migrate_plugins RAILS_ENV=production
22
# Start Redmine
23
# Enable the module on the project setting page.
24 1 Akiko Takano
25 5 Akiko Takano
h2. Permission Settings
26 1 Akiko Takano
27 4 Akiko Takano
Now this plugin works as project module, and three permissions are defined.
28
29
# Show template
30
# Edit template
31
** Right to create/edit templates.
32
# Manage template
33
** Right to add help message for templates, such as usage of templates.
34
 
35
(!) Note: These templates are available only for its project.
36 7 Akiko Takano
(!) Note: Only Redmine administrator can set ermissions for issue templates.
37
38
39
!permission.png!
40 4 Akiko Takano
41
42 11 Akiko Takano
h2. Usage & Screen shots
43 5 Akiko Takano
44
h3. Use templates
45
46 6 Akiko Takano
User who has "show templates" permission can use templates when creating issue.
47
First, enable, selectable templates related with the tracker are shown as pulldown menu. 
48
49 9 Akiko Takano
!use_template1.png!
50 8 Akiko Takano
51 5 Akiko Takano
h3. Create/Edit templates
52
53 12 Akiko Takano
To access create / edit templates menu, click "Issues" or "New Issue" project tab, and you can see the menu at the sidebar.
54
55 13 Akiko Takano
Click "Add template" and the form for creating template will be shown.
56
57 12 Akiko Takano
!gotomenu.png!
58 13 Akiko Takano
59
!add-template.png!
60 12 Akiko Takano
61
(!) Note: This is not shown without "show templates" permission.
62
63 5 Akiko Takano
h3. Manage project templates
64 14 Akiko Takano
65
Now this is optional setting.
66
Who has manage template permission can set custom help message for template usage on his/her project.
67
68
This help message will be shown on the "New Issue" page, beside template pulldown.
69
70
!manage-template.png!