In azure pipelines, once I fix some bug/task, I tag the number with hashtag #, so once my code merges to the master, those backlogs become "done" status automatically.
My goal is, once we deploy this to any stage on release pipeline, (lets say UAT stage) I want those completed backlogs to be sent to user/customer to test automatically.
Is there a custom task or sth to manage this?
Note: i do not want all completed backlog list to sent, only the completed ones between two deploys, like a differential. So that they will know what to test.
Maybe we can call it, automatically created release notes by the way :)