@@ -13,11 +13,11 @@ module.exports = {
13
13
* - reportText: the body of reported issue. Example: "I have issue with ... \n ... Thank you in advance!"
14
14
*/
15
15
'team-issue-report' : {
16
- subject : 'Issue Reported on TaaS Team " {{projectName}}" ({{projectId}}).' ,
17
- body : 'Project Name: {{projectName}}' + '<br /> \n' +
18
- 'Project ID: {{projectId}}' + '<br /> \n' +
19
- `Project URL: ${ config . TAAS_APP_URL } /{{projectId}}` + '<br /> \n' +
20
- '<br /> \n' +
16
+ subject : 'Issue Reported on TaaS Team {{projectName}} ({{projectId}}).' ,
17
+ body : 'Project Name: {{projectName}}' + '\n' +
18
+ 'Project ID: {{projectId}}' + '\n' +
19
+ `Project URL: ${ config . TAAS_APP_URL } /{{projectId}}` + '\n' +
20
+ '\n' +
21
21
'{{reportText}}' ,
22
22
recipients : config . REPORT_ISSUE_EMAILS ,
23
23
sendgridTemplateId : config . REPORT_ISSUE_SENDGRID_TEMPLATE_ID
@@ -30,12 +30,12 @@ module.exports = {
30
30
* - reportText: the body of reported issue. Example: "I have issue with ... \n ... Thank you in advance!"
31
31
*/
32
32
'member-issue-report' : {
33
- subject : 'Issue Reported for member " {{userHandle}}" on TaaS Team " {{projectName}}" ({{projectId}}).' ,
34
- body : 'User Handle: {{userHandle}}' + '<br /> \n' +
35
- 'Project Name: {{projectName}}' + '<br /> \n' +
36
- 'Project ID: {{projectId}}' + '<br /> \n' +
37
- `Project URL: ${ config . TAAS_APP_URL } /{{projectId}}` + '<br /> \n' +
38
- '<br /> \n' +
33
+ subject : 'Issue Reported for member {{userHandle}} on TaaS Team {{projectName}} ({{projectId}}).' ,
34
+ body : 'User Handle: {{userHandle}}' + '\n' +
35
+ 'Project Name: {{projectName}}' + '\n' +
36
+ 'Project ID: {{projectId}}' + '\n' +
37
+ `Project URL: ${ config . TAAS_APP_URL } /{{projectId}}` + '\n' +
38
+ '\n' +
39
39
'{{reportText}}' ,
40
40
recipients : config . REPORT_ISSUE_EMAILS ,
41
41
sendgridTemplateId : config . REPORT_ISSUE_SENDGRID_TEMPLATE_ID
0 commit comments