Skip to content

BACK-555 - Auto-link task IDs in markdown fields to deep links - #812

Open
cottrell wants to merge 5 commits into
MrLesk:mainfrom
cottrell:tasks/back-555-auto-link-task-ids
Open

BACK-555 - Auto-link task IDs in markdown fields to deep links#812
cottrell wants to merge 5 commits into
MrLesk:mainfrom
cottrell:tasks/back-555-auto-link-task-ids

Conversation

@cottrell

Copy link
Copy Markdown

Summary

  • Automatically detects inline task IDs (e.g. TASK-123, TASK-358.8, BACK-456) in Markdown fields (description, plan, notes, comments, final summary) and renders them as clickable links to /tasks/:id.
  • Updates DependencyInput chip badges in the task details sidebar to render task IDs as clickable React Router Link components targeting /tasks/:id.
  • Excludes task IDs inside inline/block code or pre-existing markdown links.

Validation

  • bun test src/test/mermaid-markdown.test.tsx
  • bunx tsc --noEmit
  • bun run check .
  • bun run build

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant