Jira module attachements not visible for download

Hello there,

I try to download some pictures, that have been uploadad in a jira-ticket.

I used the module “get an issue” to get all the data from the ticket. When I click on the magnifiing glass of that scenario I see that in output all Attachements and their ID have been found.
See here:

After that I use the “Download an Attachement” scenario, but here I have only one Attachement-ID, that I can put in the scenario. But I need all IDs and all pictures.
See here:

Can someone tell me, how I can get these information out of my jira ticket?

Thank you in advance,
Bernhard

Hey @B-K-1

before “download an attachment” module, please add “iterator” from tools (below the workspace in green color) and map “Attachments” from “get an issue” module.

After this, map the attachemnt id in “download an attachment” module from iterator. Iterator will process each file one by one. And you will receive all the files downloaded.

You can refer to below post here for better understanding.

Atlassian API - Extracting data from Collections...within an Array - #2 by Msquare_Automation

Also can explore get and map function to deal with arrays.

Extract an Item from Array | Get and Map Function | Make Beginners Guide

Regards,
Msquare Automation - Gold Partner of Make

Book a Free Consultation | Connect Live
Explore our YouTube Channel for valuable insights and updates!

2 Likes

Thank you very much. That worked!

1 Like

Glad to hear that the issue is resolved.

Regards,
Msquare Automation - Gold Partner of Make

Book a Free Consultation | Connect Live

Explore our YouTube Channel for valuable insights and updates!