Skip to content

Tags

Tags provide a flexible way to organize and categorize templates and template versions. Unlike job types which assign a single category, tags allow you to apply multiple labels to items, making it easy to filter and find related content.

Required role: Administrator or SuperUser

Navigate to Administration > Tags (or /_admin/tags).

The tags page shows all tags defined for the current tenant.

  1. Click Create Tag.
  2. Enter a Name for the tag (e.g., “critical”, “database”, “quarterly”, “EU-region”).
  3. Optionally add a Description explaining the tag’s purpose.
  4. Optionally set a Color to visually distinguish the tag in the interface.
  5. Click Create.
  1. Click on the tag in the list.
  2. Modify the name, description, or color.
  3. Click Save.
  1. Click on the tag in the list.
  2. Click Delete.
  3. Confirm the deletion.

Tags are applied to template versions, allowing you to label specific versions with relevant categories.

  1. Navigate to the template and open the version you want to tag.
  2. Look for the Tags section.
  3. Select one or more tags from the available list.
  4. Save your changes.

Tags serve as powerful filters throughout RAMP:

  • Template list — filter templates by tags to find related items quickly.
  • Search — combine tag filters with other criteria (job type, system, status) for precise results.
  • Reports — use tags to group and analyze work across different categories.

In addition to tags, RAMP supports categories as a hierarchical organization system. Categories differ from tags in that they provide a structured tree of classifications.

Navigate to Administration > Categories (or /_admin/categories).

  1. Click Create Category.
  2. Enter a Name for the category.
  3. Optionally select a Parent Category to create a hierarchy.
  4. Click Create.

Categories support nesting, allowing you to create organizational trees:

Infrastructure
├── Networking
├── Storage
└── Compute
Applications
├── Web Services
├── Databases
└── Messaging
FeatureTagsCategories
StructureFlat (no hierarchy)Hierarchical (parent-child)
AssignmentMultiple per itemTypically one per item
PurposeFlexible labelingStructured classification
Best forCross-cutting concerns, ad-hoc groupingOrganizational structure, formal taxonomy
  • Establish naming conventions — agree on tag naming patterns across the team (e.g., lowercase, hyphen-separated).
  • Avoid tag proliferation — too many tags reduce their usefulness. Periodically review and consolidate similar tags.
  • Use colors consistently — assign distinct colors to help users quickly identify tag categories at a glance.
  • Combine with categories — use categories for structure and tags for flexible cross-cutting labels.
  • Document tag purposes — add descriptions to tags so users know when to apply them.