Hi, I am new to Atlassian. Can anyone help me?Thanks in advance.I am attaching a screenshot of what I need exactly.
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.
Hi Stephen Deutsch thank you for your fast reply. Actually I need dropdown in Confluence and not in Jira.
If it's just a single link, then something like this would work OK:
https://confluence.atlassian.com/confkb/how-do-i-add-links-to-confluence-5-x-s-top-global-header-navigation-bar-358908020.html
For adding more links, there are some options here:
https://community.atlassian.com/t5/Answers-Developer-Questions/How-to-add-a-drop-down-next-to-Browse-at-the-top-of-Confluence/qaq-p/502560#M40234
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?
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.
Navigator for Jira
Navigator for Confluence
Navigator for Bitbucket
Regards,
Omer
Add the below code in your atlassian-plugin.xml file above </atlassian-plugin> tag
and modify it accordingly:
It looks like you're new here. Sign in or register to get started.