diff options
author | Patricio Cano <suprnova32@gmail.com> | 2016-03-03 11:21:32 -0500 |
---|---|---|
committer | Patricio Cano <suprnova32@gmail.com> | 2016-03-03 11:21:32 -0500 |
commit | cf232411ae37b68c9d6ab20deac3fc8d99b44124 (patch) | |
tree | 8c2dccd528d5ceb234a65b03a15c19ab0a6710f0 /doc/project_services | |
parent | 00cb4a97147a8f760d37c5f6fae11f93ba4ede34 (diff) | |
download | gitlab-ce-cf232411ae37b68c9d6ab20deac3fc8d99b44124.tar.gz |
Added Troubleshooting information for most used services.
Diffstat (limited to 'doc/project_services')
-rw-r--r-- | doc/project_services/jira.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/project_services/jira.md b/doc/project_services/jira.md index 7c12557a321..623ec857cbe 100644 --- a/doc/project_services/jira.md +++ b/doc/project_services/jira.md @@ -219,3 +219,16 @@ You can see from the above image that there are four references to GitLab: [JIRA Core]: https://www.atlassian.com/software/jira/core "The JIRA Core website" [jira-ce]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/2146 "MR - Backport JIRA service" [8_3_post]: https://about.gitlab.com/2015/12/22/gitlab-8-3-released/ "GitLab 8.3 release post" + +## Troubleshooting + +**GitLab is unable to comment on a ticket** + +Make sure that the user you set up for GitLab to communicate with JIRA has the +correct access permission to post comments on a ticket and to also transition the +ticket, if you'd like GitLab to also take care of closing them. + +**GitLab is unable to close a ticket** + +Make sure the the `Transition ID` you set within the JIRA settings matches the +one your project needs to close a ticket. |