You are here

migrate.migration.d6_support_ticket.yml in Support Ticketing System 8

modules/support_ticket/config/optional/migrate.migration.d6_support_ticket.yml

File

modules/support_ticket/config/optional/migrate.migration.d6_support_ticket.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. config:
  5. - migrate.migration.d6_filter_format
  6. - migrate.migration.d6_node_settings
  7. - migrate.migration.d6_node_type
  8. - migrate.migration.d6_user
  9. module:
  10. - support_ticket
  11. id: d6_support_ticket
  12. migration_tags:
  13. - 'Drupal 6'
  14. label: 'Drupal 6 support tickets'
  15. source:
  16. plugin: d6_support_ticket
  17. constants:
  18. support_ticket_type: ticket
  19. process:
  20. stid: nid
  21. vid: vid
  22. type: type
  23. langcode:
  24. plugin: default_value
  25. source: language
  26. default_value: und
  27. title: title
  28. uid:
  29. plugin: migration
  30. migration: d6_user
  31. source: node_uid
  32. status: status
  33. created: created
  34. changed: changed
  35. body/format:
  36. plugin: migration
  37. migration: d6_filter_format
  38. source: format
  39. body/value: body
  40. body/summary: teaser
  41. revision_uid: revision_uid
  42. revision_log: log
  43. revision_timestamp: timestamp
  44. support_ticket_type: constants/support_ticket_type
  45. field_assigned_to:
  46. plugin: migration
  47. migration: d6_user
  48. source: assigned
  49. field_priority: priority_name
  50. field_state: state_name
  51. destination:
  52. plugin: 'entity:support_ticket'
  53. template: null
  54. migration_dependencies:
  55. required:
  56. - d6_user
  57. - d6_node_type
  58. - d6_node_settings
  59. - d6_filter_format
  60. optional:
  61. - d6_field_instance_widget_settings
  62. - d6_field_formatter_settings
  63. migration_group: null