Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parsing for emoticons, offered in Jira tickets #22

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

cherub-i
Copy link

@cherub-i cherub-i commented Mar 8, 2024

In issue descriptions, Jira parses certain strings as emoticons. Jira also offers to insert these emoticons through a function in the toolbar.
See https://confluence.atlassian.com/conf80/symbols-emojis-and-special-characters-1188407348.html / "Type the emoji keyboard shortcut".

These emoticons are translated into real emojis from Jira to MD representation.
Translation from MD back to Jira has also been done, but has not been tested.

These are all the emoticons in Jira-syntax:

:), :(, :P, :P, :D, ;), 
(y), (n), (on), (off), (!), 
(*), (*r), (*g), (*b), (*),
 (/), (x), (i), (+),  (-), 
(?), <3, </3
(flag), (flagoff)

The flag, flagoff are not supported by newer Jira editions, but are present in older ones.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants