The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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.
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.
@John M 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.
Hello Atlassian Community! Feedback from customers like you has helped us shape and improve Jira Software. As Head of Product, Jira Software, I wanted to take this opportunity to share an update on...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.