Hi, I am new to Atlassian. Can anyone help me?
Thanks in advance.
I am attaching a screenshot of what I need exactly.
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.
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.