Closed MikeTheSnowman closed 1 year ago
On further investivation with @rsenden , it was discovered that you can use either the numerical ID or the ID/Path that's present in url bar of your browser. When referencing sub-groups or nested sub-groups, you'll you can use the full path from top-level patent group to the nested sub-group:
Closed by 5e8657e
fcli version:
fcli version 0.20230505.122628-dev_2.0.0-beta, built on 2023-05-05 12:26:58
Issue:
When trying to then generate the report using a group name applied to the GitLab's
group.name
attribute, thencd-report generate
function will produce the following error in thereport-errors.csv
file:The resulting 404 error is because the API does not accept the Group Name, but instead requires the Group ID to be provided.
As an example, this screenshot of my config below does not work, when a Group Name is provided:
But using this group's Group ID does work:
Possible Solutions:
groups.name
attribute togroups.id
References: