This article is part of the series 'Consultant tips'.
- Part 1: Efficiently Git Clone All Repositories from Azure DevOps using PowerShell: A Step-by-Step Guide
-
👇 currently reading
Part 2: Efficiently use Outlook Rules to Delete Azure DevOps Email Clutter - Part 3: Golden Tips To Leave Companies Without A Nasty Smell
We want to spend time on the most important things right? Are you also annoyed by the number of emails generated by Azure DevOps? See how I fixed the email overdose using an Outlook rule.
E-mail headers
To remove all emails would be nice, but we won’t see any mentions. To know how to recognize a mention email I opened a mention email. I found the headers by clicking the three dots in the Outlook web version. And then Open the ‘View’ dropdown and select ‘View message details’.
We see that some headers indicate that the message trigger contained ‘Mention’. This is essential information for our next steps. Here below the headers I found in the email message.
|
|
Outlook Rules
I am not praising the Outlook client, I want to talk about the Rules feature of Outlook. The rules are found in the classic Outlook by pressing ‘File’ and then clicking the big ‘Manage Rules & Alerts’ button. Let’s create a rule to delete and mark all those emails as read.
The first step is to define conditions. We know Azure DevOps emails from azuredevops@microsoft.com
. For my case, I wanted to scope emails to a certain organization, which can be done by filtering specific words in the message header.
The emails should be deleted, but also be marked as read. Nothing is more annoying than a number after your delete folder, right?
We still would like to receive the Mention emails. So we need to make an exception for them. As said earlier this can be done by filtering the message header for specific words.
Full Outlook Rule
The only thing you have to edit in my example is the organisationName.
|
|
Conclusion and discussion
Help yourself keep control of your inbox. I think you should work from the board and business wishes, and not from your inbox.
This article is part of the series 'Consultant tips'.
- Part 1: Efficiently Git Clone All Repositories from Azure DevOps using PowerShell: A Step-by-Step Guide
-
👇 currently reading
Part 2: Efficiently use Outlook Rules to Delete Azure DevOps Email Clutter - Part 3: Golden Tips To Leave Companies Without A Nasty Smell