diff options
author | Alex Sanford <alex.sanford1@gmail.com> | 2017-04-28 12:11:53 +0000 |
---|---|---|
committer | Sean McGivern <sean@mcgivern.me.uk> | 2017-04-28 12:11:53 +0000 |
commit | 85bb4d6b86bbfd3f5f6e98ac67394454ae81439e (patch) | |
tree | 932a57e588420fa71254cf119af9b35715d4596f /doc | |
parent | f2d637f78c9c2fe14d716e58339856dd318c31c0 (diff) | |
download | gitlab-ce-85bb4d6b86bbfd3f5f6e98ac67394454ae81439e.tar.gz |
Add board_move slash command
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/project/slash_commands.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/user/project/slash_commands.md b/doc/user/project/slash_commands.md index 45176fde9db..08452ca75cd 100644 --- a/doc/user/project/slash_commands.md +++ b/doc/user/project/slash_commands.md @@ -36,3 +36,4 @@ do. | `/remove_time_spent` | Remove time spent | | `/target_branch <Branch Name>` | Set target branch for current merge request | | `/award :emoji:` | Toggle award for :emoji: | +| `/board_move ~column` | Move issue to column on the board | |