Camunda optimize dashboard source code

Hi,

How we save the designed dashboard report camunda optimize in source code ?

Hey @murat!
It is not possible to download any kind of dashboards in Optimize.
Nevertheless, you can download data from each individual report of your dashboard as a CSV-file. :slight_smile:

Hopefully this helps!
Best,
Thomas

Hi @murat,

there is a difference in Optimize running on Camunda 8 and Camunda 7. In Camunda 7, a super user is able to export entities: Export and import | Camunda Platform 8. (at least in Camunda 7 I’ve seen this working)

Hope this helps, Ingo

I mean when we develop a dashboard, how can we save of source of dashboard code in git repo

Hi @murat,

the exported file is formatted as JSON. You can add it to a git repository manually.

Hope this helps, Ingo