I see the option to change my issue tracker. When I use the issue tab, it does not open a dialog box, it takes me to Jira. Is there a way to just get the dialog box to show up only as a popup and not navigate me away from gitlab?
Using: gitlab-7.4.3_omnibus.5.1.0.ci-1.el6.x86_64 gitlab.rb: gitlab_rails['issues_tracker_jira_title'] = " Atlassian Jira" gitlab_rails['issues_tracker_jira_project_url'] = "https://host/jira/secure/Dashboard.jspa?selectPageId=11107" gitlab_rails['issues_tracker_jira_issues_url'] = "https://host/jira/issues/?filter=12638" gitlab_rails['issues_tracker_jira_new_issue_url'] = "https:/host/jira/secure/CreateIssue!default.jspa" On Wednesday, May 28, 2014 8:17:34 AM UTC-5, Sytse Sijbrandij wrote: > > Seeing the Jira dialog box for new issues is the expected behaviour as > detailed on > https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/integration/external-issue-tracker.md > > > On Wed, May 21, 2014 at 2:01 PM, Ankush Grover <[email protected] > <javascript:>> wrote: > > Okay got it. I have associated 1 test project via settings of that > > particular project with one of the projects in JIRA. Now I do not see > the > > option of create new issue as clicking on the "Issues" takes me to the > JIRA > > dialog box, is this the general behaviour or New Issue dialog should be > > visible?? > > > > > > 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] <javascript:>. > > To view this discussion on the web visit > > > https://groups.google.com/d/msgid/gitlabhq/aa133736-77aa-437c-8298-381b1e9f9326%40googlegroups.com. > > > > > > For more options, visit https://groups.google.com/d/optout. > -- 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/7d631889-2a9b-4861-8b5b-e33c77e3e221%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
