Within Jira's automatic notifications, which arrive, for example, when I'm following an issue I can enter through a direct link to the issue.
What is that smart value?
I'm creating an automation to notify when an issue changes from a specific column to another, but I can't find the smart value to make it a direct link to the issue.
Hi @Carol V.
Welcome to the Atlassian Community!!!
You can use this one, it will show the name and description of the ticket, and the link to it:
<a href="{{issue.url}}">{{issue.key}} - {{ issue.summary}}</a>
I hope it helps,
Anthony
Glad I could help!!!
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.