How to add a custom Project Configuratin Location in JIRA

Akira Tsuchiya
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 19, 2012

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>

3 answers

1 accepted

0 votes
Answer accepted
Akira Tsuchiya
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 2, 2012

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.

0 votes
Onkar Bapat November 2, 2012

Hi Akira,

I am trying to do a similar thing. Were you able to figure out how to do it?

0 votes
Onkar Bapat November 2, 2012

Hi Akira,

I am trying to do a similar thing. Were you able to figure out how to do it?

Suggest an answer

Log in or Sign up to answer