Skip to main content
Version: Next

Asset templates

Listing asset templates

This tab lists all the asset templates created for the project.

Project asset templates screen

Each row includes:

ColumnDescription
NameThe name describing the asset template.
CodeShows the asset template's unique code.
Git remoteThe Git remote associated with this template.
Newest versionThe most recent version or Git revision associated with the asset template.
EnabledA toggle button that enables or disables the asset template.
ArchivedWhether the asset template is archived or not.
note

Asset templates that are in use by an asset cannot be archived.

Buttons & linksFunction
Bulk actionsAllows you to archive or restore multiple asset templates.
Search barFilter the contents of the table based on these criteria.
ColumnsHide or display columns in the table.

Creating a new asset template

Project asset template details create screen

To create a new asset template, follow these steps:

  1. Click on the create asset template button.
  2. Fill in the mandatory fields in the dialog, including the code and name.
  3. (Optional) Add a description to clarify the purpose of the asset template for other users.
  4. Select a Git remote from the dropdown.
  5. Click the Create asset template button. If successful, the new asset template will appear on the asset templates list of the project.

Asset template details and versions

Clicking on a specific asset template row will open its details page, where you can manage the template by:

  • Editing the asset template name and description
  • Adding, editing and archiving its asset template versions
  • Enabling/disabling the asset template

Project asset template details screen

Each row includes:

ColumnDescription
VersionThe version number or identifier for the asset template.
DescriptionProvides a short summary or purpose of the template version.
Git remoteThe Git remote associated with the template version.
StateThe current status of the template version, such as whether it’s ready for use or has issues.
Created atTimestamp for when the template version was created.
Updated atTimestamp for when the template version was last updated.
Git revisionThe specific Git commit or revision that this template version points to.
Buttons & linksFunction
Bulk actionsAllows you to archive or restore multiple asset template versions.
Search barFilter the contents of the table based on these criteria.
ColumnsHide or display columns in the table.
note

Asset template versions that are in use by an asset cannot be archived.

Editing the asset template

Project edit asset template screen

To edit the asset template, follow these steps:

  1. Go to the asset template details page.
  2. Click on the pencil icon by the asset template name.
  3. Fill in the fields you need to edit. Note that you cannot edit the template's code.
  4. Click the Update asset template button. If successful, the asset template will have the updated values that you set.

Adding/editing an asset template version

Project edit asset template version screen

To add or update an existing template version, follow these steps:

  1. Click on the Add template version button.
  2. Fill in the mandatory fields in the dialog, including the version and the Git revision.
  3. If the version matches an existing template version, a warning message will appear that the version already exists. If it is not in use by an asset, submiting the form will update the existing version.
  4. Click the Create template version button.