The following commands are available when working with GitLab work items.
These commands must be posted as a comment on the work item (issue). Only one custom command per comment is allowed, with no additional text around it.
These commands might be useful in some cases but are also limited in scope. Use native GitLab commands when possible (eg: you are a maintainer of the project) or the related links to manage forks, labels, etc for a more visual experience.
| Command | Description |
|---|---|
/do:fork |
Creates a fork and a branch automatically from the default repository branch. |
/do:access |
Gives access to the current user to the existing fork. |
/do:label ~list ~of ~labels |
Mimics "/label" command in GitLab, used to add labels. |
/do:unlabel ~list ~of ~labels |
Mimics "/unlabel" command in GitLab, used to remove labels. |
/do:relabel ~list ~of ~labels |
Mimics "/relabel" command in GitLab, used to reset labels. |
/do:assign @list @of @usernames |
Mimics "/assign" command in GitLab, used to add assignees |
/do:unassign @list @of @usernames |
Mimics "/unassign" command in GitLab, used to remove assignees |
/do:reassign @list @of @usernames |
Mimics "/reassign" command in GitLab, used to reset assignees |