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 There, I'm trying to use jira automation to automatically input a link in a JSM issue when certain conditions are met. This in my case is placing a reference document on a related ticket. Right now the link is viewable and is clickable, but it shows the full URL for a confluence page which is looooong and I would like this to look similar to what you can do with an HREF tag in HTML. Is there a way to do this using jira automation?
<a href="url">link text</a>
Have you integrated your Jira and Confluence together already? If so then you also need to configure the Confluence Space and Jira project together in Cloud in order to get shorten links to work.
Details on how to do that are located here - https://www.atlassian.com/software/confluence/guides/expand-confluence/confluence-and-jira
However, here's a start:
This is the first step to integrating Confluence and Jira.
I hope this helps.
I do have Jira and confluence linked, but what I'm looking for involves creating a comment when an automation is run. I'm basically trying to do what a hyperlink tag would do in HTML. Is there a way to do an href or an equivalent in the comments section of JS or JSM?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This page will have the markdown you need for the comment. Give it a go.
https://support.atlassian.com/jira-software-cloud/docs/markdown-and-keyboard-shortcuts/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Nate Dickinson ,
Did any of the approaches worked out for you? I tried both formatting styles in my Jira automation rule and non of them created a hyperlink to a text:
<a href=“https://www.google.com">Test1</a>
[Test2](https://www.google.com)
Can you please share what you used at the end?
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.
Hi @Heather Ronnebeck ,
thanks for your quick response. I tried out this option as well, but the formatting in the Jira issue looks like this - no hyperlink
I believe the third formatting option is used in slack only, isn't it? Is there anything we have to turn on in the settings in Jira to make any of the formats work?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
HTML is disabled due to security risks, see https://confluence.atlassian.com/jirakb/enable-html-tag-usage-in-jira-server-text-fields-771895067.html
So hopefully the option [Test2](https://www.google.com) will be fixed by Jira in the future. I am also waiting for the solution.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Heather Ronnebeck
are there any updates on this linking issue? I also am waiting for a solution to add a simple linked text to an automated response. I'm a bit surprised that something this basic is not possible... are we sure the is no alternative option that does work, that we missed so far? Please check internally if there is anything else we can try? Thank you!
Kind regards,
Joost
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Joost van de Vijver You have to use the markdown format to add a link, like this:
[Atlassian|http://atlassian.com]
You can learn more about the markdown text here.
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.