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<String> Full action name. Used in autocomplete.
shortName Optional<String> Shortened name. Used in app cards.
url Optional<String> The URL of the action.
iconConfig Optional<IconConfig> Defines how to render an icon {
"color": "#343CED",
"key": "person_icon",
"iconType": "GLYPH",
"name": "user"
}
id Optional<String> Unique identifier of this quicklink
scopes List<Scope> The scopes for which this quicklink is applicable