Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAric Buerer <abuerer@gitlab.com>2018-05-22 12:46:00 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2018-05-22 12:46:00 +0300
commit2abb06bc0c804478964289ddc8dfa05edc0b931f (patch)
treefe77785c297cc206daac7fafde35c579a83b38bf /doc/user/project/integrations
parent67a1269002e36fe7905f7d20eab67f3c29c12f71 (diff)
Clarifying Jira documentaiton
Diffstat (limited to 'doc/user/project/integrations')
-rw-r--r--doc/user/project/integrations/jira.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/project/integrations/jira.md b/doc/user/project/integrations/jira.md
index 5933bcedc8b..4d5b2c97291 100644
--- a/doc/user/project/integrations/jira.md
+++ b/doc/user/project/integrations/jira.md
@@ -111,7 +111,7 @@ in the table below.
| ----- | ----------- |
| `Web URL` | The base URL to the JIRA instance web interface which is being linked to this GitLab project. E.g., `https://jira.example.com`. |
| `JIRA API URL` | The base URL to the JIRA instance API. Web URL value will be used if not set. E.g., `https://jira-api.example.com`. |
-| `Username` | The user name created in [configuring JIRA step](#configuring-jira). |
+| `Username` | The user name created in [configuring JIRA step](#configuring-jira). Using the email address will cause `401 unauthorized`. |
| `Password` |The password of the user created in [configuring JIRA step](#configuring-jira). |
| `Transition ID` | This is the ID of a transition that moves issues to the desired state. **Closing JIRA issues via commits or Merge Requests won't work if you don't set the ID correctly.** |