Feat : Create a group of backend team and assign ticket to the respective backend member

This commit is contained in:
2025-02-06 13:09:40 +05:30
parent d436ef05d8
commit b4da641769
21 changed files with 209 additions and 249 deletions

View File

@@ -20,7 +20,8 @@ DB_PORT=5432
DB_NAME=crm
DB_USER_NAME=
DB_USER_PASS
#Mantis
MantisBT_Token=
#CBS
ONLINE_CBS_IP=
ONLINE_CBS_PORT=
@@ -119,6 +120,6 @@ Here we are using "mantisBT" (open source application) for ticket management sys
- Go to "My account".
- Then create a API token.
- Copy the API token.
- And paste the token to those `route.ts` file of `CRM Customer Module` where the mantisBT API is calling.
- And paste the token in `.env.local` file in place of `MantisBT_Token`
- create development team's user as protected.
- create a project, and keep the name as "KCCB".