繁体   English   中英

如何在wiki内容中检索工作项的文档标题(速度)

[英]How to retrieve the document title of the workitem in wiki content (velocity)

我需要打印放置工作项的文档标题。 在这里,我报告我需要打印此类信息的代码,谢谢你提前

<td class='mk-col'> 
  #foreach($link in $wi.getLinkedWorkItemsStructsBack())
     #if ($link.getLinkRole().id == "specifies")
        $link.getLinkedItem().getLocation() ##this is the line where I would like to print
     #end
  #end
</td>

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM