Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to remove "Assign to me" under assignee field

David Antebi September 3, 2018

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! 

1 answer

0 votes
Gabriele Franck
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
September 12, 2018

Hi @David Antebi

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

Suggest an answer

Log in or Sign up to answer