Skip to content

Jira refactoring to jira gem

Felipe Artur requested to merge issue_1008_1 into master

part of gitlab-org/gitlab-ee#1008

Refactor the JIRA integration to simplify configuration and use the jira gem instead of doing our own calls.

To Do

  • Working implementation
  • Finalize error handling
  • Write/Fix tests
  • Documentation
  • Migrations

Screenshots

Old configuration

jira_service_page

New configuration

Screen_Shot_2016-01-22_at_4.26.43_PM

Original MR: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/2572/commits

Merge request reports