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

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Changing and Removing the Icon Position in Sidebar - Easy Agile User Story Maps

Edited
Teagan
Marketplace Partner
Marketplace Partners provide apps and integrations available on the Atlassian Marketplace that extend the power of Atlassian products.
Jul 27, 2017

 Sidebar Icon Order

To change the position of the icon to below the Reports icon, add the following code snippet to the Announcement Banner: 

 

<script type="text/javascript">
$(function() {
AJS.$("[data-link-id='com.atlassian.jira.jira-projects-plugin:report-page']").after(AJS.$("[data-link-id='com.kretar.jira.plugin.user-story-map:easy-agile-story-map']"))
});
</script>

 

Also, if you're not actively using the announcement banner, we recommend you add a CSS style to hide the Announcement Banner as it otherwise unnecessarily bumps out whitespace at the top of every page; 

 

<style>
#announcement-banner {
display: none;
}
</style>

 

 

Remove Icon from Project Sidebar 

The Story Map icon will only appear on JIRA Software projects, not JIRA Service Desk or Core. 

It is possible for a System Administrator to remove the Story Map icon from the project sidebar for every JIRA Software project. Bedore the icon is hidden a project administrator should add a project shortcut to the Story Map for each project that wishes to use Easy Agile User Story Maps.

 

To remove the icon a System Administrator must:

1. browse to Add-ons > Manage Add-ons 

2. open Easy Agile User Story Maps for JIRA

3. expand '15 of 15 modules enabled'  

4. click Disable next to the (eausm-icon) module

 

0 comments

Comment

Log in or Sign up to comment