Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×Hi All,
New to the community, but looking for some advice if possible?
I'm looking to create a macro in Jira, essentially with the text "Send Email", my variables would be a text field called EmailAdd with an email address, then the Key and Summary added to the subject bar
A worked example is below:
Key = "KEY-1"
Summary = "Server Disk Failure"
EmailAdd = "test@test.com"
When clicking the hyperlink Send Email on the above Jira issue, this should result in an email to EmailAdd, with the subject "KEY-1 : Server Disk Failure"
I believe I would need it to be an href something similar to the below:
"<a href="mailto:$space.EmailAdd()?subject=$space.Key()%":"%$space.Summary()">"Send Email"</a>"
Any advice as to where I may be going wrong would be greatly appreciated.
Thanks in advance
Hi @Simon Marchant !
I realize you asked this quite some time ago, but I'm at a loss and did not find any other documentation on how to achieve this. Did you manage to get your solution working somehow?
Many thanks!
Simon
Hi Simon,
Thanks for your email. I tried, but this was really a half measure to not go fully automated with email ticketing etc. In the end I had to abandon the above and went with using JSD email automation initially, which was shortly after, replaced by JETI email intergration. So long and short, no; but it petered out to not being required in the end.
Seems like a very long game in terms of responding on both of us at this point, but its appreciated.
All the best.
Simon
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.