We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 545507f commit 5629a4dCopy full SHA for 5629a4d
apps/api/plane/bgtasks/email_notification_task.py
@@ -282,7 +282,7 @@ def send_email_notification(
282
"project_url": f"{base_api}/{str(issue.project.workspace.slug)}/projects/{str(issue.project.id)}/issues/",
283
"workspace": str(issue.project.workspace.slug),
284
"project": str(issue.project.name),
285
- "user_preference": f"{base_api}/profile/preferences/email",
+ "user_preference": f"{base_api}/{str(issue.project.workspace.slug)}/settings/account/notifications/",
286
"comments": comments,
287
"entity_type": "issue",
288
}
0 commit comments