When adding links/clones, Users are allowed to select from a list of Application Links through the Server Select Field - jira-app-link
What I would like, is to not have specific servers accessible to be linked to - as those App Links were created to support Administration Migration Tools and not needed for anything else.
Hi @Lani Fry
If you want to make a link appear in the application navigator for only specific users, use the Groups box to specify which groups can see the link. To hide the link from all users, select the Hide checkbox (for example, if you want to temporarily hide the link without deleting it entirely).
Please refer to this link for more details:
You can do that using a simple javascript embedded into the Announcement Banner. Try using this example: We request you to please try first in your test/staging environment.
<script> jQuery().ready(function() { if(jQuery(".login-link").size()>0){ jQuery(".aui-header-before").hide(); } }); </script>
Thanks,
Manisha
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.