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:
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.