summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatija Čupić <matteeyah@gmail.com>2018-10-24 19:54:30 +0200
committerMatija Čupić <matteeyah@gmail.com>2018-10-24 23:31:43 +0200
commit4196583cf9315bffdebdfd802bd7a9efad63d692 (patch)
tree80d9d5c53a1e7623544b75385e4241c94ffc20e5
parent95cbd41f33e392f7c7684a8f6ddda9cf44940b01 (diff)
downloadgitlab-ce-4196583cf9315bffdebdfd802bd7a9efad63d692.tar.gz
Fix wording in troubleshooting docs
-rw-r--r--doc/user/project/merge_requests/index.md14
1 files changed, 9 insertions, 5 deletions
diff --git a/doc/user/project/merge_requests/index.md b/doc/user/project/merge_requests/index.md
index 4c4dc1c1a56..a1848c33192 100644
--- a/doc/user/project/merge_requests/index.md
+++ b/doc/user/project/merge_requests/index.md
@@ -238,13 +238,17 @@ Find out about [bulk editing merge requests](../../project/bulk_editing.md).
## Troubleshooting
-### MR can not retrieve the pipeline status
+### Merge Request cannot retrieve the pipeline status
-The MR won't be able to retrieve the pipeline status if you created the MR,
-closed it, made changes in the project then reopened it.
+Merge Request pipeline statuses can't be retrieved when the following occurs:
-The workaround is to close and reopen the Merge Request so it can properly fetch
-the pipeline status.
+1. A Merge Requst is created
+1. The Merge Request is closed
+1. Changes are made in the project
+1. The Merge Request is reopened
+
+To enable the pipeline status to be properly retrieved, close and reopen the
+Merge Request again.
## Tips