Below is the data structure of Custom Tags
Field | Type | Description |
---|---|---|
_id | String | Unique alphanumeric string id |
name | String | Name of this custom tag |
options | Array | Array of String options that are available for this custom tag |
type | String | The type of this custom tag. Can either be a custom user tag or a custom project tag. Possible values: "user", "project" |
isMulti | Boolean | Whether or not this custom tag allows multi select |
createdAt | Date | Date created |
createdBy | String | User ID that created this custom tag |
modifiedAt | Date | Date modified |
modifiedBy | String | User ID that modified this custom tag |