Automatic email notification that bitbuckets sends you when pipeline fails contains: project name, repo name, last commit. But not the pipeline name!
Is there any way to add/extract that information? I know there is an email-notify pipeline, which provides a bit more flexibility, but I cannot use it due to not having an email server in the company that allows external access (we die with MS Office 365, ugh), and there is no slack in the company either, so I have to rely on getting notifications as a repo subscriber and then auto-foward them to relevant people depending on prod/test pipeline. Hence, not having the name of the pipeline in the notification sucks.
Any ideas how to work around it? Do I give up and write a custom pipeline?