Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
With the release and expansion of HAPI, this utility is probably not really needed (though I haven't made the switch myself yet).
But to answer @David Harkins In my testing just now, a single string group name or a collection of string group names both work (at least in my local implementation).
It's been a little while since I refreshed the code in the repo. Maybe there is a bug in there that I fixed locally.
But from a data standpoint, Insight stores group attributes as string values.
E.g. we want to run a cron job that automates the asset model export to the shared home (class ExportObjectSchemaDataBean) but it doesn't not appear that ScriptRunner can resolve accessing the class.
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
There should be no issue accessing any of these packages.
But there might be some that are hidden/inaccessible.
For example, the class you mentioned is accessible (i.e. can be imported), but you can't construct it from scratch. There isn't a public service that will generate one of those object (that I'm aware of).
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
29 comments