[WEB-4335] improvement: optimize assignee grouping with improved member scope handling (#7227)
This commit is contained in:
parent
53e6a62a12
commit
89b8cdbe6e
3 changed files with 70 additions and 40 deletions
5
packages/types/src/issues.d.ts
vendored
5
packages/types/src/issues.d.ts
vendored
|
|
@ -220,6 +220,11 @@ export type GroupByColumnTypes =
|
|||
| "created_by"
|
||||
| "team_project";
|
||||
|
||||
type TGetColumns = {
|
||||
isWorkspaceLevel?: boolean;
|
||||
projectId?: string;
|
||||
};
|
||||
|
||||
export interface IGroupByColumn {
|
||||
id: string;
|
||||
name: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue