I would like to send a notification message when the responsible user is changed in a Project Issue.
I can see that the project.issue
model has a _track
attribute that defines what fields trigger notification messages.
But how can I add the user_id
field to the tracked fields?
Does that need a custom module to be built?
What should that module do?