[WEB-5054]feat: added activity filters for state and assignee activities (#7918)
* feat: added activity filters for state and assignee * chore: removed unused funtion * chore: lint fix
This commit is contained in:
parent
f9cca8e2cb
commit
2b106cbd66
4 changed files with 70 additions and 13 deletions
|
|
@ -56,6 +56,21 @@ export type TIssueActivityComment =
|
|||
activity_type: "ACTIVITY";
|
||||
created_at?: string;
|
||||
}
|
||||
| {
|
||||
id: string;
|
||||
activity_type: "STATE";
|
||||
created_at?: string;
|
||||
}
|
||||
| {
|
||||
id: string;
|
||||
activity_type: "ASSIGNEE";
|
||||
created_at?: string;
|
||||
}
|
||||
| {
|
||||
id: string;
|
||||
activity_type: "DEFAULT";
|
||||
created_at?: string;
|
||||
}
|
||||
| {
|
||||
id: string;
|
||||
activity_type: "WORKLOG";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue