[SILO-1087] feat: add IssueRelations external API (#8763)
* add IssueRelations external API * update serializer methods and filter by slug
This commit is contained in:
parent
9851fe0b8f
commit
d7c80885fd
7 changed files with 451 additions and 12 deletions
|
|
@ -157,6 +157,7 @@ from .decorators import (
|
|||
user_docs,
|
||||
cycle_docs,
|
||||
work_item_docs,
|
||||
work_item_relation_docs,
|
||||
label_docs,
|
||||
issue_link_docs,
|
||||
issue_comment_docs,
|
||||
|
|
@ -307,6 +308,7 @@ __all__ = [
|
|||
"user_docs",
|
||||
"cycle_docs",
|
||||
"work_item_docs",
|
||||
"work_item_relation_docs",
|
||||
"label_docs",
|
||||
"issue_link_docs",
|
||||
"issue_comment_docs",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue