Hello all,
I am trying to build a rule, which I have multiple lookup issues and I need to send the result of these lookup issues in a Slack Message.
So, I am using variables to store the result of the Lookupissues, but, it is not working. I am not sure what is missing. See below the rule:
Also, I am not sure if the text I am adding on the Slack Message is correct, I am trying to write the Jira Hyperlink.
Hello Team, see below the pending tickets:
Pending Tickets:
{% for issue in pendingissues %}
• <{{issue.url}}|{{issue.key}}>
{% endfor %}
Missing Requester
{% for issue in missingrequester %}
• <{{issue.url}}|{{issue.key}}>
{% endfor %}
Hi @Andre Menezes ,
Hey @Jack Brickey thanks for responding.
So, the rule was triggered, but, the message sent in Slack was empty, without the tickets and with the If statement and codes I added, see below:
Hello Team, see below the pending tickets:
Pending Tickets:
{% for issue in pendingissues %}
• <|>
{% endfor %}Missing Requester
{% for issue in missingrequester %}
• <|>
{% endfor %}
So, my guess is that the lookupissues action may be working, but, the error is on the Slack Message, see the logs - the error is, Error rendering smart-values when executing this rule:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.