Ho to hide assignee (useravatar or first letter) in agile cards

Jose M.
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 3, 2015

Is it possible to hide the assignee (useravater or first letter) in agile issue cards?

As from my understanding, users without an useravatar will have automatically a letter corresponding to their name. But neither the useravatar or the letter is always helpful, especially in cases were the assignee is more or less a place holder.

Actually I am using a blank useravatar for the user, but I woluld prefer the possibility to hide the assignee in the cards layout or the respective boards.

Any help here? Thanks.

1 answer

1 accepted

1 vote
Answer accepted
Kirstin Seidel-Gebert
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 31, 2015

Hello Jose,

you can add CSS to the JIRA announcement banner. I used this for some minor styling changes. The following CSS does it in JIRA 6.2.7:

<style type="text/css">
    .ghx-issue.ghx-has-avatar .ghx-avatar { display: none; }
</style>

Note:

  • You need to be JIRA Admin to do this.
  • No guarantee, adding faulty code to the announcement banner may break something else.

Regards,
Kirstin

Jose M.
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 1, 2015

Thanks, Kirstin. It works indeed, but affects all cards for all users in all boards. This would not be accepted by all teams.

Suggest an answer

Log in or Sign up to answer