Hi,
When we receive email requests from customer that has formatting in it, and when the ticket gets created in Jira, the description (we used the body of the email) field is losing all the formatting. Is there a solution to this.
For Eg. when we receive an email with Bullets in it we are losing it once in Jira
- Email Body :
- Jira Description:
* test * test
- In some cases it shows up as (wikimarkup) not sure how/why
* {color:#333333}test1{color} * {color:#333333}test2{color} * {color:#333333}test3{color} * {color:#333333}tes4{color}
We send an email back to the customer with this Description from the Work Flow's PostFunction during Transition and that is when it is losing all it's formatting. In the PostFunction, the Format of the Email's Body I have it checked as HTML.
I tried turning on the WikiStyle Renderer in the Field Configuration but that doesn't seem to help outside of the Jira System.
Would appreciate some guidance here.
Thanks.
Raghavi
Hi Joe,
Thanks for the update. But I think you guys do have a solution to this. There is a string function called "wikiToHTML" . That seems to have fixed my issue.
Eg.
{{{wikiToHTML(%{00001})}}}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
I have mentioned the solution to my question in the thread you replied to !!.
There is a string function called "wikiToHTML" . That seems to have fixed my issue.
Eg.
{{{wikiToHTML(%{00001})}}}
Hope that helps.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Ragvi Ttpt ,
We want to try it. Where should we implement this function? Can you please explain in detail? We are processing outlook mails to Jira Service Desk. Should we add script to call this function in create transition?
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am using this in the PostFunction of a transition, which is when we send emails out. So I have this in the body of the Email.
If you are creating tickets in the service desk via emails then you could try adding this during your Create transition in the PostFunction , before the re-indexing and Issue created events are fired.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Raghavi Tatiparti - NOAA Affiliate
We have an incident where some emails sent from another ticketing system are not formatted correctly in Jira, in their emails they use tables for signatures and the Jira does not format it correctly.
Could you tell me how you used the {{{wikiToHTML (% {00001})}}} to format the emails?
Thanks and best regards,
Gustavo Monsalve
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey there Ragvi, as far as I know this is not possible in Jira out of the box. We do however have a feature request for this here : JRASERVER-65358.
Feel free to check it out, and if it matches your requirements, don't forget to Vote for it to show support and interest, as well as Watch the request, so that you will get notifications whenever there are any updates to it.
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.