How can you change the automail subject line in defect emails?
Question ID: 108989
0
0

How can you change the automail subject line in defect emails?

Marked as spam
Posted by (Questions: 100, Answers: 5)
Asked on April 30, 2019 1:58 pm
160 views
Answers (1)
0
Private answer

You can insert a line into the dataconst table of that project in the db (see this example provided by Micro Focus):

insert into dataconst values ('AUTO_MAIL_SUBJECT_FORMAT',
'DEFAULT.TESTPROJ - Defect # ?BG_BUG_ID has been created or updated -
?BG_SUMMARY')

If you want to add a field you put a question mark in front of the field id as above for ''BG_BUG_ID'' or ''BG_SUMMARY'' or for example if you had a UDF such as ''BG_USER_01''

Marked as spam
Posted by (Questions: 0, Answers: 364)
Answered on April 30, 2019 2:03 pm
EyeOnTesting

Welcome back to "EyeOnTesting" brought to you by Orasi Software, Inc.

X
Scroll to Top