Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 3.46 KB

File metadata and controls

15 lines (11 loc) · 3.46 KB

Quicklink

An action for a specific datasource that will show up in autocomplete and app card, e.g. "Create new issue" for jira.

Fields

Field Type Required Description Example
name Optional[str] Full action name. Used in autocomplete.
short_name Optional[str] Shortened name. Used in app cards.
url Optional[str] The URL of the action.
icon_config Optional[models.IconConfig] Defines how to render an icon {
"color": "#343CED",
"key": "person_icon",
"iconType": "GLYPH",
"name": "user"
}
id Optional[str] Unique identifier of this quicklink
scopes List[models.Scope] The scopes for which this quicklink is applicable