summaryrefslogtreecommitdiff
path: root/doc/user
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2019-01-18 14:19:31 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2019-01-22 09:59:10 +0200
commitf13edec8c7f568f32da9e516888ed229c8963051 (patch)
tree01e7790ee15eda5ab3789ed29b8c11cf4d4bf7a1 /doc/user
parentce171674b60f5888aa3802e9f6b843762faabd3a (diff)
downloadgitlab-ce-f13edec8c7f568f32da9e516888ed229c8963051.tar.gz
Add ability to resolve project id into path
By visiting `projects/:id` you will be redirected to project page with path in it. projects/123 => foo/bar Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'doc/user')
-rw-r--r--doc/user/project/index.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/user/project/index.md b/doc/user/project/index.md
index b8989f5ae14..3e4346bb53e 100644
--- a/doc/user/project/index.md
+++ b/doc/user/project/index.md
@@ -163,3 +163,10 @@ machine example.gitlab.com
login <gitlab_user_name>
password <personal_access_token>
```
+
+## Access project page with project ID
+
+> [Introduced](https://gitlab.com/gitlab-org/gitlab-ce/issues/53671) in GitLab 11.8.
+
+To quickly access a project from the GitLab UI using the project ID,
+visit the `/projects/:id` URL in your browser or other tool accessing the project.