rtportal.service-api.5.2.0.source-code.bug_template.ftl Maven / Gradle / Ivy
<#if description??>
${description}
#if>
<#--if RP contains some comments for test item-->
<#if comments??>
Test Item comments:
${comments}
#if>
<#--## if backlinks are present-->
<#if backLinks??>
Back link to Report Portal:
<#list backLinks as key,value>
- Link to defect
#list>
#if>
<#--Complex block with logic in velocity. Consider to move all logic in JAVA code.-->
<#if logs?? && logs?size != 0>
Test execution log
<#list logs as logEntry>
<#if logEntry.message??>
${logEntry.message}
#if>
<#--## if URL provided to screen source-->
<#if logEntry.decodedFileName??>
<#if (logEntry.image)!false>
<#else>
#if>
#if>
#list>
#if>