After Clicking Developed Web-Item for Project Configuration Project Sidebar Lost

Yusuf TAMBAG May 12, 2017

before_click.pngafter_click.pngI'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>

1 answer

0 votes
Yusuf TAMBAG May 12, 2017

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.

Suggest an answer

Log in or Sign up to answer