Surfaces
Mine Compatibility
Legacy My Reports route retained for compatibility with older dashboard links.
First created Last updated
reportsminecompatibilitylegacy-route
Overview
/reports/mine is a compatibility surface for older links to My Reports. It uses the same report dataset as /reports/my-reports, but displays rows grouped into Open, Resolved, and Closed sections.
Use /reports/my-reports for current documentation and handoffs. Keep /reports/mine in mind when old bookmarks or messages point there.
Dashboard route
/reports/mine
Inputs and controls
| Input or control | What it changes | Before using it |
|---|---|---|
| Partner scope selector | Changes which organization’s reports are loaded. | Confirm the partner before interpreting section counts. |
| Search by subject, ref, severity, status | Filters all Open, Resolved, and Closed sections at once. | Clear the search before deciding a report is absent. |
| Open section | Shows New, Triage, and Investigating reports. | These usually need the next owner or next review action. |
| Resolved section | Shows reports marked Resolved. | Confirm action and appeal fields before treating work as complete. |
| Closed section | Shows reports marked Closed. | Use only as historical or intentionally ended records. |
| View | Opens /reports/detail?id=:incidentId. | Use for source evidence. |
| More menu | Opens row actions. | Confirm the report number before editing. |
| Manage report | Opens /reports/manage?id=:incidentId. | Edits are written to revision history. |
| File a report empty-state action | Opens /reports/new when no reports exist. | Use for a new formal record, not notes or drafts. |
Workflow
flowchart TD
old["Old /reports/mine link"] --> scope["Confirm partner scope"]
scope --> sections["Review Open, Resolved, Closed sections"]
sections --> search["Search if needed"]
search --> view["Open Detail"]
view --> manage{"Needs edit?"}
manage -- Yes --> edit["Open Manage Report"]
manage -- No --> current["Prefer /reports/my-reports for future handoff"]
click view "./report-detail/" "Open Report Detail docs"
click edit "./manage-report/" "Open Manage Report docs"
State behavior
| State | What happens |
|---|---|
| No reports | The page shows an empty state with File a report. |
| No search match | The page shows no matching report sections. |
| Partner changed | The route reloads the grouped sections for the new partner. |
| Compatibility route | The subnav marks the older route active, but current docs should point to /reports/my-reports. |
Related pages
- My Reports for the canonical current route.
- All Reports for wider visible scope.
- Report Detail for the read-only record.
End-to-end operator runbook
- Identify legacy use: Note that this is an older route.
- Check scope: Confirm the active partner and the section counts.
- Open the record: Use View before acting.
- Edit if needed: Use Manage Report so changes are recorded.
- Update handoff: Share the current
/reports/my-reportsroute for future queue review.
Common mistakes
Do not document new workflows against /reports/mine. It remains available for old links, but /reports/my-reports is the canonical surface.