diff options
author | Grzegorz Bizon <grzegorz@gitlab.com> | 2017-09-04 08:42:36 +0000 |
---|---|---|
committer | Grzegorz Bizon <grzegorz@gitlab.com> | 2017-09-04 08:42:36 +0000 |
commit | 9e820ae3b9f623f4940ec352ef183f4244d7cc0d (patch) | |
tree | 4d565568338e6e47ed404b188f3f60af616af974 /doc | |
parent | e30adf60c5e36d10979741e938fdf5b205003ca0 (diff) | |
parent | 90c60138db4e1f86026aac5760febe4ba066ca30 (diff) | |
download | gitlab-ce-9e820ae3b9f623f4940ec352ef183f4244d7cc0d.tar.gz |
Merge branch '34261-move-move-to-sidebar' into 'master'
Move "Move issue" to sidebar
Closes #34261
See merge request !13616
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/project/issues/img/sidebar_move_issue.png | bin | 0 -> 54511 bytes | |||
-rw-r--r-- | doc/user/project/issues/index.md | 4 | ||||
-rw-r--r-- | doc/user/project/issues/moving_issues.md | 10 |
3 files changed, 14 insertions, 0 deletions
diff --git a/doc/user/project/issues/img/sidebar_move_issue.png b/doc/user/project/issues/img/sidebar_move_issue.png Binary files differnew file mode 100644 index 00000000000..111f7861364 --- /dev/null +++ b/doc/user/project/issues/img/sidebar_move_issue.png diff --git a/doc/user/project/issues/index.md b/doc/user/project/issues/index.md index 20901e01f6e..0f187946a4a 100644 --- a/doc/user/project/issues/index.md +++ b/doc/user/project/issues/index.md @@ -86,6 +86,10 @@ Read through the [documentation on creating issues](create_new_issue.md). Learn distinct ways to [close issues](closing_issues.md) in GitLab. +## Moving issues + +Read through the [documentation on moving issues](moving_issues.md). + ## Create a merge request from an issue Learn more about it on the [GitLab Issues Functionalities documentation](issues_functionalities.md#18-new-merge-request). diff --git a/doc/user/project/issues/moving_issues.md b/doc/user/project/issues/moving_issues.md new file mode 100644 index 00000000000..211a651b89e --- /dev/null +++ b/doc/user/project/issues/moving_issues.md @@ -0,0 +1,10 @@ +# Moving Issues + +Please read through the [GitLab Issue Documentation](index.md) for an overview on GitLab Issues. + +Moving an issue will close it and duplicate it on the specified project. +There will also be a system note added to both issues indicating where it came from or went to. + +You can move an issue with the "Move issue" button at the bottom of the right-sidebar when viewing the issue. + +![move issue - button](img/sidebar_move_issue.png) |