Welcome to mirror list, hosted at ThFree Co, Russian Federation.

show.html.haml « jira « import « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fe6cc6fa8289d15c0a6d1e74ae63f94f8c845553 (plain)
1
2
3
4
5
6
.js-jira-import-root{ data: { project_path: @project.full_path,
  issues_path: project_issues_path(@project),
  jira_integration_path: edit_project_service_path(@project, :jira),
  is_jira_configured: @project.jira_service&.active? && @project.jira_service&.valid_connection?.to_s,
  in_progress_illustration: image_path('illustrations/export-import.svg'),
  setup_illustration: image_path('illustrations/manual_action.svg') } }