Removed tag feature from Pipeline Run UI

Copper Contributor

It looks like a recent change in the Azure DevOps UI has removed the Tags list from the Run Pipeline menu.

BA_Clark_0-1620316812688.png

 

You can still type in a fully qualified tag name, but not having the UI means that one has to know the tag name, likely from another window.

 

I don't know why this feature was removed. We exclusively release code on tagged versions, so we are constantly grabbing a tag to run a pipeline. Removing the UI to do so seems a step backwards.

1 Reply
Hmm, on further inspection, we believe it's a feature set difference from storing code in Azure Git versus GitHub. Some of our code is in Azure Git, and contains the Tag UI. But the code in GitHub does not.
I suppose there's a reason GitHub repos cannot display the UI, maybe even just security that we could fix on our own.