I'we developed a plugin for project configuration section. When I click the web item, project sidebar lost, I was unable to get any clue from web search and atlassian-sources. My velocity vm file content is as follows:
<html>
<head>
<title>${action.project.key} BILGEM Risk Formu</title>
<meta name="decorator" content="admin"/>
<meta name="admin.active.section" content="atl.jira.proj.config/projectgroup1"/>
<meta name="admin.active.tab" content="bilgem-risk-list-web-item"/>
<meta name="projectKey" content="${action.project.key}"/>
<meta name="projectId" content="${action.project.id}"/>
</head>
<body>
<h1>${action.project.name} Risk Listesi</h1>
<a href="/plugins/servlet/YTEPushFileContentsServlet?file.name=${action.getFileURL()}&content.type=${action.getContentType()}">${action.project.name} BILGEM Risk Formu</a>
</body>
</html>
When I changed version of the plugin in pom to release and deploy it project sidebar appeared. Most probably the reason was the cache from the old errorneous pages.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.