You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi
The problem is that certain special characters and text between these characters are removed from incoming emails. Example:
The original email has a line:
<my@email.address.com>:text
But in Jira it displays:
:text
So everything between < and > goes missing.
Thanks for any hints on how to solve this!
Hi!
I believe the issue is caused by the fact that with HTML emails, the application keeps the XML tags, but not with text/plain emails.
If your incoming mail is plain text, you can use the following work-around for setting the description field:
Update issue by setting fields:
regex: ((?s:.*))
value: $!group1.replaceAll(">",">").replaceAll("<","<")
Unfortunately as the comment has no set issue field action, but is added by default it is not possible to use the same work-around for adding comments.
I hope this will help you.
Imre
Hi @Alice Admin
If you use Gmail, I can advise you to try the Email&Tasks: Jira Cloud for Gmail app by my team to convert your emails into tasks in Jira.
It's AI-powered (GPT-3 technology is currently implemented).
I hope it will be helpful to you!
A minimum 30-day trial is available, and the add-on is free for teams of up to 10 users.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.