How to include Baseline name / Build name into assign E-mail

LATEST Official version.
Questions and discussions - NO ISSUES
FOR ISSUES => http://mantis.testlink.org

Moderators: Amaradana, TurboPT, TL Developers

Post Reply
vincam
TestLink user
Posts: 10
Joined: Thu Jun 21, 2012 8:22 pm

How to include Baseline name / Build name into assign E-mail

Post by vincam »

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
Post Reply