[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:
parent
e86b40ac82
commit
d0f26f8734
5 changed files with 26 additions and 4 deletions
|
|
@ -70,6 +70,7 @@ export type TBaseIssue = {
|
|||
|
||||
is_draft: boolean;
|
||||
is_epic?: boolean;
|
||||
is_intake?: boolean;
|
||||
};
|
||||
|
||||
export type IssueRelation = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue