Since TestLink offers the use of custom fields, which value's might be assigned at execution, we would like to add those values to the issue tracker confirmation in fields we already created in Jira.
Those fields will allways be fixed (like Country, for example, with possible values ES|DE|FR|EN|IT|PT ), so I am trying to modify the code at jirarestInterface.class.php and at exec.inc.php so that we recover that information at execution and send it when reporting a bug.
BUT I somehow cannot find a way to pass those custom field values to the JSON created at jirarestInterface.class.php , I can't find the array containing the information which btw is later saved into cfield_execution_values in the MySQL database.
Does anybody have any suggestion/help regarding this?
Thank you for your time and help.
Best regards.
Trying to code new fields into issue tracker
Moderators: Amaradana, TurboPT, TL Developers