Hi there,
I have an e-mail automation set up that sends a list of items out each week based on an issue filter.
Rather than just paste the raw filet into the body of the e-mail, i would like to add a hyperlink to a word in the text like for example " Issues can be viewed Here" the used clicks on here and is directed to the list of issues.
Does anyone have any ideas?
Thanks.
Oliver.
Assuming you have the filter link use below in the mail body
Issues can be viewed <a href= https://your-instance.atlassian.net/issues/?filter=10102>Here</a>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You will need to use HTML formatting for a URL in the email action in the automation rule.
Example:
<a href="{{issue.url.customer}"><b>survey</b></a>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Marc for your response but what if i don't have a smart value for the Issue filter?
So the Url is https://community.atlassian.com/t5/Jira-questions/Add-Hyperlink-to-Text-in-E-mail-Automation/qaq-p/2930899#M1085549
But I want to just have the hyperlinked word 'support'
Possible?
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.
Switch to Jira Cloud with Atlassian University! Explore new navigation, issue views, and Cloud features like team-managed projects and automation. Tailored for Data Center users & admins, these courses ensure a smooth transition. Start your journey today!
Enroll now
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.