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 @Stella Marie Alice Bakhoff
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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.