summaryrefslogtreecommitdiffstats
path: root/extensions/BMO/template/en/default/bug/create/comment-automative.txt.tmpl
blob: c23a6427d94ef450b87b0261a56afa2a0d3912db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
[%# This Source Code Form is subject to the terms of the Mozilla Public
  # License, v. 2.0. If a copy of the MPL was not distributed with this
  # file, You can obtain one at http://mozilla.org/MPL/2.0/.
  #
  # This Source Code Form is "Incompatible With Secondary Licenses", as
  # defined by the Mozilla Public License, v. 2.0.
  #%]
[% PROCESS global/variables.none.tmpl %]
[% USE Bugzilla %]
[% cgi = Bugzilla.cgi +%]
>>Problem:
[%+ cgi.param('desc_problem') %]

>>Solution:
[%+ cgi.param('desc_solution') %]

>>Mozilla Top Level Goal:
[%+ cgi.param('desc_top_level_goal') %]

>>Existing [% terms.Bug %]:
[% IF cgi.param('existing_bug') %]
[%+ terms.Bug %] [% cgi.param("existing_bug") %]
[% ELSE %]
No [% terms.bug %]
[% END %]

>>Per-Commit:
[%+ cgi.param('per_commit') || 'No' %]

>>Data other than Pass/Fail:
[%+ cgi.param('desc_data_produce') || 'No' %]

>>Prototype Date:
[%+ cgi.param("prototype_date") || 'Not provided' %]

>>Production Date:
[%+ cgi.param("production_date") || 'Not provided' %]

>>Most Valuable Piece:
[%+ cgi.param('most_valuable_piece') || 'Not provided' %]

>>Responsible Engineer:
[%+ cgi.param('responsible_engineer') || 'Not provided' %]

>>Manager:
[%+ cgi.param('manager') || 'Not provided' %]

>>Other Teams/External Dependencies:
[%+ cgi.param('other_teams') || 'Not provided' %]

>>Additional Info:
[%+ cgi.param('additional_info') || 'Not provided' %]