Commits were merged into target branch
-
3 months ago
-
| Submitter | Robin Shen |
| Target | main |
| Source | issue-2795-unable-select-issue-input-md |
Merge Strategy
Create Merge Commit
Fixes OD-2795.
Reference autocomplete in markdown and other inputs now works when typing capitalized prefixes such as "Issue #", "Build #", and "Pull Request #". The regex already matched these case-insensitively, but suggestion lookup compared the type string case-sensitively; type is now normalized to lowercase before lookup.