Forums

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

Disable Emoticons in JIRA

gavin
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
December 12, 2019

How do you stop the pointless and useless emoticons from appearing in a comment in a jira update?

I have tried to stop keyboard shortcuts but no luck.

 

Noformat is useless as still need bold and italics.

 

Very unprofessional having them in the first place.

 

 

4 answers

3 votes
Alex Williams
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 1, 2020

Hi,

 It would be a nice feature if there were a way to turn off smiley faces / emoji that show up in Jira tickets.

 It is very distracting and unhelpful to have a crucial element of a snippet of code turned into a sly winky face.

 One can work around this issue by ensuring that code is always in a code block, but it would be nice if this was not a necessary workaround for this professional product.

2 votes
Jack Brickey
Community Champion
December 12, 2019

The only way I know is to change the field renderer to text but seems like that won’t meet your requirements. configuring-renderers 

1 vote
Payne
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 Champions.
December 13, 2019

Here's an open request for this that you can vote for, but don't hold your breath.

https://jira.atlassian.com/browse/JRASERVER-39164

The following page mentions removing a bit of code from an XML file. I have not tried this and cannot vouch for it, but it may be something for you to try. I'd recommend trying first on a non-production instance and making a backup of the file before doing so. Also, I suspect it would need to be repeated following an upgrade.

https://community.atlassian.com/t5/Answers-Developer-Questions/Disable-smileys-in-JIRA/qaq-p/493974

0 votes
Tanguy NODET
February 19, 2026

Hello all,

I wrote a UserScript to work around this issue and effectively disable the emoji popup when typing a colon (`:`).

You can find it as a GitHub Gist here: https://gist.github.com/tnodet/0f4d85ed251b6b977ddd8197f64488d2

This works on Jira cloud, as of 2026/02/19.

 

To install the script:

1. Install the Tampermonkey browser extension (follow all installation instructions, especially the one to Enable developer settings / Authorize user scripts)

2. Open the raw Gist : https://gist.githubusercontent.com/tnodet/0f4d85ed251b6b977ddd8197f64488d2/raw/jira_hide_emoji_popup.user.js

3. This opens the Tampermonkey extension and asks for confirmation

4. Click on "Install"

 

The script should now be up and running. Check by navigating to your JIRA cloud instance: https://company.atlassian.net/jira. You should see a little red badge with a 1 on the Tampermonkey extension's icon.

Tampermonkey will automatically update the script (it will check for new updates daily by default). You can force an update check by clicking on the Tampermonkey extension's icon > Utilities > Check for userscript updates.

 

Enjoy!

Suggest an answer

Log in or Sign up to answer