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.
I'm trying to figure out why the html that is being sent via the webhook is not being rendered as html within the Description field.
We are using a webhook to create issues. The webhook data provides the Summary, Description, and a label. The Description is sent as html. Example:
<html><body><p>This is the first part of the description.</p><p>This is a sample of how the second part will look</p></body></html>
This is how the Description field looks when the issue is created:
The automation rule is setup as follows:
I've tried adding ".html" within the "{{webhookData.description}} smart value, but that just causes the description to be blank when the issue is created.
I've confirmed that the field configuration used by the project where the issue is being created and the associated issue type has the Description field configured to render as: "Wiki Style Renderer".
Hi @Gary Spross ,
If I remember correctly, you cannot use HTML on the description, only plain text. The documentation unfortunately seems to back me up here.
Best regards,
Oliver
Interesting... I thought the Wiki renderer allowed for html. Thanks for the response. I'll figure something out.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.