I want to send a notification that includes a link back to the originating ticket in the body of an email. I can include the Key of the issue but not the link. How can I do this with Automation for Jira?
Hi John,
thanks for your question :)
You will need to use the following smart value:
If you wanted to get fancy, you could use the following, which will show the name and description of the ticket as well as link to it:
<a href="{{issue.url}}">{{issue.key}} - {{issue.summary}}</a>
Cheers!
{{issue.url}} some times generating a link which takes you to the ticket in the customer portal. But some times it is generating a link which takes you to the home page of the customer portal.
I am getting this strange behaviour.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You need the customer link, {{issue.url.customer}}
:)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Mallikarjuna Madineni The reason you sometimes end up in the portal is because you don't have access to the Service Desk.
The same URL is used for both Service Desk and Customer Portal (or if it is some redirects involved). Anyhow - that is why :)
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.