Where did system.admin/options webitems move to in JIRA 6?

Charles Duffy
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 26, 2013

I have a plugin which requires some configuration, and have a link to its configuration interface via a web-item. This looks something like the following:

<web-item key="foo_plugin_admin" name="Configure Foo" section="system.admin/options" weight="15">
    <label key="item.foo.admin.label"/>
    <link linkId="foo.admin">/plugins/servlet/foo/admin</link>
  </web-item>

This worked perfectly in JIRA 5.x, but in 6.x, I don't see this link anywhere. Has it merely moved in the interface, or do I need to change my code?

2 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

The right location is system.admin.top.navigation.bar.

0 votes
Jobin Kuruvilla [Adaptavist]
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 26, 2013

Depends on where exactly you need it. Check this out: https://developer.atlassian.com/display/JIRADEV/Administration+Area+Locations

Charles Duffy
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 26, 2013

Much of that refers to the admin plugins menu, but I don't see that menu in 6.x at all.

Jobin Kuruvilla [Adaptavist]
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 26, 2013

Where are you planning to put that link? Maybe you can add a screenshot?

Vladimir Vasic
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 18, 2013

If am am not wrong, here is the place to add web-item:

and it should look like this:

location="system.admin.top.navigation.bar"

XML files under JIRA_HOME\atlassian-jira\WEB-INF\classes\webfragment are very helpful :)

TAGS
AUG Leaders

Atlassian Community Events