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.
 
 
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.