Forums

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

JIRA top navigation bar is not working at custom pages.

Durgesh Gupta April 19, 2017

I have developed a plugin with JIRA-Version 7.2.2 and greenhopper-version 7.1.10 then it is working fine.

As I change JIRA-Version from 7.2.2  to 7.0.0 or 7.1.1 or 7.0.10 with greenhopper-version 6.7.7, as I used RapidViewSprintQueryService in my plugin then no dropdown(Boards,Projects,Issues) is working at custom pages but it is showing at all other pages, Only Custom Web-item is working at custom pages.

Details of Pom.xml:

<properties>
<jira.version>7.1.1</jira.version>
<amps.version>6.0.9</amps.version>
<upm.license.compatibility.version>2.21.4</upm.license.compatibility.version>
<jira.software.application.version>7.1.10</jira.software.application.version>
<atlassian.spring.scanner.version>1.2.6</atlassian.spring.scanner.version>
<greenhopper.version>6.7.7</greenhopper.version>
<plugin.testrunner.version>1.2.3</plugin.testrunner.version>
<!-- This key is used to keep the consistency between the key in atlassian-plugin.xml and the key to generate bundle. -->
<atlassian.plugin.key>${project.groupId}.${project.artifactId}</atlassian.plugin.key>
<!-- TestKit version 6.x for JIRA 6.x -->
<testkit.version>7.0.97</testkit.version>
</properties>

1 answer

0 votes
Fabio Racobaldo _Herzum_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
March 31, 2022

Hi @Durgesh Gupta ,

you should simply add the following line in your .vm file

<html>

<head>

...

<meta name="decorator" content="atl.admin|atl.general">

...

atl.admin is for administration section

atl.general is for standard section

this should fix your issue.

Fabio

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events