# Model relationships to be included in the group import/export # # This list _must_ only contain relationships that are available to both FOSS and # Enterprise editions. EE specific relationships must be defined in the `ee` section further # down below. tree: group: - :milestones - :badges - labels: - :priorities - boards: - lists: - label: - :priorities - :board - members: - :user - :namespace_settings included_attributes: user: - :id - :public_email - :username author: - :name namespace_settings: - :prevent_sharing_groups_outside_hierarchy iterations_cadence: &iterations_cadence_definition - :group_id - :created_at - :updated_at - :start_date - :active - :roll_over - :title - :description - :sequence iterations_cadences: *iterations_cadence_definition iteration: &iteration_definition - :iid - :created_at - :updated_at - :start_date - :due_date - :group_id - :description iterations: *iteration_definition excluded_attributes: group: - :owner_id - :created_at - :updated_at - :runners_token - :runners_token_encrypted - :saml_discovery_token - :visibility_level - :trial_ends_on - :shared_runners_minute_limit - :extra_shared_runners_minutes_limit - :repository_size_limit - :max_pages_size epics: - :state_id iterations_cadence: &iterations_cadence_definition - :id - :next_run_date - :duration_in_weeks - :iterations_in_advance - :automatic iterations_cadences: *iterations_cadence_definition iteration: &iteration_excluded_definition - :id - :title - :title_html - :project_id - :description_html - :cached_markdown_version - :iterations_cadence_id - :sequence iterations: *iteration_excluded_definition methods: labels: - :type label: - :type badges: - :type notes: - :type events: - :action lists: - :list_type epics: - :state preloads: export_reorders: # EE specific relationships and settings to include. All of this will be merged # into the previous structures if EE is used. ee: tree: group: - epics: - :parent - :award_emoji - events: - :push_event_payload - label_links: - :label - notes: - :author - :award_emoji - events: - :push_event_payload - :system_note_metadata - :resource_state_events - boards: - :board_assignee - :milestone - labels: - :priorities - lists: - milestone: - events: - :push_event_payload - iterations_cadences: - :iterations