Hi all,
I am using version 1.9.3 and I need include in the e-mail assign, the informations about the Build Name / Baseline Name in the e-mail.
I try modified the file planAddTC.php
665 $body_first_lines = lang_get('testproject') . ': ' . $argsObj->tproject_name . '<br />' .
666 'Build ID' . ': ' . $argsObj->build_id . '<br />' .
667 'Platform Name' . ': ' . $platform . '<br />' .
668 lang_get('testplan') . ': ' . $guiObj->testPlanName .'<br /><br />';
With this modification I can include the build ID. But I need include the Build / Baseline name!
But it´s not easy to me I try several modifications and does not have success in this task.
Coud help me?
Thanks in advance,
Vinicius
How to include Baseline name / Build name into assign E-mail
Moderators: Amaradana, TurboPT, TL Developers