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
I have Mattermost Team Edition Version: 7.5.1 and GitLab Community Edition [15.5.4] self-hosted both and the latest for today.
Got several projects at GitLab combined into a group.
Using genuine guide from Readme.md.
Everything is fine up to Step 4 and there:
If I'm using /gitlab subscriptions add thegroup issues,merges,pushes,pipeline,tag the group is connected. I don't need to connect the group, because I cannot assign webhook to it since I'm non-premium GitLab user.
So, if I'm trying to connect any of my projects by /gitlab subscriptions add thegroup/theproject issues,merges,pushes,pipeline,tag - I'm getting an error 'Resource with such path is not found.' from the GitLab bot. I tried to start over with different Gitlab accounts, projects etc. - every time I cannot connect a project which is inside a group.
So the steps to reproduce will be:
Install Mattermost Team Edition Version: 7.5.1 and GitLab Community Edition [15.5.4]
Create three projects in Gitlab project{1,2,3}, and group them into 'mygroup'
Install mattermost-plugin-gitlab
Configure it precisely following the instruction up to step 4
@intelltec@wiggin77
I attempted to reproduce the issue and believe I have identified a possible cause.
If we create a group named my-happy-group and then create a project within it called the-project,
When we run the command /gitlab subscriptions add my-happy-group/the-project in Mattermost,
we encounter the same error you described:
However, if we use the command /gitlab subscriptions add my-happy-group1/the-project, the issue is resolved and we receive a success message:
The solution involves using the group's unique identifier (as seen in the first screenshot as the second part of the project URL, also visible in the browser's URL) instead of the project name.
Please let us know if you are still facing the issue after this.
I have Mattermost Team Edition Version: 7.5.1 and GitLab Community Edition [15.5.4] self-hosted both and the latest for today.
Got several projects at GitLab combined into a group.
Using genuine guide from Readme.md.
Everything is fine up to Step 4 and there:
If I'm using
/gitlab subscriptions add thegroup issues,merges,pushes,pipeline,tag
the group is connected. I don't need to connect the group, because I cannot assign webhook to it since I'm non-premium GitLab user.So, if I'm trying to connect any of my projects by
/gitlab subscriptions add thegroup/theproject issues,merges,pushes,pipeline,tag
- I'm getting an error 'Resource with such path is not found.' from the GitLab bot. I tried to start over with different Gitlab accounts, projects etc. - every time I cannot connect a project which is inside a group.So the steps to reproduce will be:
/gitlab subscriptions add mygroup/project1 issues,merges,pushes,pipeline,tag
or/gitlab subscriptions add mygroup/project1
The text was updated successfully, but these errors were encountered: