Display relative references in GLQL
What does this MR do and why?
Display relative references in GLQL
In GLQL issuable references, display the reference relative to the current project/group's path
Changelog: fixed
Screenshots or screen recordings
| Before | After |
|---|---|
![]() |
![]() |
How to set up and validate locally
Enter the below GLQL query in an issue description:
```glql
fields: title, updated, epic
query: type = Issue and group = "gitlab-org"
```
Title field now displays references relative to the current project (in which the query is embedded).
MR acceptance checklist
Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Edited by Himanshu Kapoor

