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

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,552,048
Community Members
 
Community Events
184
Community Groups

How do I get attachment names from multiple issues with smart values

Edited

I have an automation rule that works across all the issues linked to an epic. We are sending issue details to an external process via webhook. Using {{#issues}}{{key}}, {{/}} in the body of the web request I get a comma separated list of all the keys. If I run {{attachment.filename}} against ONE issue (different rule to test the smart value) I get a comma separated list of the attachments for that issue. What I would really like is a list of all the issue keys linked to the epic, and all the attachments associated with those issues. They don't even have to be associated pairs, I just need the values. I tried variations of:

{#issues}}{{key}}{{attachment.filename}}, {{/}}

{#issues}}{{key}}, {{attachment.filename}}, {{/}}

{#issues}}{{key}} {{#attachments}}{{filename}}, {{/}}

{#issues}}{{key}} {{/}}, {{#attachments}}{{filename}}, {{/}}

...

and to attempt just the file names:

{{attachment.filename}}

{#attachments}}{{filename}}, {{/}}

etc.

the best I got was a list of issue keys followed by a string of commas and spaces. 

 

 

1 answer

1 accepted

0 votes
Answer accepted

I found the answer -- {{#issues}}{{key}}_{{attachment.filename}} {{/}} produces string:

XXX-001_FileName1, FileName2, FileName3 XXX-02_FileNameX, ..., ...

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events