Please enable JavaScript to view this website.

Skip to main content

Create

New tag definitions can only be created by the JEDI team. To request a new tag, you must submit a request via email with the required details.

info

Users cannot create tag definitions directly. All tag creation requests must be submitted to QuickLink Support for review and implementation.

Before You Request

Check if an existing tag already meets your needs — see the Overview page for a complete list of available tags, including system-generated ones.


How to Request a New Tag

📨 Ready to request a new tag?

Send us the details below and we'll take care of the rest.
Clicking the button opens a pre-filled email — just fill in the blanks and send.

📧 Email QuickLink Support

What You'll Need to Provide

QuestionValid OptionsExample
Tag NameUPPERCASE, no spacesPROJECTNAME, TESTSTATUS, CUSTOMERINFO
Tag Typestring | number | boolean | enum | array | objectstring
DescriptionFree text explaining what the tag is for"Tracks which project the data read belongs to"
Allowed Values(Only if type = enum) List of valid options to choose frompending, passed, failed
Fields(Only if type = object) See table belowSee object example

Tag Types Explained

If you need...ChooseWhat you can store
TextstringAny text value, e.g. "My Project Name"
A numbernumberAny numeric value, e.g. 12345
Yes or Nobooleantrue or false
Pick from a predefined listenumOne value from your defined list, e.g. "passed" from ["pending", "passed", "failed"]
Multiple valuesarrayA list of values, e.g. ["value1", "value2"]
Complex data with multiple fieldsobjectAn object with defined properties, e.g. { "name": "Test", "count": 5 }

Object Field Types

When creating an object tag, each field needs a type:

Field TypeDescriptionExample Value
stringText"Test Name"
numberNumeric42
booleanYes/Notrue or false

Request Examples

For basic types (string, number, boolean), just provide the name, type, and description:

TypeExample NameExample Description
stringPROJECTNAMEThe name of the project this data read belongs to
numberTESTRUNIDA numeric identifier for test runs
booleanISVALIDATEDWhether the data has been validated

Enum Tag

For "pick from a list" tags, also specify the allowed values:

  • Name: TESTSTATUS
  • Type: enum
  • Description: The status of the test
  • Allowed values: pending, passed, failed, skipped

Object Tag

For complex tags with multiple fields, describe each field:

  • Name: TESTINFO
  • Type: object
  • Description: Detailed information about a test
  • Fields:
Field NameTypeDescriptionRequired?
TESTNAMEstringThe name of the testYes
ITERATIONSnumberNumber of test iterationsNo
PASSEDbooleanWhether the test passedYes
Don't worry about the technical details

Just answer the questions in plain language using the email template. QuickLink Support will handle the technical formatting and configuration.

What Happens Next

  1. QuickLink Support reviews your request
  2. If approved, the JEDI team creates the tag definition
  3. You will be notified when the tag is available
  4. The new tag appears in QuickLink for assigning to data reads
note

Tag names are automatically converted to UPPERCASE when created (e.g., projectnamePROJECTNAME).