Autocomplete characters

Introduced in GitLab 13.9: you can search using the full name in user autocomplete.

The autocomplete characters provide a quick way of entering field values into Markdown fields. When you start typing a word in a Markdown field with one of the following characters, GitLab progressively autocompletes against a set of matching values. The string matching is not case sensitive.

CharacterAutocompletesRelevant matches shown
~Labels20
%Milestones5
@Users and groups10
#Issues5
!Merge requests5
&Epics5
$Snippets5
:Emoji5
/Quick Actions100

When you select an item from the list, the value is entered in the field. The more characters you enter, the more precise the matches are.

Autocomplete characters are useful when combined with Quick Actions.

User autocomplete

Assume your GitLab instance includes the following users:

UsernameName
alessandraRosy Grant
lawrence.whiteKelsey Kerluke
leannaRosemarie Rogahn
logan_gutkowskiLee Wuckert
shelbaJosefine Haley

User autocompletion sorts by the users whose username or name start with your query first. For example, typing @lea shows leanna first and typing @ros shows Rosemarie Rogahn and Rosy Grant first. Any usernames or names that include your query are shown afterwards in the autocomplete menu.

You can also search across the full name to find a user. To find Rosy Grant, even if their username is for example alessandra, you can type their full name without spaces like @rosygrant.