You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now the ability to retrieve a given epic issues have the following signature:
public List<Epic> getEpicIssues(Object groupIdOrPath, Long epicIid) throws GitLabApiException
Even if right now the serialization is working because the Epic model is composed of all the properties that we receive when de-serializing, It does not make sense that we return a list of epics rather that list of issues.
Furthermore, we loose all the pertinent information that an issue exposes like the project_id, assignees, type, ... and so on.
The text was updated successfully, but these errors were encountered:
Right now the ability to retrieve a given epic issues have the following signature:
Even if right now the serialization is working because the
Epic
model is composed of all the properties that we receive when de-serializing, It does not make sense that we return a list of epics rather that list of issues.Furthermore, we loose all the pertinent information that an issue exposes like the
project_id, assignees, type, ...
and so on.The text was updated successfully, but these errors were encountered: