diff options
author | Sean McGivern <sean@mcgivern.me.uk> | 2017-09-01 10:47:32 +0000 |
---|---|---|
committer | Sean McGivern <sean@mcgivern.me.uk> | 2017-09-01 10:47:32 +0000 |
commit | 10854ad8256c605343e8f56b5bf46f7e27b90524 (patch) | |
tree | 9a9f102cf746e01d1abcfbdf9f6af03c292d59af /doc | |
parent | aeb005fcf82660b4e37ef37856219db6b961627e (diff) | |
parent | 7e71f958ac721f5c36c20a5366c1e46adce4c67d (diff) | |
download | gitlab-ce-10854ad8256c605343e8f56b5bf46f7e27b90524.tar.gz |
Merge branch 'move-action' into 'master'
Merge request to address /move functionality.
See merge request !13436
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/project/quick_actions.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/user/project/quick_actions.md b/doc/user/project/quick_actions.md index ce4dd4e99d5..6a5d2d40927 100644 --- a/doc/user/project/quick_actions.md +++ b/doc/user/project/quick_actions.md @@ -38,3 +38,4 @@ do. | `/award :emoji:` | Toggle award for :emoji: | | `/board_move ~column` | Move issue to column on the board | | `/duplicate #issue` | Closes this issue and marks it as a duplicate of another issue | +| `/move path/to/project` | Moves issue to another project | |