diff options
author | Aric Buerer <abuerer@gitlab.com> | 2018-05-22 09:46:00 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2018-05-22 09:46:00 +0000 |
commit | 2abb06bc0c804478964289ddc8dfa05edc0b931f (patch) | |
tree | fe77785c297cc206daac7fafde35c579a83b38bf | |
parent | 67a1269002e36fe7905f7d20eab67f3c29c12f71 (diff) | |
download | gitlab-ce-2abb06bc0c804478964289ddc8dfa05edc0b931f.tar.gz |
Clarifying Jira documentaiton
-rw-r--r-- | doc/user/project/integrations/jira.md | 2 |
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.** | |