Dear community, I am trying to create a new webwork which is located in project / config area. I already created a new web-item which appears as wanted and also when i click it, the wanted webwork appears, but, the webwork “opens” a completly new page instead of beeing located “inside” the project config navigators. The two sidebares “project” and “project config” dissapear. I’ve readed that is important to set the right meta tags inside my velocity template, but whatever I do, it won’t work. That’s my current velocity:
<html>
<head>
<title>Projekt abschliessen</title>
<meta name=“decorator” content=“atl.admin”/>
<meta name=“projectKey” content=“BEIS2”/> <!-- ensure this is on view context server side via servlet and BrowseContext -->
<meta name=“projectId” content=“10100”/> <!-- ensure this is on view context server side via servlet and BrowseContext -->
<meta name=“admin.active.section” content=“alt.jira.proj.config”/>
</head>
Don’t worry about projectKey and projectId. Both are fix for my test but will be replaced with a variable one later. Is there anything I do wrong or is there anything i missed? Within my plugin.xml or by regarded Java class is no special code because it should work by only edit the velocity file, right?
My current Jira Version is 7.12.0.
Thanks for your help.