How to configure communication between Dashboards
There are two ways of dashboard communications:
initialize dashboard with some input variables, styles and filters
call Kanban API methods
Input variables, initial filters and styles
Input variables can be set:
to child dashboard from parent one (applicable for composite dashboards)
to any dashboard by calling "Navigate to Kanban" API method
to any dashboard by following the properly constructed link
Initial filters can be set to dashboards by calling "Navigate to Kanban" API method.
Initial CSS Styles can be set to dashboard container by following the properly constructed link.
Kanban API methods
Dashboards have API methods allowing some interactions. The following Kanban API methods can work with kanbans specified by their IDs or API names:
Refresh Kanbans
Refresh Columns
Show Columns
Hide Columns
Refresh Card Layout
Open Kanban
Update Variables
Last updated