Dear Community!
We would like to send an email to our external partner about certain issues (issues that are set to a specific status)
However, we would also like to add the existing comments that were present in the Jira system, before the sending. Currently our automation looks the following:
As you might see, it includes the attachments, but not the comments. Is there a way to include the comments? The whole point is, that if we can not solve the issue internally, we need to send an email to our partner to Level 3, but they do not use Jira.
Thank you in advance.
Hi @Teke Máté
That's possible and documented in the Atlassian documents on smart values that refer to issue contents/variables. The smart values can be put into the mail, they are translated to their text equivalent upon processing of the automation.
You need to follow the special format for the automation to interpret the list of objects you want to be translated to text:
{{#issue.comments}} Comment by: {{author.displayName}} at: {{created}} {{body}} {{/}}
the {{/}} being the closing of the {{# list iteration.
Kind regards,
Dick
Hi @Teke Máté
If you mark this as the answer, folks with a similar question can find it easier.
Kind regards,
Dick
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.