We have a use case where we want to use pipeline identifiers as project- or org-level tags.
For example, we’d like to create a single tag like this:
TagName:PipelineIdentifier1,PipelineIdentifier2,PipelineIdentifier3
However, when we enter comma-separated values, the system creates a new tag for each value after the comma, instead of treating the entire string as one tag.
Our requirement is to create a single tag—TagName:Pipeline1,Pipeline2—rather than multiple separate tags.
Created by brijesh.jagani
·