<web-panel key="myPanel" location="atl.jira.view.issue.right.context">
<resource name="view" type="velocity" location="templates/pie.vm"/>
</web-panel>
Hello everyone,
I am developing jira server plugin, which implements the web-panel module on the issue-right context. I write the code like shown bellow but the problem is the web panel is renderering to the whole issue page. On the issue screen everything is disabled, I only see the vm content. What am I doing wrong?