Pipeline tags
Pipeline tags allow you to tag and search for your pipelines using the search bar. Tags are beneficial when you have many pipelines and would like to group and filter through them quickly.
Using tags
You can assign each pipeline up to five unique tags. A tag can comprise emoji and text, up to 64 characters. We recommend using an emoji to make the tag stand out and keeping the text short and clear.
You can tag a pipeline by navigating to its Pipeline Settings or using the API. In REST, use the tags
property on the Pipeline REST API. In GraphQL, use the tag
field on the pipelineUpdate
mutation.
To use the same tag across multiple pipelines, you must create the same tag on each pipeline.