GitLab Professional Services
Accelerate your software lifecycle with help from GitLab experts
Popular GitLab use cases
Enterprise Small Business Continuous Integration (CI/CD) Source Code Management (SCM) Out-of-the-box Pipelines (Auto DevOps) Security (DevSecOps) Agile Development Value Stream Management GitOpsGitLab Professional Services
Accelerate your software lifecycle with help from GitLab experts
Popular GitLab use cases
Enterprise Small Business Continuous Integration (CI/CD) Source Code Management (SCM) Out-of-the-box Pipelines (Auto DevOps) Security (DevSecOps) Agile Development Value Stream Management GitOpsThis guide lists common ChatOps commands that can be used to service support requests for GitLab.com.
Note: Before you can use ChatOps, you will need to request access
Uses the GitLab API for managing namespaces.
/chatops run namespace find :id
Attribute | Type | Required | Description |
---|---|---|---|
id |
integer/string | yes | ID or path of the namespace |
Note: If you are attempting to search for a sub-group and not a top level group, you'll need to ensure the slash
/
is encoded to%2F
. For example, the path of the sub-groupgitlab-com/support
should be entered asgitlab-com%2Fsupport
.
/chatops run namespace minutes :id :minutes
Attribute | Type | Required | Description |
---|---|---|---|
id |
integer/string | yes | ID or path of the namespace |
minutes |
integer | yes | Total additional minutes limit. If you want to add 1,000 minutes to existing quota of 500, this value should be 1500 . Enter 0 to set limit to 0. |
View the Handling CI Minutes workflow page for more information about setting additional CI minutes for a namespace.
Uses the GitLab API for managing users.
/chatops run user find :id
Attribute | Type | Required | Description |
---|---|---|---|
id |
string | yes | username or email (primary email address) of the user |
Used for checking whether a specific feature flag has been enabled on GitLab.com or not.
/chatops run feature get :feature_flag
Attribute | Type | Required | Description |
---|---|---|---|
feature_flag |
string | yes | The name of the feature flag. |
/chatops run feature list --match :query
Attribute | Type | Required | Description |
---|---|---|---|
query |
string | yes | Your search term. For example, searching wiki will return all feature flags with the substring wiki in their name, along with their status. |