Hi all,
I would like to get a list of work items that contain an attachment that has a filename longer than 50 chars. Then, I'd like to send this list as an email.
What I tried is:
Smart value comparison:
Conditional expression
({{#if(issue.attachment.filename.length.gt(50))}} {{lookupIssues}} {{/}}
or
{{#lookupIssues}}
* {{#if(attachment.filename.length.gt(50))}} {{key}} {{/}}
{{/}}
I can't seem to be able to get the syntax right.
What does everyone think? I'm tempted to tag the automation goat @Bill Sheboy , I think you might like this.