Commit 5e7a5d71 authored by George Koltsov's avatar George Koltsov

Add issue/MR state string to Project Export

parent df4320ab
---
title: Fix issue/MR state not being preserved when importing a project using Project
Import/Export
merge_request: 27816
author:
type: fixed
...@@ -340,6 +340,7 @@ methods: ...@@ -340,6 +340,7 @@ methods:
- :diff_head_sha - :diff_head_sha
- :source_branch_sha - :source_branch_sha
- :target_branch_sha - :target_branch_sha
- :state
events: events:
- :action - :action
push_event_payload: push_event_payload:
...@@ -350,6 +351,8 @@ methods: ...@@ -350,6 +351,8 @@ methods:
- :list_type - :list_type
ci_pipelines: ci_pipelines:
- :notes - :notes
issues:
- :state
preloads: preloads:
statuses: statuses:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment