Added another line in /etc/gitlab/gitlab.rb

gitlab_rails['issues_tracker_jira'] = "jira"

Now the entries are there in gitlab.yml file but still not able to create 
issues in JIRA via gitlab. Whenever I click on the "New Issue" request its 
stores the issues in the gitlab itself whereas it should open JIRA dialog 
box for creating the issue as per my understanding..

Thanks & Regards

Ankush

On Wednesday, May 21, 2014 5:00:48 PM UTC+5:30, Ankush Grover wrote:
>
> 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/d4d0ffb7-6f66-4388-b103-c042e3cb5559%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to