You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using your jasper REST client to manage our Jasper environments. One task I've had recently was to do a bulk update of data sources, switching from one type to another.
In the end I had to go through all items that could depend on a data sources AbstractClientDataSourceHolder and interrogate if they depended on the data sources I wanted to replace.
The API itself includes a dependOn search parameter which would have returned a list of items that I needed to work with. The following was sent to me by TIBCO support:
I can confirm that using the REST API directly gives me the list of resources I need.
As far as I can tell, adding "dependsOn" to the ResourceSearchParameter would add support for this useful feature. Is this something you could consider adding?
The text was updated successfully, but these errors were encountered:
Hello there!
We are using your jasper REST client to manage our Jasper environments. One task I've had recently was to do a bulk update of data sources, switching from one type to another.
In the end I had to go through all items that could depend on a data sources AbstractClientDataSourceHolder and interrogate if they depended on the data sources I wanted to replace.
The API itself includes a dependOn search parameter which would have returned a list of items that I needed to work with. The following was sent to me by TIBCO support:
I can confirm that using the REST API directly gives me the list of resources I need.
As far as I can tell, adding "dependsOn" to the ResourceSearchParameter would add support for this useful feature. Is this something you could consider adding?
The text was updated successfully, but these errors were encountered: