The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

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.

TAGS
AUG Leaders

Atlassian Community Events