Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Hyperlink in automation when creating a new idea

Paolo Pastorino
Contributor
December 8, 2023

Hi everyone,

I am creating a basic automation that sends an email every time a new idea is created.

I am able to add the issue key to the subject by using {{issue.key}} but I would need to get the link to it in the email body.

What am I missing in the automation workflow or the usage of smart values?

Thanks

4 answers

2 accepted

2 votes
Answer accepted
Diana G December 8, 2023

@Paolo Pastorino@Amanda Hornburg Use {{issue.url}} in the email bodyemail body example.JPG

1 vote
Answer accepted
Nick Haller
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
December 8, 2023

Hi @Paolo Pastorino and @Amanda Hornburg ,

You can use an automation such as the one below to include a link of the JPD idea in the email:

autolink1.jpg

 

The link would be something like:

https://site_name.atlassian.net/browse/{{issue.key}} 

 

Hope that helps!

Amanda Hornburg
Contributor
December 8, 2023

Thank you!!!

Amanda Hornburg
Contributor
December 8, 2023

@Nick Haller I have a recurring task set up to schedule creation of jira issues then to send a message in MS teams. I added the hyperlink as you mentioned but it doesn't seem to pull the issue key into the messages generated when the message comes through. Any idea how to have it pull the issue key it just created in the scheduled task?

Chad Nauman December 8, 2023

You should also be able to use the smart value of {{issue.url}} so that you don't have to know the full site domain/sub-domain info.

Like # people like this
Amanda Hornburg
Contributor
December 8, 2023

Thank you Chad! I got it! For this, since I am creating the issue in the rule I used {{createdIssue.key}} to pull the issue number into the message title and {{createdIssue.url}} in the message body to get direct links!

1 vote
Stephen_Lugton
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
December 8, 2023

This will give you the link as the issue key:

 

<a href="{{Issue.url}}">{{Issue.key}}</a>

 

This will just give you the link:

 

{{Issue.url}}

Diana G December 8, 2023

@Stephen_Lugton  Good point!

0 votes
Amanda Hornburg
Contributor
December 8, 2023

I'm also interested in this - following! 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events