However, despite all the structure and process that DevOps affords us, I find myself increasingly sidetracked by @mentions—quick pings from colleagues asking me to review code or set something up outside of a formal task. In this post, I’ll explain why relying on @mentions undermines the DevOps workflow and why every request, no matter how "quick," deserves a task of its own.
Microsoft DevOps: A Place for Everything
Microsoft DevOps offers a comprehensive suite for managing development projects. Here’s how I typically use it:
- Features and User Stories to capture high-level requirements.
- Pipelines for managing continuous integration and deployment.
- Git Repository for code versioning and collaboration.
- Tasks, Bugs, and Issues to prioritize and track every actionable item.
Tasks are central to my workflow. I work off my task list, treating each task as a clearly defined unit of work with a deadline, priority, and context. Once a task is completed, it becomes part of my completed task list, which I can reference for historical context or performance tracking. This transparency isn’t just beneficial to me but helps the entire team track progress and allocate resources effectively.
The Problem with @Mentions
Recently, I’ve seen an uptick in requests made through @mentions rather than formal tasks. Examples include:
- “@mention, can you quickly review X?”
- “@mention, could you set up Y?”
The rationale given is often that it’s "just a quick job" or they "just wanted to keep it informal." But here’s the reality: without a task, there’s no commitment, accountability, or visibility.
@mentions create several problems:
- Lack of Structure: An @mention lacks the built-in attributes of a task—no deadline, no priority, no clear scope.
- No Visibility for Others: Other team members can’t see @mentions in the same way they can with tasks, leading to communication gaps and potential bottlenecks.
- Difficulty in Tracking Work: Without a task, I lose the ability to track my work history effectively. The query I run to see my completed tasks won’t include anything asked of me in a stray @mention.
The Ideal Workflow: Why Every Request Deserves a Task
When everyone uses tasks instead of relying on @mentions, it creates a fair, organized, and predictable workflow. Here’s what this approach enables:
- Clear Expectations: With every request tied to a task, both parties know the deadline, priority, and specific requirements.
- Transparency for the Team: Tasks make work visible across the team. During daily standups, anyone can view the task list and understand where the project stands.
- Accountability: A task isn’t just a request; it’s a recorded commitment. This is especially important for project management, as each task can be accounted for and followed up on.
- Personal Productivity: Having all requests as tasks allows me to prioritize effectively, set realistic timelines, and avoid interruptions from informal requests. It’s easier for me to focus when all work is organized within my task list.
How I Handle @Mentions Now
I’ve started treating @mention requests as casual conversation. I might read them, but unless they are formalized into a task, I won’t action them. In fact, if someone asks if I’ve seen their message, my standard response is, “Did you raise a task for that?” It’s not about being rigid; it’s about creating a sustainable workflow that respects everyone’s time.
Encouraging a Task-Driven Culture
For developers or team members facing similar challenges, here are a few tips to foster a task-driven culture in your DevOps environment:
- Explain the Benefits: Share with your team why tasks make things clearer, easier to track, and ultimately lead to a smoother project flow.
- Lead by Example: Consistently ask for a task to be raised, even for small requests, to reinforce the expectation.
- Stand Your Ground: If a request is made via @mention, politely ask them to create a task with relevant details. Stick to your process, and over time, others will adapt.
Conclusion
Microsoft DevOps is a powerful tool for managing work when used properly. Every request, no matter how small, should be structured as a task. This approach fosters a culture of transparency, accountability, and productivity, ensuring that we spend less time scrambling and more time building. So, the next time you think about sending a quick @mention to a developer—consider creating a task instead. It’s a small change that can make a big difference in everyone’s workflow.