The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

How can I render HTML comments from Salesforce in JIRA OnDemand

Graeme
July 8, 2012

We are using the Customware Salesforce/JIRA connector. All our Salesforce comments are in HTML format, so when they are synced to JIRA via the connector, they get rendered as plain text and we see the mess of HTML tags in the comment instead of the proper HTML contents.

Customware informed us that the only solution to this is the JEditor plugin?

Is this the solution, and if so, how do we enable that plugin for OnDemand.

Help greatly appreciated, thanks,

Graeme

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Answer accepted
Kirill Bobrovskikh
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.
July 9, 2012

A workaround is possible..

This can be done with a piece of javascript. Custom fields allow html in their description so you can embed a javascript into your JIRA issue view page.

A simple function can go through the comments and convert &lt; to < (and &gt; to >) for Salesforce comments.

P.S. we also want Atlassian to add JEditor to their OnDemand plugins portfolio :)

Cheers,

Alex