Trying to hide the 'Assign to me' link and button on an issue type called 'Procedure'. It's not working using a variety of codes. Currently trying:
Any thoughts much appreciated.
Your code does not return a value. It must return true if you want to display these items and false, if you do not want to the items to be displayed:
if (selectedIssueType == "Procedure") {
return false;
}
return true;
Thanks. Working now. For some reason I thought the function evaluated itself.
I've also realised the 'Assign to me' doesn't remove the blue hyperlink. Shame.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
Any news about that? Have anyone succeeded in hiding the assign to me hyper link?
Thanks!
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.