Commit e19da3f9 authored by Stan Hu's avatar Stan Hu

Fix missing group_id in EE issues schema

parent 6385e756
......@@ -23,6 +23,7 @@
"id": { "type": "integer" },
"iid": { "type": "integer" },
"project_id": { "type": "integer" },
"group_id": { "type": ["integer", "null"] },
"title": { "type": "string" },
"description": { "type": ["string", "null"] },
"state": { "type": "string" },
......
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