Creating symbolic link in different folders, from dashboard

Hi,
Been searching internet for best practices about this, but could not find any result.

Situation: we would like to have a folder where we do create our dashboards in,
then this would be distributed to other folders for different teams (clients, in our case). The content of these folders is not the same, nor their rights.
What we would like to do is to create something like symbolic link in linux in each of the folders for corresponding dashboards, so when we change one in main folder, it would change in each folder containing that dashboard

If this is not possible, what is the best alternative ?
thx in advance.

Was there any progress on this, would be interested in this feature.

Welcome @indanikrishna

How do you envision this to work?

well honestly I haven’t given a thought from the implementation perceptive. I have use case where I would have to keep a dashboard in the centralized folder at the same time team would like to have that in their own team folder for the same.

Grafana saves its dashboards in the backend such as sqlite or other db. It does not serve its data from dahsboard files on disk.
But you can deploy dashboards exported from the backend of grafana as .json files into grafana as rows within a db table