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: 3c0664e4d5f004d9d670fb59b0af9dbdaf88cd76 (plain)
1
2
3
4
5
6
7
.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'),
  project_id: @project.id,
  setup_illustration: image_path('illustrations/manual_action.svg') } }