Hi Atlassian fam.
I have this rule setup to notify Product Managers when an initiative goes past due. But the notification email I send does not include a link to the initiative. I'm assuming I need to include some smart values in the email template but I cant quite find the solution. Has anyone solved this yet?
Thank you!
Hi @Aaron Rose --
You'll need to use a tiny bit of HTML with smart values, so like:
The Target End Date has passed for the following issue:
<a href="{{issue.url}}">{{issue.key}}</a>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Darryl Lee Worked perfectly! Thank you.
I added a comma and the issue summary using this:
<a href="{{issue.url}}">{{issue.key}}, {{issue.summary}}</a>
I'm so pleased. Thank you.
Aaron
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
So glad it worked for you! For future reference, here's the documentation on Smart values in Jira automation.
BTW, I'd appreciate if you could hit that "Accept answer" button up top. Thanks!
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.