Hi,
We are linking one issue with few other issues and I wanted to send a email with those linked issues key in a custom email with Jira automation.
For example: I have linked test-2 and test-3 for test-1, when i close test-1 email gets generated to specific group in that body should contain linkedissues: test1, test-2 with the links.
I am using this smart value but getting the empty list in email {{#issue.issuelinks}}
<a href="https://URL/browse/{{outwardIssue}}">{{outwardIssue}}</a>{{^last}} , {{/}} {{/}}
I want only outward issues so just added outward issue in smart rule
Hi @Janaki.R
{{outwardIssue}} is an object, so perhaps try using just the keys with {{outwardIssue.key}}
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Have you tried first writing your expression to the audit log to determine it is correct/contains data?
Also, I am using Cloud, and not Server/Data Center, so I cannot confirm which smart values are available to you. You can do that with this how-to article, helping to confirm the references are correct:
https://confluence.atlassian.com/automation/find-the-smart-value-for-a-field-993924665.html
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.