mattermost-plugin-gitlab icon indicating copy to clipboard operation
mattermost-plugin-gitlab copied to clipboard

Support multiple label:"…" filters in /gitlab subscribe commands

Open neil-karania opened this issue 5 months ago • 0 comments

The GitLab plugin’s subscription feature currently rejects more than one label:"…".

Proposed behaviour: Accept multiple label:"…" tokens (comma- or space-separated) in the command/feature string. An event passes the filter if at least one of the specified labels is present.

/gitlab subscribe my-group/my-proj issues merges label:"bug",label:"frontend",label:"high priority"

neil-karania avatar Jun 16 '25 10:06 neil-karania