Issue Glance Content Label

Describes the content for the issue glance module. It specifies static text to show inside the glance, which is left-aligned next to the icon.

Properties

label
Type
Required
Yes
Description

Represents a string that can be resolved via a localization properties file. You can use the same i18n Property key and value in multiple places if you like, but identical keys must have identical values.

Example

1
2
3
4
{
  "value": "My text"
}

Properties

value
Type
Max length
1500
Required
Yes
Description

The human-readable default value. This will be used if no translation exists. Only the following HTML tags are supported: b, i, strong, em, and code.

i18n
Type
Max length
300
Description

The localization key for the human-readable value. Translations for the keys are defined at the top level of the add-on descriptor.


type
Type
Required
Yes
Allowed values
  • label
  • LABEL
Description

The type field must be set to 'label'