Hi, I am trying to configure JIRA as External Issue tracker in gitlab via gitlab.rb but somehow this integration is not working. I have added the below lines in /etc/gitlab/gitlab.rb and done gitlab-ctl reconfigure but there are no entries for jira in /var/opt/gitlab/gitlab-rails/etc/gitlab.yml. I have installed gitlab 6.8 version via omnibus rpm on Centos 6.5 64-bit version.
gitlab_rails['issues_tracker_jira'] gitlab_rails['issues_tracker_jira_title'] = " Atlassian Jira" gitlab_rails['issues_tracker_jira_project_url'] = "http://172.16.31.140/jiranew/issues/?jql=project=:issues_tracker_id" gitlab_rails['issues_tracker_jira_issues_url'] = "http://172.16.31.140/jiranew/browse/:id" gitlab_rails['issues_tracker_jira_new_issue_url'] = "http://172.16.31.140/jiranew/secure/CreateIssue.jspa" In gitlab.yml file default entries for redmine issue tracker is there but mine entries are not getting reflected. There is nothing in the logs which point to the configuration issue or any other issue. Please share the correct steps for enabling JIRA in gitlab.rb file Thanks & Regards Ankush Grover -- You received this message because you are subscribed to the Google Groups "GitLab" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/gitlabhq/56b1b9d2-37c1-4b23-a786-b277e22aee4a%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
