feat: my issues filtering (#1666)
* feat: my issues filtering * dev: migrations * dev: remove state list endpoint * dev: state group filtering
This commit is contained in:
parent
39274fd5fa
commit
fd9dcfa2ec
7 changed files with 222 additions and 28 deletions
|
|
@ -45,6 +45,7 @@ from plane.api.views import (
|
|||
UserIssueCompletedGraphEndpoint,
|
||||
UserWorkspaceDashboardEndpoint,
|
||||
WorkspaceThemeViewSet,
|
||||
WorkspaceLabelsEndpoint,
|
||||
## End Workspaces
|
||||
# File Assets
|
||||
FileAssetEndpoint,
|
||||
|
|
@ -385,6 +386,11 @@ urlpatterns = [
|
|||
),
|
||||
name="workspace-themes",
|
||||
),
|
||||
path(
|
||||
"workspaces/<str:slug>/labels/",
|
||||
WorkspaceLabelsEndpoint.as_view(),
|
||||
name="workspace-labels",
|
||||
),
|
||||
## End Workspaces ##
|
||||
# Projects
|
||||
path(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue