Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
461b342d
Commit
461b342d
authored
Nov 05, 2021
by
Lin Jen-Shin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
It's also giving blocked property
parent
5a68804f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
ee/spec/fixtures/api/schemas/related_issue.json
ee/spec/fixtures/api/schemas/related_issue.json
+3
-1
No files found.
ee/spec/fixtures/api/schemas/related_issue.json
View file @
461b342d
...
...
@@ -12,7 +12,8 @@
"reference"
,
"path"
,
"relation_path"
,
"weight"
"weight"
,
"blocked"
],
"properties"
:
{
"id"
:
{
"type"
:
"integer"
},
...
...
@@ -23,6 +24,7 @@
"due_date"
:
{
"type"
:
[
"string"
,
"null"
]
},
"state"
:
{
"type"
:
"string"
},
"weight"
:
{
"type"
:
[
"integer"
,
"null"
]
},
"blocked"
:
{
"type"
:
"boolean"
},
"reference"
:
{
"type"
:
"string"
},
"path"
:
{
"type"
:
"string"
},
"relation_path"
:
{
"type"
:
"string"
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment