tju-yxq opened a new issue, #3559: URL: https://github.com/apache/rocketmq-dashboard/issues/3559
## Problem\n\nSeveral operational inventories in the dashboard can be exported as CSV, but the notification delivery feed cannot. Operators currently have to copy rows manually when they need to share delivery failures or build an incident report.\n\n## Current behavior\n\nweb/src/pages/ops/notificationDeliveries.tsx has filters, detail inspection, and retry actions, but no export action. The backend has no delivery export endpoint.\n\n## Expected behavior\n\n- Add a backend export endpoint that uses the same filters as the delivery page.\n- Export a bounded result set with fields such as alert ID, alert title, domain, transition, instance, channel, status, attempts, timestamps, and last error.\n- Add an export button to the delivery page and stream the CSV as a download.\n- Do not export full message bodies if they can contain sensitive content; export the same information displayed in the table and detail drawer.\n\n## Why this matters\n\nNotification reliability reviews often r equire sharing the affected deliveries with another team. CSV export keeps the output consistent with the filters the operator already selected. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
