You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
Add the below code in your atlassian-plugin.xml file above </atlassian-plugin> tag
and modify it accordingly:
Hi @LijinR
We just released a bunch of new plugins Navigator family to let you create your own multi-level navigation bar menu. Please give them a try and if you need more features, let us know.
Regards,
Omer
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It seems like your screenshot is taken directly from this tutorial:
https://developer.atlassian.com/server/jira/platform/adding-menu-items-to-jira/
Your best course of action is to download the Atlassian SDK, download the source for the plugin: https://bitbucket.org/atlassian_tutorial/jira-menu-items-plugin, try to make some changes, and then package it up and install it in your Jira instance.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Stephen Deutsch thank you for your fast reply. Actually I need dropdown in Confluence and not in Jira.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If it's just a single link, then something like this would work OK:
For adding more links, there are some options here:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Stephen Deutsch it's works for me. But now I just add the script in one of my template file. So that it is working only when that page is loaded. Where should I add this script to show the dropdown in all my pages?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Lijin,
You should add it to the Custom HTML section of the General Settings.
Something like what is described here:
https://confluence.atlassian.com/confkb/how-to-add-a-site-wide-banner-165609599.html
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.