Apply Project Tags
How It Works
Robosaur will try to apply tags to projects specified in the config file's payload, or from a separate CSV file. The CSV file can be located on your local drive or one of our supported cloud object storage.
If the tag in the config file is not present in the team, Robosaur will create the tag and apply it to the project automatically.
The behavior will be depended by the
applyTags
attribute on the configuration file.
Payload
JSON Format
CSV Format
Can works for all object storage methods. Robosaur will tag a project with multiple tags if there are multiple tags present in the tags
column in the csv file. Please use a comma [,
] as a delimiter to apply multiple tags for a project.
Object Storage
Same as any other features, it could support multiple methods, e.g. inline, local filesystem, and cloud object storage. For more detailed information, please refer to this page.
Using Local File Example
Using Cloud Object Storage Example
Last updated