GitLab is deprecating the Epics REST API, and moving to a new Work Items GraphQL API.
For new features (such as assignees, health status, linked items with other types), you must use the WorkItem GraphQL API.
[REST API] Does not receive new features.
As it currently stands, the REST API is becoming less and less useful with each new release. For example, Custom Fields are not exposed.
There was an earlier question, back in 2023, about supporting the GraphQL API.
Is there a plan to support it sometime in the future, possibly wrapping the graphql-client gem like how gitlab-triage does?
GitLab is deprecating the Epics REST API, and moving to a new Work Items GraphQL API.
As it currently stands, the REST API is becoming less and less useful with each new release. For example, Custom Fields are not exposed.
There was an earlier question, back in 2023, about supporting the GraphQL API.
Is there a plan to support it sometime in the future, possibly wrapping the graphql-client gem like how gitlab-triage does?