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>
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
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.