### How to use GitHub
* Please use the 👍 [reaction](https://blog.github.com/201…6-03-10-add-reactions-to-pull-requests-issues-and-comments/) to show that you are affected by the same issue.
* Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
* Subscribe to receive notifications on status change and new comments.
**Describe the bug**
Copying a card from one board to another only copys the name of the card and the people assigned... no details, no attachments, no comments.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to 'triple dot'
2. Click on 'copy/move'
3. Click copy card
4. select a different board
5. goto said board
6. open card
**Expected behavior**
it should carry over all details and comments and attachments... i can understand not bringing over activity but everything else should copy. we use a lot of templates and have a template board... the copy feature has been awesome until just this week we noticed it stopped. guessing since last update.
**Client details:**
- OS: Ubuntu 24.04.02
- Browser firefox
- Version 138
- Device: desktop
<details>
<summary>Server details</summary>
**Operating system**: Ubuntu 24.04
**Nextcloud version:**Snap - [Hub 10] (31.0.2)
**Where did you install Nextcloud from:** snap store
**Signing status:** letsencrypt
```
Login as admin user into your Nextcloud and access
http://example.com/index.php/settings/integrity/failed
paste the results here.
```No errors have been found.
**List of activated apps:**
```Enabled:
- activity: 4.0.0
- admin_audit: 1.21.0
- announcementcenter: 7.1.0
- bruteforcesettings: 4.0.0
- calendar: 5.2.1
- cloud_federation_api: 1.14.0
- comments: 1.21.0
- contacts: 7.0.6
- contactsinteraction: 1.12.0
- dashboard: 7.11.0
- dav: 1.33.0
- deck: 1.15.0
- encryption: 2.19.0
- external: 6.0.2
- federatedfilesharing: 1.21.0
- federation: 1.21.0
- files: 2.3.1
- files_downloadlimit: 4.0.0
- files_external: 1.23.0
- files_pdfviewer: 4.0.0
- files_reminders: 1.4.0
- files_sharing: 1.23.1
- files_trashbin: 1.21.0
- files_versions: 1.24.0
- firstrunwizard: 4.0.0
- forms: 5.1.0
- groupfolders: 19.0.4
- guests: 4.2.0
- integration_giphy: 2.0.1
- logreader: 4.0.0
- lookup_server_connector: 1.19.0
- mail: 5.0.0
- metadata: 0.22.0
- nextcloud_announcements: 3.0.0
- notes: 4.12.0
- notifications: 4.0.0
- oauth2: 1.19.1
- password_policy: 3.0.0
- passwords: 2025.4.20
- photos: 4.0.0-dev.1
- privacy: 3.0.0
- profile: 1.0.0
- provisioning_api: 1.21.0
- quota_warning: 1.21.0
- recommendations: 4.0.0
- related_resources: 2.0.0
- richdocuments: 8.6.4
- richdocumentscode: 24.4.1303
- serverinfo: 3.0.0
- settings: 1.14.0
- sharebymail: 1.21.0
- spreed: 21.0.2
- support: 3.0.0
- survey_client: 3.0.0
- systemtags: 1.21.1
- tasks: 0.16.1
- text: 5.0.0
- theming: 2.6.1
- theming_customcss: 1.18.0
- twofactor_backupcodes: 1.20.0
- user_status: 1.11.0
- viewer: 4.0.0
- weather_status: 1.11.0
- webhook_listeners: 1.2.0
- workflowengine: 2.13.0
**Nextcloud configuration:**
{
"system": {
"apps_paths": [
{
"path": "\/snap\/nextcloud\/current\/htdocs\/apps",
"url": "\/apps",
"writable": false
},
{
"path": "\/var\/snap\/nextcloud\/current\/nextcloud\/extra-apps",
"url": "\/extra-apps",
"writable": true
}
],
"supportedDatabases": [
"mysql"
],
"memcache.locking": "\\OC\\Memcache\\Redis",
"memcache.local": "\\OC\\Memcache\\Redis",
"redis": {
"host": "***REMOVED SENSITIVE VALUE***",
"port": 0,
"timeout": "1.5",
"dbindex": "0"
},
"log_type": "file",
"logfile": "\/var\/snap\/nextcloud\/current\/logs\/nextcloud.log",
"logfilemode": 416,
"passwordsalt": "***REMOVED SENSITIVE VALUE***",
"secret": "***REMOVED SENSITIVE VALUE***",
"trusted_domains": [
"cloud.xxx.com",
"localhost",
"10.1.2.188",
"xx.xx.xx.xx"
],
"datadirectory": "***REMOVED SENSITIVE VALUE***",
"dbtype": "mysql",
"version": "31.0.2.1",
"overwrite.cli.url": "http:\/\/cloud.xxx.com",
"dbname": "***REMOVED SENSITIVE VALUE***",
"dbhost": "***REMOVED SENSITIVE VALUE***",
"dbport": "",
"dbtableprefix": "oc_",
"mysql.utf8mb4": true,
"dbuser": "***REMOVED SENSITIVE VALUE***",
"dbpassword": "***REMOVED SENSITIVE VALUE***",
"installed": true,
"instanceid": "***REMOVED SENSITIVE VALUE***",
"maintenance": false,
"mail_smtpmode": "smtp",
"mail_smtpsecure": "ssl",
"mail_sendmailmode": "smtp",
"mail_from_address": "***REMOVED SENSITIVE VALUE***",
"mail_domain": "***REMOVED SENSITIVE VALUE***",
"mail_smtphost": "***REMOVED SENSITIVE VALUE***",
"mail_smtpport": "465",
"mail_smtpauthtype": "LOGIN",
"mail_smtpauth": 1,
"mail_smtpname": "***REMOVED SENSITIVE VALUE***",
"mail_smtppassword": "***REMOVED SENSITIVE VALUE***",
"default_language": "en",
"force_language": "en",
"default_locale": "en_US",
"default_phone_region": "US",
"force_locale": "en_US",
"skeletondirectory": "\/mnt\/Storage1\/skel",
"loglevel": 2,
"theme": "",
"maintenance_window_start": "1",
"debug": false,
"data-fingerprint": "xxx",
"share_folder": "\/Share",
"overwriteprotocol": "https",
"overwritehost": "cloud.xxx.com",
"defaultapp": "dashboard,files,deck,spreed,calendar,contacts,mail,notes,tasks,forms,passwords,photos"
}
}
```
</details>