Skip to content

Add autocomplete support for wiki pages

Himanshu Kapoor requested to merge himkp-poc-wiki-integration into master

What does this MR do and why?

Add support for autocompleting wiki pages in other wiki pages, issues, epics, MRs and work items.

  • This MR Adds autocomplete support for Wiki pages in other wiki pages and issues.
  • Issues in projects can now autocomplete links to project wiki pages.
  • Epics can autocomplete links to group wiki pages.
  • You can search for pages by title to find the doc page you want.

Notes:

  1. On group level items like epics and group level work items, you can only autocomplete group level wiki pages.
  2. On project level items like issues, MRs and project level work items, you can only autocomplete wiki pages in the same project.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screen Recording 2024-02-28 at 22.50.34.mov

How to set up and validate locally

  1. In a project, under Plan > Wiki, create a few wiki pages.
  2. In an issue description or comment, type [[ to trigger autocompletion of those wiki pages.

Related issues/epics

Edited by Himanshu Kapoor

Merge request reports