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

Action "Send email" with "Lookup issues" - cannot visualise issueType

Petar Andreev July 1, 2020

Hi guys! 

I am setting up an automation to send an email when a fix version is released. 

Setup:

  1. Trigger: When version released
    1. Then: Lookup issues
    2. And: Send email

      Contents:
      <ul>
      {{#lookupIssues}}
      <li><a href="{{url}}">{{issueType}} - {{key}} - {{summary}}</a></li>
      {{/}}
      </ul>

The result is a sent email without the issue type. I have tried with both

{{issue.issueType}} - the issue type
{{issue.issueType.name}} - the name of the type of issue.

 but the result is the same. Any ideas?

1 answer

1 accepted

2 votes
Answer accepted
Petar Andreev July 2, 2020

After trying again this worked {{issuetype.name}}

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events