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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.