I am unable to add the new tag to the ADO story. Is the tags are case sensitive.and also when I retype the tag Release 22.4 Comm. It's not taking

Suneetha Dirisala 0 Reputation points
2026-09-03T12:36:33.8+00:00

I’m unable to add the new tag to the ADO story. Are ADO tags case-sensitive?

When I retype the tag as “Release 22.4 Comm”, it doesn’t accept it and always changes it back to “Release 22.4 comm”.

Could someone please confirm if this is expected behavior or if there’s another way to add the tag with the correct capitalization?

Azure DevOps

1 answer

Sort by: Most helpful
  1. Divyesh Govaerdhanan 11,725 Reputation points MVP Volunteer Moderator
    2026-09-03T20:25:22.22+00:00

    Hi Suneetha Dirisala,

    Welcome to Microsoft Q&A,

    Azure DevOps tags are documented as case sensitive when a tag is first created, but that only applies at the project level, across different tags. On a single work item, tag matching is case-insensitive. So if "Release 22.4 comm" (or any casing of it) is already applied to that work item, or already exists as a tag you've used before, typing "Release 22.4 Comm" will just match back to the existing one instead of creating a distinct second tag. That's why your capital "C" isn't sticking, it's not being rejected, it's being recognized as the same tag.

    To fix it: check if a lowercase (or differently cased) version of that tag is already applied to the work item or exists in your project's tag list. If it is, either keep that casing going forward for consistency, or rename the existing tag definition to your preferred casing. Renaming isn't available from the work item form, it needs to be done through the REST API's tag rename endpoint (needs Update tag definition permission), and it updates the casing everywhere that tag is used.

    Please accept the answer and upvote if it helps, so others hitting this can find it.

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.