1- To set the checkbox with value = checked by default, please update
gui\templates\execute\bugAdd.tpl at line 112
Code: Select all
{if $gui->user_action == 'create' || $gui->user_action == 'doCreate' || $gui->user_action == 'link'}
<br><br>
<input type="checkbox" name="addLinkToTL" id="addLinkToTL" checked>
<span class="label">{$labels.add_link_to_tlexec}</span>
{/if}
2- To remove the "Create Issue" in each Test Case steps, please update
gui\templates\testcases\steps_horizontal.inc.tpl and delete lines 113, 114, 115, 116 and 117
Code: Select all
113 {if $gui->tlCanCreateIssue}
114 {include file="execute/add_issue_on_step.inc.tpl"
115 args_labels=$labels
116 args_step_id=$step_info.id}
117 {/if}
Make sure to backup the files before applying the changes, in case you change your mind.