summaryrefslogtreecommitdiff
path: root/doc/user/project
diff options
context:
space:
mode:
authorAric Buerer <abuerer@gitlab.com>2018-05-22 09:46:00 +0000
committerAchilleas Pipinellis <axil@gitlab.com>2018-05-22 09:46:00 +0000
commit2abb06bc0c804478964289ddc8dfa05edc0b931f (patch)
treefe77785c297cc206daac7fafde35c579a83b38bf /doc/user/project
parent67a1269002e36fe7905f7d20eab67f3c29c12f71 (diff)
downloadgitlab-ce-2abb06bc0c804478964289ddc8dfa05edc0b931f.tar.gz
Clarifying Jira documentaiton
Diffstat (limited to 'doc/user/project')
-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.** |