[WEB-4726] fix: intake work item redirection (#7619)

* chore: added is intake for email notifications

* fix: intake work item redirection

* chore: code refactor

* chore: code refactor

---------

Co-authored-by: NarayanBavisetti <narayan3119@gmail.com>
This commit is contained in:
Anmol Singh Bhatia 2025-08-22 12:54:46 +05:30 committed by GitHub
parent e86b40ac82
commit d0f26f8734
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 26 additions and 4 deletions

View file

@ -70,6 +70,7 @@ export type TBaseIssue = {
is_draft: boolean;
is_epic?: boolean;
is_intake?: boolean;
};
export type IssueRelation = {