What must i do to open a link in a new tab in xml using fragments of scriptrunner? my actual raw xml code is; link works but iam not able to open it in a new tab.
<web-item key="test" section="servicedesk.portal.user.menu.actions" weight="1">
<label>Test</label>
<link target="_blank">https://mylink</link>
</web-item>