DEV Community

Discussion on: The newly announced future of .NET - unifying all the things

Collapse
 
ernestasdob profile image
Ernestas

Maybe I'm stupid and I'm missing something obvious, but our workflow in devOps is completely ruined because there's no proper notifications. I come from Jira world, where doing an action on a task automatically puts you in a watch list for that task. And all the mentions or changes are seen in facebook-type notifications.

In DevOps, the only notifications are emails. And all of them have identical subjects. In a mess of all the task, builds, releases, PR's, test cases emails, no one actually looks at them.

20 people on the project literally stopped using any in-devOps communication, because of terrible notifications.

And yeah, I agree regarding Azure Itself. But to me that stuff while not always consistent, you figure it out and next time you know how to do it. Also a lot of Azure stuff is managed through code/api's, so you don't live in it. While Azure DevOps completely ruins the experience of managing the tasks and communicating.

Rant over.

Thread Thread
 
turnerj profile image
James Turner

Ahhhh, I see! I guess the reason I don't have as many issues with DevOps is simply because I haven't even used that functionality!

I'm also from the Jira world and if what you say is true, I can totally understand that being frustrating.

My experience with DevOps is more around repositories and pipelines. It is a bit fiddly testing pipeline configurations easily without constantly pushing commits of my YML file changes but various other little UI things have gotten better. Recently added self-hosted build agents which worked so smoothly too.

With build and release notifications though, I don't think I ever got one - I might have disabled that when I was setting up my account as so many things have frivolous default notifications enabled. I might need to pay more attention to what I am disabling!