JIRA top navigation bar is not working at custom pages

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 Like