How to remove unused tags on Visual Studio Online

For all those who have been dealing with Visual Studio Online tags, you know, creating a tag it’s simple. Just write the string in the related area:

01_newtag

 

Tags will be stored in the team project. Picking a tag is also quicker:

Pick tag

 

Unfortunately, deleting a tag is not an option available in the Visual Studio Online UI. Someone says that removing all the linked items will remove also the tags, but this is not true in VSO. This can be a good design choice, because we cannot say when a tag is really unused. Is it new? Is it old? Is it waiting to be reused? So, we need to choose when remove the tag and what tag must be completely removed.

Here comes the “Tag Admin For Visual Studio” extension, available for 2013 and 2015. The package can be installed via Visual Studio Gallery or directly on the Visual Studio IDE using “Extensions and Updates..” window.

After the setup, you will find a new item on the Team Explorer:

Admin tag

At the startup the tool will load the list of stored tags. For each tag we can do the following options:

  • Go to the linked items
  • Rename (just for a single tag)
  • Remove

We were looking for the “Remove” option:

Remove tag

After a message, we can delete all the tags, also when they’re related to backlog items.

The autocomplete will not show any deleted tag (refresh the pages if you see them again):

No more tags deleted
That’s it!

You can download the extension here:

Tag Admin for Visual Studio 2013
Tag Admin for Visual Studio 2015

Stay Tuned! 🙂

2 thoughts on “How to remove unused tags on Visual Studio Online

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s