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,
I'm using the helper.render in a "send mail script post function" to render a multiline custom field to html.
When the field contains an embedded image, the jira base url is not added to the scr-tag, so the mail receiver cannot see the image as the link is broken.
Adaptavist told me, that this is a known issue from jira:
- https://jira.atlassian.com/browse/JRASERVER-41675
- https://jira.atlassian.com/browse/JRASERVER-40986
My idea as workaround is to use a string replace in combination with the
${helper.render(custmfieldcontent)}
to put the baseurl into the scr tag. But i wasn't able to get a working syntax :(
Can anybody help or give me a hint?
Best Regards
Manuel