-
Notifications
You must be signed in to change notification settings - Fork 132
Closed
Labels
Description
Hello again!
In Redmine's GUI it's possible to make copies of issues, including their attachments.
I was wondering if it's possible to do the same action using the API, including copying the attachments.
The current solution I found is to get each issue, download their attachments, create the new issues and reupload the attachments. This approach is not very practical considering the attachments are over 20MB and that there are about 40000 issues to be copied.
Thanks!