summaryrefslogtreecommitdiffstats
path: root/extensions/BMO/template/en/default/bug/create/comment-crm.txt.tmpl
blob: 29967147eccdf3ac6de2a2ba4d19484a362ba72f (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
53
54
55
[%# 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.
  #%]

[% USE Bugzilla %]
[% cgi = Bugzilla.cgi %]

>> What kind of relationships are you looking to develop?
[%+ cgi.param("relationship_development") %]

>> What will you do with these relationships?
[%+ cgi.param("relationship_goal") %]

>> In this a new email program request?
[%+ cgi.param("new_email_request") %]

[% IF cgi.param("email_cadence") %]
>> Cadence of planned email engagement
[%+ cgi.param("email_cadence") %]

[% END -%]

>> What initiative does this support?
[%+ cgi.param("support_initiative") %]

>> Do you currently have a way to solve for this?
[%+ cgi.param("solution") %]

>> What are the pain points in the current process?
[%+ cgi.param("pain_points") %]

>> What are the perceived benefits to changing the process?
[%+ cgi.param("benefits") %]

>> How will success be measured?
[%+ cgi.param("kpis") %]

>> What is the risk to not doing this?
[%+ cgi.param("risk") %]

>> What does success look like?
[%+ cgi.param("success_outcome") %]

>> How many people will need access to the CRM platform?
[%+ cgi.param("access_amount") %]

>> How large is the data set?
[%+ cgi.param("data_size") %]

>> When is this program needed?
[%+ cgi.param("cf_due_date") %]