I'm trying to automate sending emails to myself whenever someone creates a ticket inside my Jira project. I am setting up the email body and would like to have a link out to the ticket created (i.e. a link to https://[company].atlassian.net/browse/[issue.id]). How do I do that with jql?
Hi Meghan - Welcome to the Atlassian Community!
You can place this in the body of the email:
<a href="{{issue.toUrl}}">{{issue.summary}}</a>
You can sub out key for the word summary if you just want the ID.
Thanks, this is exactly what I needed!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@John Funkdo you have similar expression for release url?
I'd like to place link to release in the email body, I'm trying to automate sending email when release is marked 'released'.
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.