Real world use-case:
We're using Semantic Versioning when building release artifacts (Docker Images, .NET Libraries, Python Packages, etc.) We tag these in Artifact Repositories/Registries as well as in Git. It would be great, for tracking purposes to be able to name pipeline runs with the version of released artifact (i.e. dynamically, from a script in a pipeline).
Ideally there would be a PATCH or PUT handler for /repositories/{workspace}/{repo_slug}/pipelines/{pipeline_uuid} }}endpoint which would allow updating the name of the pipeline (or {{build_number{}}}, although this one is a number and would probably require way more work switching to string, than simply adding a new attribute to the pipeline object).
Anyway, this is a much needed feature.
Bump, would love a feature like this.
Even just the ability to add a prefix through the `bitbucket-pipelines,yml` would already be huge