Browse Snap-ins
bulk-create-tags
Bulk Create Tags
by DevRev

Tag creation

The tag creation snap-in processes a CSV file to efficiently create multiple tags in DevRev. For each tag listed in the CSV, it verifies whether the tag already exists. If it doesn't find an existing tag, it proceeds to create a new one.

How to use the snap-in

  1. Open the snap-in discussion thread.
  2. Enter the slash command: /create_tags.
  3. Attach your CSV file containing the list of tag names.

For example, tags.csv file:

Tag 1
Tag 2
Tag 3
Tag 4
Tag 5