1. Create an 'admin_plugins_menu' Plugin Module as below.
<web-section key="new_plugin_section" location="admin_plugins_menu">
<label key="New Plugin Section"/>
</web-section>
<web-section key="new_plugin_menu_item" location="new_plugin_section">
<label key="New Plugin Menu Item"/>
</web-section>
<web-item key="new_tabbed_item" section="new_plugin_section/new_plugin_menu_item" weight="1">
<label key="New Plugin 1"/>
<link linkId="SVNSuite_link">/secure/admin/newPlugin.jspa</link>
</web-item>
<webwork1 key="newPlugin" name="New Plugin" class="java.lang.Object">
<actions>
<action name="com.luminouslead.plugin.jira.adminpluginsmenu.NewPluginActionSupport" alias="newPlugin" roles-required="admin">
<view name="success">/templates/newPlugin.vm</view>
</action>
</actions>
</webwork1>
2. Click the 'New Plugin Menu Item' as below.
3. The result page points to 'Administration', not to 'Plugins'.
I want it to point to 'Plugins'.
Whata should I do for that?
Add this in the <head> of the configuration page and see if it helps.
<meta content="admin_plugins_menu/new_plugin_section" name="admin.active.section">
Thank you very much.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Join us June 26, 11am PT for a webinar with Atlassian Champion Robert Hean & Loom’s Brittany Soinski. Hear tips, stories, and get your burning questions answered. Learn how Loom makes training and enablement easier. Don’t miss it!
Register todayOnline 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.