Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
ef23bc50
Commit
ef23bc50
authored
Oct 22, 2019
by
Vitali Tatarintev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document `issue comment` slash command
parent
7d465e21
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
doc/integration/slash_commands.md
doc/integration/slash_commands.md
+1
-0
No files found.
doc/integration/slash_commands.md
View file @
ef23bc50
...
...
@@ -18,6 +18,7 @@ Taking the trigger term as `project-name`, the commands are:
|
`/project-name issue close <id>`
| Closes the issue with id
`<id>`
|
|
`/project-name issue search <query>`
| Shows up to 5 issues matching
`<query>`
|
|
`/project-name issue move <id> to <project>`
| Moves issue ID
`<id>`
to
`<project>`
|
|
`/project-name issue comment <id> <shift+return> <comment>`
| Adds a new comment to an issue with id
`<id>`
and comment body
`<comment>`
|
|
`/project-name deploy <from> to <to>`
| Deploy from the
`<from>`
environment to the
`<to>`
environment |
|
`/project-name run <job name> <arguments>`
| Execute
[
ChatOps
](
../ci/chatops/README.md
)
job
`<job name>`
on
`master`
|
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment