Embed images or add hyperlinks in comment using Automation for Jira
Platform Notice: Cloud Only - This article only applies to Atlassian apps on the cloud platform.
Summary
This page describes how to create an automation flow that lets you add images and hyperlinks to comments on the issue.
Solution
Syntax for links and embedded images via automation
Once you have configured the Automation flow trigger and defined the conditions when a comment should be added, you can add the following options in the Comment on issue action.
For hyperlinks, bracket the clickable text, and add the link URL, separated by a pipe (the "|" character). For example:
[Link Text|URL]
[Atlassian's website|https://www.atlassian.com]
To embed an image, wrap the image URL within exclamation points. For example:
!https://<your_website>.com/images/your_image.png!
Steps to create an automation flow:
From your service project, select Space Settings > Automation.
Select Create flow in the top-right corner.
Select a trigger for the flow. Configure the trigger settings and select Next.
If you want to set conditions, actions, or branches on the flow, select New component, then configure the settings for your branch, action, or condition.
Select Next.
Give your flow a name, then select Turn it on.
After configuring the flow, confirm the embedded image is actually visible to customers on the portal (not just to agents in the Jira issue view) — if the image is hosted somewhere that requires Atlassian account authentication (for example, an internal Confluence page), portal customers won't be able to view it.
Related articles
Was this helpful?