fix: segregate my issues with workspace
This commit is contained in:
parent
d2932a44a6
commit
eb85e04a09
3 changed files with 23 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ from .project import (
|
|||
ProjectIdentifierEndpoint,
|
||||
AddMemberToProjectEndpoint,
|
||||
ProjectJoinEndpoint,
|
||||
ProjectUserViewsEndpoint,
|
||||
ProjectUserViewsEndpoint,
|
||||
)
|
||||
from .people import (
|
||||
PeopleEndpoint,
|
||||
|
|
@ -48,6 +48,7 @@ from .issue import (
|
|||
IssuePropertyViewSet,
|
||||
LabelViewSet,
|
||||
BulkDeleteIssuesEndpoint,
|
||||
UserWorkSpaceIssues,
|
||||
)
|
||||
|
||||
from .auth_extended import (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue