Add GLQL troubleshooting topic for username reference
Changes in this MR
Adds a troubleshooting topic for a known issue in GLQL rendering.
The issue occurs when users try to reference usernames that start with a number using the @ symbol. The system incorrectly reports these as invalid even though such usernames are allowed in GitLab.
The docs now explain the problem and provide a simple workaround to remove the @ symbol and put the username in quotes ("") instead. It also references the related issue.
Review app
- Preview link: Error:
Invalid username reference
Related issues
Edited by Brendan Lynch