Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Adding tables to comment doesn't appear properly in latest comment script field

Rahini Balamurugan August 3, 2021

I have a script field called "Latest Update" which will update the last comment from put it in the script field. 
The problem I face is that,

When I add a table to comment, that table is not getting updated properly it just displays as a single comment rather than a table. Attached the screenshot for reference.
I want the exact table in comment section should be displayed in "Latest Update" field as well.
Kindly someone help !!!!!

Screenshot 2021-08-03 at 6.01.19 PM.png

2 answers

1 accepted

Suggest an answer

Log in or Sign up to answer
1 vote
Answer accepted
Peter-Dave Sheehan
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 Leaders.
August 3, 2021

There should be two options when it comes to rendering wiki content n a scripted field

1) render the wiki to html in your velocity template

2) render the content to html in groovy

I've dabbled with velocity rendering, but I was having issues after some upgrade and converted my own scripted field to use groovy-level rendering.

On your last line of the script, just add something like this

ComponentAccessor.rendererManager.getRenderedContent('atlassian-wiki-renderer', wikiText, issue.issueRenderContext)

 This assumes you've populated a variable called wikiText with your comment body.

Rahini Balamurugan August 4, 2021

Hi @Peter-Dave Sheehan
Your script helped me. I am done :D 

Thank you so much.

0 votes
Leo
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
August 3, 2021

Hi @Rahini Balamurugan

May I know how you are getting and updating comment to field. are you using wiki renderer on fetched comment before you return the value to field?

also it would be better if you pass the script to look further

 

Regards,

Leo

Rahini Balamurugan August 4, 2021

Hi @Leo ,
I used wiki renderer as suggested by peter and it worked.

 

Thanks to you both <3 

TAGS
AUG Leaders

Atlassian Community Events