Hi all!
I would like to change the subject for email notifications in a Docker installation. When making changes to the tasks in user stories, I would like the name of the user story to be included in the email so that you know what it is about from the subject.
Example:
User story “Lorem Ipsum” has a task with the name “Do this or that”. When a change is made in this task, a notification email is sent out in which only the name of the task is mentioned in the email subject and body, but not the name of the superordinate user story.
The template for the subject title is apparently located under taiga-back/taiga/projects/notifications/templates/emails/tasks/task-change-subject.jinja. A direct change in the Docker container in this file apparently has no effect.
So how can you customize the notifications?