I'm currently using a Rovo AI agent within a Jira Cloud automation rule to provide onboarding assistance for access requests.
Current implementation:
Issue encountered: During testing, I've found that I cannot embed clickable links within the {{agentResponse}} when it's added as a comment. I've tried both formats:
[text](URL)
[text|URL]
However, the links appear as plain text instead of being rendered as clickable links in the ticket comments.
Questions:
Any guidance or documentation you can point me to would be greatly appreciated.
Thanks in advance!
Jordi
Hello,
Welcome to the community! :)
Please find the details below:
1. Is there a more efficient or recommended way for a Rovo agent to directly create comments on Jira tickets through automation rules?
Direct Integration via Atlassian Automation
The recommended and most efficient method is to use the “Use Rovo Agent” action within an automation rule. This allows you to:
How to Set It Up:
Please find more details here.
2. How can I make the Rovo agent response include properly formatted, clickable links in Jira comments?
Jira Cloud supports two main formats for links in comments:
Most modern Jira Cloud instances use the Markdown format, but Wiki Markup is still supported in some contexts.
When configuring the “Use Rovo Agent” action in your automation rule, add clear instructions in the agent’s prompt to format links using Markdown. For example:
“When referencing any URLs, please format them as clickable Markdown links, e.g., https://atlassian.com.”
Ensuring Proper Rendering in Jira Comments
Advanced: Forcing Consistent Formatting
If you want to ensure all links are always formatted, you can add a post-processing step in your automation (using smart values or custom scripting), but in most cases, a well-crafted prompt is sufficient.
3, Are there specific formatting requirements for links in {{agentResponse}} variables?
You can also reach out to https://support.atlassian.com/contact/ rovo team to further help you out as well
Thank you,
Prachi
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.