I added a new custom Project Configuration Location in JIRA.
A new location tab of 'BBB' is added.
And when the tab is clicked, the request is forwarded to '/secure/bbb.jspa' and
the web page of bbb.vm is displayed.
But the page is not included in the Project Configuration page.
How should I do to display the page in the Project COnfiguration page?
<web-section key="aaa" location="atl.jira.proj.config" weight="200">
</web-section>
<web-item key="bbb" section="atl.jira.proj.config/aaa" weight="1">
<label key="BBB"/>
<link linkId="bbb_link">/secure/bbb.jspa</link>
</web-item>
<webwork1 key="bbb" name="Project Configuration Test" class="java.lang.Object">
<actions>
<action name="BBBActionSupport" alias="bbb" roles-required="admin">
<view name="success">/templates/bbb.vm</view>
</action>
</actions>
</webwork1>
This question duplicates with the one below.
https://answers.atlassian.com/questions/98475/project-configuration-tab-panel-error
The issue has been resoleved and the precise steps are described in the 'Answer my own question'.
Refer to the page above.
Hi Akira,
I am trying to do a similar thing. Were you able to figure out how to do it?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Akira,
I am trying to do a similar thing. Were you able to figure out how to do it?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.