Hi,
I want to remove the "Assign to me" link\button under the assignee field.
Currently I have the CSS script below to put in the announcement banner, however it's removing the "Assign to me" from all the instance.
I want to remove it only from specific issue type, I thought to add some javascript code to do it but I don't know how.
Could you please help me to write this code?
Here is the CSS:
<style>
a#assign-issue {display:none} /* Removes assign issue from main menu */
a#assign-to-me {display:none} /* Removes assign to me link from Issue View */
#assign-to-me-trigger {display:none !important} /* Removes assign to me link from Assign Screen */
</style>
Thanks!
I'm not a CSS specialist, but maybe this article could help you with the script:
How to remove the 'Assign' button from issues
I know your request is a little bit different, but the code might give you some guidance here :)
Gabi
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.