Hi All,
I wanted to hide some issue links from the issue Link window from the users. Please see the screenshot below:
This requirement is from my client.
Can you please suggest me workaround for this?
Thanks in Advance.
Renu.
You can't do it in configuration, you will need to amend some code to hide the links you don't want from specific groups/users etc
You might be able to do it in Javascript, but people can bypass that if they want. That's the closest you'll get to a none-coding workaround.
Hi Nic,
Thanks for your quick response.
Can you please suggest me what kind of code I can use?
I tried using javascript... But I am not able to get the Link PopUp Window to hide those link types using javascript.
Thanks & Regards,
Renu
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi All,
Please suggest me some javascripts for this.
I have used following java script it is not working.
<script type="text/javascript"> AJS.$(document).ready(function() { AJS.$("#issue-link-link-type option[value*='clones']").remove(); }); </script>
Thanks & Regards,
Renu
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can anyone please tell me how can I get popup Link screen in the java script. so that I can remove options from the select list?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You have to do it in the steps. First you need to add a handler in the doc.ready to add a handler for the div show/hide. Inside that handler you should try to remove the options from the dropdown.
I guess so.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Renjith,
Thanks for your reply.
I got one javascript to hide such options from the select list.
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.
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.