Hi there, I’m trying to separate multiple dashboards that my plugin includes into an automatically created folder for the user. Now, my question is whether or not it’s possible to create a folder for the user when the plugin is added - my idea is to create one like ‘Company_name’ and put them there, as there are quite a few and they clutter the general folder by default.
However, this note in docs
Note: Only Grafana Admins and Super Admins can create, edit, or delete folders. Refer to Organization roles for more information.
makes me think that might not be doable - currently on Grafana 6.4.4, moving to 7.1.5 soon. The dashboards are .json configurations in the dist/dashboards
plugin folder.
Thanks!