I uploded by mistake the zipped file. Which is wrong.
The the zipped folder were 1000 files!!!
All files were attached to task.
To remove them I have option to delete them one by one.
It will take long time.
How I can delete all attachments from one task in one shot?
Thank you,
Hello @Tigran Kasparov ,
Currently this is not possible, see JRACLOUD-11297
Here are your options:
1. Clone the ticket (uncheck clone attachments option) and delete or close your previous ticket
2. You can try one of the solutions provided in this post
Paste:
while (true) { $('.attachment-delete a').first().click(); await new Promise(resolve => setTimeout(resolve, 3000));}
3. You can use RestAPI to delete the attachments see - Delete attachment
Best,
Sachin.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.