Forums

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

How do I display issue type name instead of issue type avatar, within the project?

Vikhyath Pati April 3, 2019

How do I display issue type name instead of issue type avatar, when seeing all the issues and filters within the project? Is there anyway way configuring it within the application without changing the script?

Thanks!

1 answer

0 votes
Tilwin Joy
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
April 5, 2019

Hi, I'm afraid no such configuration exist at the moment.
However you can run a script (I'd recommend doing so via a plugin, although you can find other work arounds in community) such as the following at your own risk

(tested in project issue list side panel)

$('.issue-content-container').prev('div').find('img').replaceWith(function(){ return $(this).attr('alt')});

doing so might affect the layout of the page depending on the issue type names

Trent September 28, 2021

I love this, how often can an option be so simple to implement for the company but we have to code a work-a-round to fix the problem ourselves, lol.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events