Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

How to add a link to admin system section under "Import & Export"?

Alex M March 10, 2014

Well, after consulting this link the way I'm currently doing this is:

<web-item key="my_link" name="My Link" section="system.admin/exportimport" weight="0">
	<label>My Link</label>
	<link linkId="my_link">http://www.atlassian.com</link>
</web-item>

Did I miss anything?

Thanks!

3 answers

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

2 votes
Answer accepted
Alex M March 10, 2014

Sorted!

Here's the code:

<web-item key="my_link" name="My Link" section="top_system_section/import_export_section"
	          weight="100">
	<label>My Link</label>
	<link linkId="my_link">http://www.atlassian.com</link>
</web-item>

1 vote
Nadir MEZIANI
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.
March 10, 2014

Hi,

Try this code

<web-item key="my_link" name="My Link" section="admin_system_menu/top_system_section" weight="100">
    <label>My Link</label>
    <link linkId="my_link">http://www.atlassian.com</link>
</web-item>

0 votes
Alex M March 10, 2014

Now I can see it, however it's not quite what I'm looking for.

Jira web-section

Tried to concatenate the "/import_export_section" to "admin_system_menu/top_system_section" but it doesn't seem to be working. :/

any ideas?

TAGS
AUG Leaders

Atlassian Community Events