I want to get all the subtask's attachments in a single zip folder.is it possible?
Thanks in advance.
Regards,
Sushma
Not directly from the UI, and you can't do it easily directly on the server. They are kept in one directory (per issue), but not with the names you see on-screen.
To get a zip of all attachments, you should scrape the issue with REST and build the archive in a script.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.