gitlab4j-api icon indicating copy to clipboard operation
gitlab4j-api copied to clipboard

Group object not populating with Project metadata

Open mdwheaton opened this issue 3 years ago • 0 comments

Group has methods for getting projects, but both of them return null for me. Does one have to populate the List<Project> in the Group object? If so, how do you correlate the Project to the Group since Project does not contain a reference to its Group? I see I could probably do it with namespace, but that seems a bit clunky.

mdwheaton avatar Aug 09 '22 16:08 mdwheaton