I have a simple automation rule in the board I'm working
WHEN issue is closed, done, resolved
IF Fix version is empty
THEN send an email.
How can I add the JIRA issue that triggered this to the email body? so that the recipient can simply click on the link to see the issue?
Thanks
Hi Anthony,
You can use this in the body for a clickable link:
<a href="{{issue.toUrl}}">{{issue.summary}}</a>
Thanks John! I was doing some testing and figured out {{issue.key}} {{issue.summary}} fields. Then I got stuck with how to enable a clickable link and voila, you provided the solution!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey @John Funk , I have a follow up question. If I need to show the JIRA issue ID and summary in the hyperlink, is below correct?
Expectation:
WDM-9999 Test Summary
<a href="{{issue.toUrl}}">{{issue.key}} {{issue.summary}}</a>
(If I need a space between ID and the summary, how to add that? otherwise formatting look ugly)
Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks!
So as per your response, it would be one hyperlink or two? I would like to have only one hyperlink.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Without testing a lot - that's what I would do. The hyperlink is the same so it doesn't matter if you have one that includes the whole thing including the space or have two separate - I don't see a difference in that.
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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.