Datapoint permissions filter for missing tags
-
How can I use the Datapoint Permissions filter to list datapoints that do not have a particular username or tag?
Example use case: I just added a dozen datapoints to different datasources, without setting the permission field from the datapoint page. Now I want to list all datapoints (new and old) that do not have a particular permission tag, and then bulk add that tag to those new and old points, to ensure that a particular user has permissions for all points in the filtered results.
-
Hi Pedro, unfortunately there is no option for that at the moment. It would be a nice enhancement, though. You can probably do this more easily with exporting/iimporting the data source, and doing a find/replace:
"readPermission":""
"readPermission":"yourUser" -
Initially I thought that's what the true/false field meant on the first column of the permissions filter page. Nonetheless, I just added https://github.com/infiniteautomation/ma-core-public/issues/622 to request this enhancement.